-
Notifications
You must be signed in to change notification settings - Fork 949
Comparing changes
Open a pull request
base repository: integrations/terraform-provider-github
base: v6.9.0
head repository: integrations/terraform-provider-github
compare: v6.9.1
- 13 commits
- 82 files changed
- 7 contributors
Commits on Dec 8, 2025
-
Ensure that boolean conversions cause panics (#2977)
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
Configuration menu - View commit details
-
Copy full SHA for a3b39ed - Browse repository at this point
Copy the full SHA a3b39edView commit details
Commits on Dec 19, 2025
-
fix: Correct grammar errors in github_release data source docs (#2515)
* correct grammar errors in data.github_release docs This corrects grammar errors in the `github_release` data source documentation by correcting the contraction "it's" ("it is") to the possessive "its." Signed-off-by: Mike Ball <mikedball@gmail.com> * chore(release data source): add 'Description' fields This adds `Description` fields to the release data source, per request of @deiga via #2515 (comment) Signed-off-by: Mike Ball <mikedball@gmail.com> --------- Signed-off-by: Mike Ball <mikedball@gmail.com>Configuration menu - View commit details
-
Copy full SHA for fd72b8a - Browse repository at this point
Copy the full SHA fd72b8aView commit details -
docs: Add missing link to schema for
merge_queuerepository rule (#…Configuration menu - View commit details
-
Copy full SHA for 2838f0f - Browse repository at this point
Copy the full SHA 2838f0fView commit details -
fix: Fix base url regression to ensure trailing / (#2990)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c4d9e26 - Browse repository at this point
Copy the full SHA c4d9e26View commit details -
fix: Fix errors as nil bomb (#2992)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 103cdab - Browse repository at this point
Copy the full SHA 103cdabView commit details -
fix: Fix organization_custom_properties create (#2995)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dda3f9a - Browse repository at this point
Copy the full SHA dda3f9aView commit details -
fix: Fix repository environment deployment (#2993)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 75ed20e - Browse repository at this point
Copy the full SHA 75ed20eView commit details -
fix: Correct github_organization_role_teams & github_organization_rol…
…e_users typos (#2994) Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 972ef3b - Browse repository at this point
Copy the full SHA 972ef3bView commit details
Commits on Dec 20, 2025
-
[BUG]
github_organization_roleEnsurerole_idis set after Create (……#3011) * Set `role_id` also in `resourceGithubOrganizationRoleCreate`` Since it's a computed value, it should be set in Create and Read Signed-off-by: Timo Sand <timo.sand@f-secure.com> * API doesn't accept `base_role = none` Signed-off-by: Timo Sand <timo.sand@f-secure.com> * Revert unnecessary change Signed-off-by: Timo Sand <timo.sand@f-secure.com> --------- Signed-off-by: Timo Sand <timo.sand@f-secure.com>
Configuration menu - View commit details
-
Copy full SHA for 68ee84d - Browse repository at this point
Copy the full SHA 68ee84dView commit details -
RateLimitRoundtripper: Fix mutex leak and not respecting context canc…
…ellation (#2298) - Make sure that all exit paths from functions correctly release the mutex. - Add a sleep function that respects context cancellation, and use it in-place of time.Sleep.
Configuration menu - View commit details
-
Copy full SHA for 9fc330c - Browse repository at this point
Copy the full SHA 9fc330cView commit details
Commits on Dec 21, 2025
-
Fix documented block name for ignored collaborator teams (#2551)
This block was added in #2481 but the documentation has the incorrect block name. It's implemented in the provider as ignore_team but the docs referenced "team_ignore". This corrects the documentation to match.
Configuration menu - View commit details
-
Copy full SHA for 831092e - Browse repository at this point
Copy the full SHA 831092eView commit details
Commits on Dec 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 63076f7 - Browse repository at this point
Copy the full SHA 63076f7View commit details
Commits on Jan 5, 2026
-
[BUG] Ensure repository creation works if vulnerability-alerts isn't …
…modifiable on repo level (#3024) * `github_repository`: Convert to use Context-aware functions Signed-off-by: Timo Sand <timo.sand@f-secure.com> * Add tests to ensure `vulnerability_alerts` behaviour keeps working Signed-off-by: Timo Sand <timo.sand@f-secure.com> * Add error handling to ignore 422 response In the case of `vulnerability_alerts = false` and the message indicates control from parent Org/Enterprise Signed-off-by: Timo Sand <timo.sand@f-secure.com> * Improve descriptions to make interactions slightly clearer Signed-off-by: Timo Sand <timo.sand@f-secure.com> * Add comment to describe this as a temporary workaround Signed-off-by: Timo Sand <timo.sand@f-secure.com> --------- Signed-off-by: Timo Sand <timo.sand@f-secure.com>
Configuration menu - View commit details
-
Copy full SHA for dddd42b - Browse repository at this point
Copy the full SHA dddd42bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.9.0...v6.9.1