Releases: integrations/terraform-provider-github
Releases Β· integrations/terraform-provider-github
v6.7.1
v6.7.1
Bug Fixes
- github_actions_organization_secret: Add state migration for
destroy_on_driftfield to fix regression from v6.7.0 (#2820)
This patch release fixes a regression introduced in v6.7.0 where existing github_actions_organization_secret resources would show invalid state for the new destroy_on_drift field.
The fix adds a schema migration that automatically sets destroy_on_drift=true for existing resources that don't have this field, preventing the need for manual state fixes.
Fixes: #2804
Full Changelog: v6.7.0...v6.7.1
v6.7.0
What's Changed
π New Features
- feat: Added organization role support by @stevehipwell in #2487
- feat: Add file path protection to rulesets by @grahamhar in #2415
- feat: Support team organization role assignment by @felixlut in #2322
- feat: Add support for 'exempt' github_repository_ruleset bypass_mode by @joshhunt in #2764
- feat: Add
github_actions_organization_secret_repositoryresource by @ylascombe in #2760 - feat: π³οΈ Custom properties resource & data by @alileza in #2107
- feat: Add support for
DeployKeyactor type in repository and organization rulesets by @tiulpin in #2748
π Bugfixes
- fix: Allow parallel_requests to be set on github.com by @SamuZad in #2715
- fix: Fixed issue labels adoption by @stevehipwell in #2430
- fix: Importing rulesets by @ihor-hrytskiv in #2488
- fix: Add missed parameter to the github_organization_ruleset by @yurii-kysil in #2545
- fix: Bypass actors not being deleted from repository rulesets by @dblinkhorn in #2780
- fix(resource/github_actions_environment_variable): handle existing va⦠by @nebrass in #2758
- fix: Allow missing types of rule bypasses by @languitar in #2726
- fix: Fixed nil deref bug for ruleset response by @eldad in #2762
- fix: Destroy the resource on drift by @yordis in #1351
- fix: Fixed repository resource churn by @stevehipwell in #2501
- fix: Fixed branch protection v3 status checks churn by @stevehipwell in #2502
- fix: Fixed team data source detailed repos by @stevehipwell in #2509
- fix: Fixed org teams data lookup parent id by @stevehipwell in #2507
π οΈ Maintenance
- deps: Ensures that all dependencies are up to date based on go.mod by @nickfloyd in #2788
- build(deps): bump the github-actions group across 1 directory with 2 updates by @dependabot[bot] in #2783
- build(deps): bump github.com/ulikunitz/xz from 0.5.8 to 0.5.14 by @dependabot[bot] in #2791
- build(deps): bump github.com/hashicorp/go-getter from 1.5.3 to 1.7.9 by @dependabot[bot] in #2790
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.0.0 to 2.4.0 by @dependabot[bot] in #2789
- build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 by @dependabot[bot] in #2793
- maint: Updates makefile to handle missing the LC_UUID command and dydl errors when running make by @nickfloyd in #2774
- maint: Adds tests for PR-2502 by @nickfloyd in #2799
- maint: Adds coverage for bypass_modes in rulesets by @oikarinen in #2802
- maint: Change support message now that we don't do the Monday/Friday thing by @kfcampbell in #2615
- maint: Note that GitHub Support doesn't provide support for this integration by @davidstaheli in #2665
- maint: Deprecated classic project resources by @stevehipwell in #2506
π Documentation
- docs: Add documentation for github_organization_custom_properties by @nickfloyd in #2785
- docs: Add missing navigation for github_organization_role_team_assignment by @nickfloyd in #2787
- docs: Updates docs for PR #2488 by @nickfloyd in #2797
- docs: Clarify repository description in webhook schema by @AlexaDeWit in #2765
- docs: Fix anchor links of github_repository_ruleset documentation by @fatbasstard in #2798
New Contributors
- @davidstaheli made their first contribution in #2665
- @yordis made their first contribution in #1351
- @SamuZad made their first contribution in #2715
- @yurii-kysil made their first contribution in #2545
- @fatbasstard made their first contribution in #2798
- @dblinkhorn made their first contribution in #2780
- @joshhunt made their first contribution in #2764
- @AlexaDeWit made their first contribution in #2765
- @languitar made their first contribution in #2726
- @eldad made their first contribution in #2762
- @oikarinen made their first contribution in #2802
- @tiulpin made their first contribution in #2748
- @nebrass made their first contribution in #2758
- @ylascombe made their first contribution in #2760
Full Changelog: v6.6.0...v6.7.0
v6.6.0
What's Changed
- feat: add support for merge queues in repository rulesets by @MXfive in #2380
- Add support for GitHub Enterprise Cloud Data residency by @EricDales in #2547
- fix: graceful handling of 404 in github_actions_repository_oidc_subject_claim_customization_template by @acouvreur in #2483
New Contributors
- @MXfive made their first contribution in #2380
- @EricDales made their first contribution in #2547
- @acouvreur made their first contribution in #2483
Full Changelog: v6.5.0...v6.6.0
v6.5.0
What's Changed
π οΈ Maintenance
- build(deps): bump the github-actions group across 1 directory with 2 updates by @dependabot in #2472
- build(deps): bump the github-actions group across 1 directory with 2 updates by @dependabot in #2517
- build(deps): bump golang.org/x/crypto from 0.26.0 to 0.31.0 by @dependabot in #2512
- build(deps): bump github/codeql-action from 3.27.9 to 3.28.0 in the github-actions group by @dependabot in #2523
π· Other Changes
- docs: describe how
actor_id/integration_idcan be found by @mikutas in #2474 - [Doc] Fix documentation mistake for github_repository_dependabot_security_update resource to use GitHub repository name by @ViacheslavKudinov in #2439
- DOCS: Code section for github_organization_ruleset is not formatted as hcl by @rowieg in #2522
- Update organization security manager resource to use operations that are not deprecated by @just-joshing in #2533
- Adds do_not_enforce_on_create option for github_repository_ruleset by @lfventura in #2525
- feat: Updated repo collaborators to support ignoring teams by @stevehipwell in #2481
- feat: support repository level custom_property resource and custom_properties datasource by @felixlut in #2316
New Contributors
- @mikutas made their first contribution in #2474
- @ViacheslavKudinov made their first contribution in #2439
- @rowieg made their first contribution in #2522
- @just-joshing made their first contribution in #2533
- @lfventura made their first contribution in #2525
Full Changelog: v6.4.0...v6.5.0
v6.4.0
What's Changed
π New Features
- Add support for tag-based environment deployment branch policy by @sumnerwarren in #2165
- feat!: Upgrade go-github to v66 by @ihor-hrytskiv in #2443
- feat: Support rule type code_scanning by @ihor-hrytskiv in #2436
π οΈ Maintenance
- build(deps): bump the github-actions group with 2 updates by @dependabot in #2424
- build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 in the github-actions group by @dependabot in #2432
- build(deps): bump the github-actions group with 4 updates by @dependabot in #2441
π· Other Changes
- fix: Refactored github_repository_collaborators for team id by @stevehipwell in #2420
- Update security_and_analysis settings only when there are changes by @jamestran201 in #2397
- docs(team_membership): clarify org owner note by @bt-macole in #2435
New Contributors
- @jamestran201 made their first contribution in #2397
- @bt-macole made their first contribution in #2435
- @ihor-hrytskiv made their first contribution in #2443
- @sumnerwarren made their first contribution in #2165
Full Changelog: v6.3.1...v6.4.0
v6.3.1
What's Changed
π· Bug fixes
- fix: Ignore changes to attributes by @grahamhar in #2402
- fix(resource_github_actions_environment_secret): handle 404 on repo read by @scootafew in #2323
- Fix
github_external_groupsdoc title by @svg153 in #2416
π οΈ Maintenance
- build(deps): bump github/codeql-action from 3.26.5 to 3.26.7 in the github-actions group across 1 directory by @dependabot in #2388
- build(deps): bump github/codeql-action from 3.26.7 to 3.26.8 in the github-actions group by @dependabot in #2398
- chore: update go-github to V65 by @grahamhar in #2359
- build(deps): bump the github-actions group with 2 updates by @dependabot in #2406
- build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 in the github-actions group by @dependabot in #2413
π Documentation
New Contributors
- @scootafew made their first contribution in #2323
- @svg153 made their first contribution in #2416
Full Changelog: v6.3.0...v6.4.0
v6.3.0
What's Changed
π New Features
π οΈ Maintenance
- build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 in the gomod group by @dependabot in #2308
- build(deps): bump the github-actions group with 2 updates by @dependabot in #2318
- build(deps): bump github/codeql-action from 3.25.12 to 3.25.13 in the github-actions group by @dependabot in #2325
- build(deps): bump github/codeql-action from 3.25.13 to 3.25.15 in the github-actions group by @dependabot in #2331
- build(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 in the gomod group by @dependabot in #2337
- build(deps): bump github/codeql-action from 3.25.15 to 3.26.0 in the github-actions group by @dependabot in #2346
- build(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0 in the gomod group by @dependabot in #2354
- build(deps): bump github/codeql-action from 3.26.0 to 3.26.2 in the github-actions group by @dependabot in #2353
- build(deps): bump github/codeql-action from 3.26.2 to 3.26.5 in the github-actions group by @dependabot in #2367
π· Other Changes
- docs: mark name as required for data source github_organization by @stefanfreitag in #2330
- Bump go-github to v63 by @Moser-ss in #2336
- feat: automatic branch creation for resource 'github_repository_file' by @wparr-circle in #2100
- [MAINT]/[SECURITY]: bump go-jose to from gopkg.in/square/go-jose.v2 to github.com/go-jose/go-jose/v3 by @AtzeDeVries in #2343
- Rate limit by @grahamhar in #2345
- feat: add ruleset target
pushby @anelam in #2351 - feat: Adding summary_only field to the organization data source by @ErikElkins in #2326
- fix markdown for
github_repositoryby @garysassano in #2324 - feat: allow filtering on permission in repo collaborator datasource by @felixlut in #2382
- Fix: Graceful handling of 404 errors in github_emu_group_mapping resource by @coreylane in #2385
New Contributors
- @Moser-ss made their first contribution in #2336
- @alileza made their first contribution in #2046
- @wparr-circle made their first contribution in #2100
- @AtzeDeVries made their first contribution in #2343
- @anelam made their first contribution in #2351
- @coreylane made their first contribution in #2385
Full Changelog: v6.2.3...v6.3.0
v6.2.3
What's Changed
π οΈ Maintenance
- build(deps): bump the github-actions group with 2 updates by @dependabot in #2303
π· Other Changes
- fix: Fixing
enterprise_idimport ongithub_enterprise_actions_permissionsby @ErikElkins in #2274 - Bump go-github to v62 + fixes by @EttoreFoti in #2304
- docs: mark enterprise runner visibility required by @gustavlasko in #2278
New Contributors
- @gustavlasko made their first contribution in #2278
Full Changelog: v6.2.2...v6.2.3
v6.2.2
What's Changed
π οΈ Maintenance
- build(deps): bump actions/add-to-project from 0.6.1 to 1.0.0 by @dependabot in #2215
- build(deps): bump github.com/golangci/golangci-lint from 1.57.1 to 1.57.2 by @dependabot in #2216
- build(deps): bump the github-actions group with 2 updates by @dependabot in #2218
- build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 in the github-actions group by @dependabot in #2221
- build(deps): bump the gomod group with 2 updates by @dependabot in #2220
- build(deps): bump actions/add-to-project from 1.0.0 to 1.0.1 in the github-actions group by @dependabot in #2231
- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #2234
- build(deps): bump the github-actions group with 2 updates by @dependabot in #2238
- build(deps): bump the github-actions group with 2 updates by @dependabot in #2244
- build(deps): bump the gomod group with 2 updates by @dependabot in #2257
- build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 in the github-actions group by @dependabot in #2256
- build(deps): bump the github-actions group with 3 updates by @dependabot in #2259
- build(deps): bump the gomod group with 2 updates by @dependabot in #2260
- build(deps): bump the github-actions group with 2 updates by @dependabot in #2268
- build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 in the github-actions group by @dependabot in #2272
- build(deps): bump the gomod group across 1 directory with 2 updates by @dependabot in #2271
- π§ Workflows have changed by @octokitbot in #2281
- build(deps): bump the gomod group with 3 updates by @dependabot in #2287
- build(deps): bump github/codeql-action from 3.25.6 to 3.25.8 in the github-actions group across 1 directory by @dependabot in #2286
- build(deps): bump the github-actions group with 2 updates by @dependabot in #2292
- build(deps): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 by @dependabot in #2293
π· Other Changes
- chore: Refactored tooling for best practices by @stevehipwell in #2193
- changed logic on repositories_detailed by @n47h4n12 in #2248
- improve documentation for
github_repositoryby @garysassano in #2265 - docs: update title and code highlighting for github_repository_ruleset by @stefanfreitag in #2285
- docs: add missing quote in branch protection v3 example by @stefanfreitag in #2283
- Goreleaser deprecation: skip --> disable by @kfcampbell in #2294
New Contributors
- @stevehipwell made their first contribution in #2193
- @n47h4n12 made their first contribution in #2248
- @garysassano made their first contribution in #2265
- @stefanfreitag made their first contribution in #2285
Full Changelog: v6.2.1...v6.2.2
v6.2.1
What's Changed
π Bugfixes
- chore(actions_runner_group): fix missing schema id by @EttoreFoti in #2195
- chore(organization_webhook): fix insecure_ssl by @EttoreFoti in #2196
π οΈ Maintenance
- build(deps): bump actions/add-to-project from 0.6.0 to 0.6.1 by @dependabot in #2210
- build(deps): bump github.com/golangci/golangci-lint from 1.56.2 to 1.57.1 by @dependabot in #2209
New Contributors
- @EttoreFoti made their first contribution in #2195
Full Changelog: v6.2.0...v6.2.1