Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: integrations/terraform-provider-github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.8.1
Choose a base ref
...
head repository: integrations/terraform-provider-github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.8.2
Choose a head ref
  • 11 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 27, 2025

  1. fix: Add state migration for github_actions_organization_secret destr…

    …oy_on_drift field
    
    This addresses the regression introduced in v6.7.0 where existing
    github_actions_organization_secret resources would show invalid state
    for the new destroy_on_drift field.
    
    Adds schema migration from v0 to v1 that sets destroy_on_drift=true
    for existing resources that don't have this field.
    
    Fixes #2804
    nickfloyd committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    c9df74c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Configuration menu
    Copy the full SHA
    e3914b1 View commit details
    Browse the repository at this point in the history
  2. Add schema migration

    nickfloyd committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    fe3ced8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6537a52 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. Fix InternalValidate error: Add Update function to github_actions_sec…

    …ret - Fixes the upgrade issue from v6.7.1 to v6.7.2.
    nickfloyd committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    e2fcaf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d26774d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Configuration menu
    Copy the full SHA
    b3a4c70 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Reconcile the encrypted_value, plaintext_value in the read to unknown…

    … went dates don't match
    nickfloyd committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    f95000e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. Configuration menu
    Copy the full SHA
    6d63168 View commit details
    Browse the repository at this point in the history
  2. test clean up

    nickfloyd committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    c853213 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    974120c View commit details
    Browse the repository at this point in the history
Loading