Releases: integrations/terraform-provider-github
Releases · integrations/terraform-provider-github
v6.0.0-rc1
What's Changed
- fix: github_rest_api data source always returns header and body as null by @srgustafson8 in #2110
- build(deps): bump peter-evans/create-or-update-comment from 3 to 4 by @dependabot in #2121
- build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #2120
- Add support for packages IP ranges in github_ip_ranges by @Nmishin in #1958
- Fix restrict pushes on github_branch_protection. Fix branch protection tests by @georgekaz in #2045
New Contributors
- @georgekaz made their first contribution in #2045
Full Changelog: v6.0.0-beta...v6.0.0-rc1
v6.0.0-beta
What's Changed
- feat: Add
required_workflows
togithub_organization_ruleset
by @relusc in #2082 - Fix ruleset bypass actors diff issues by @o-sama in #1950
- Make resource repository_deploy_key read_only a bool, and expand the example by @rwblokzijl in #2044
- Add prevent_self_review parameter to the github_repository_environment resource by @Nmishin in #2000
New Contributors
- @rwblokzijl made their first contribution in #2044
Full Changelog: v6.0.0-alpha...v6.0.0-beta
v5.45.0
What's Changed
- build(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 by @dependabot in #2098
- build(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by @dependabot in #2097
- docs: Adds description for overwrite_on_create option. by @Nmishin in #2095
- docs: Update branch protection documentation by @LiamMacP in #2085
- feat: Add
required_workflows
togithub_organization_ruleset
by @relusc in #2082 - Fix ruleset bypass actors diff issues by @o-sama in #1950
New Contributors
Full Changelog: v5.44.0...v5.45.0
v6.0.0-alpha
What's Changed
- Add retryable transport for errors by @dcfranca in #1704
- fix: remove repository topic from state if it doesnt exist in GitHub anymore by @felixlut in #1918
- build(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 by @dependabot in #2098
- build(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by @dependabot in #2097
- docs: Adds description for overwrite_on_create option. by @Nmishin in #2095
- Bump version to v6 by @kfcampbell in #2106
- docs: Update branch protection documentation by @LiamMacP in #2085
- Upgrade to Terraform Plugin SDK v2 by @kfcampbell in #1780
New Contributors
Full Changelog: v5.44.0...v6.0.0-alpha
v5.44.0
What's Changed
- fix: Fix deprecation warnings in example projects by @zerok in #2038
- build(deps): bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 by @dependabot in #2040
- Fix typo (admiin -> admin) by @yaakov-h in #2042
- [Fix] Correctly handle environments with names containing spaces by @nint8835 in #2072
- Fix release example by @kfcampbell in #2080
- Avoid getting user when anonymous by @mnencia in #2074
- [FEAT]: Get the license for a repository by @Nmishin in #2026
- Bump go-github to v57 by @kfcampbell in #2081
- Update documentation for GitHub App Instegration by @ZsoltPath in #2083
New Contributors
- @zerok made their first contribution in #2038
- @mnencia made their first contribution in #2074
- @ZsoltPath made their first contribution in #2083
Full Changelog: v5.43.0...v5.44.0
v5.43.0
What's Changed
- fix: Use ETag when reading
github_branch_default
resources. by @nairb774 in #1994 - add pagination to GetCommit() call by @rumenvasilev in #2009
- build(deps): bump golang.org/x/crypto from 0.14.0 to 0.15.0 by @dependabot in #2016
- build(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 by @dependabot in #2015
- Fix: add GitHub repository collaborators when repository name contains the org name by @ppatel1604 in #2013
- add support for web commit sign off by @rumenvasilev in #2007
- Add feature can_admins_bypass for repo environments | fixed wait_timer issue for repo environments by @scott-doyland-burrows in #2001
- 🚧 Workflows have changed by @octokitbot in #2024
- feat: implement github_issue_labels resource by @galargh in #1694
- Correct typo by @staypuftman in #2035
- 🚧 Workflows have changed by @octokitbot in #2057
- build(deps): bump actions/stale from 8 to 9 by @dependabot in #2055
- Use correct version of google/go-github, v55 by @kfcampbell in #2064
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #2060
- build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 by @dependabot in #2061
- build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #2056
- build(deps): bump golang.org/x/crypto from 0.15.0 to 0.16.0 by @dependabot in #2041
- Fix type assertion failure on github_dependabot_organization_secret_repositories.selected_repository_ids by @rene-bos in #2029
New Contributors
- @nairb774 made their first contribution in #1994
- @rumenvasilev made their first contribution in #2009
- @ppatel1604 made their first contribution in #2013
- @staypuftman made their first contribution in #2035
- @rene-bos made their first contribution in #2029
Full Changelog: v5.42.0...v5.43.0
v5.42.0
What's Changed
- Allow setting owner in anonymous mode by @kfcampbell in #1029
- build(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in #1988
- update repository_ruleset r doc by @anastasiiakozlova245 in #1986
- docs: update github membersip admin role explanation by @anastasiiakozlova245 in #1987
- Add support for dismissal_apps by @jporzucek in #1984
- update documentation for github_team_members to recommended team id by @scott-doyland-burrows in #1991
- Add documentation for importing github_organization_block resources by @jacekn in #1995
New Contributors
- @anastasiiakozlova245 made their first contribution in #1986
- @jporzucek made their first contribution in #1984
- @jacekn made their first contribution in #1995
Full Changelog: v5.41.0...v5.41.1
v5.41.0
What's Changed
- [docs]: update import examples for some number of resources by @Nmishin in #1959
- build(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #1951
- Fixes parent team removal, fixes the teams data source tests, adds tests for the parent team fix by @scott-doyland-burrows in #1979
- Empty ruleset required_deployment_environments is now valid by @o-sama in #1942
- [Fix] missing environment name encoding for secrets by @saez0pub in #1969
- build(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 by @dependabot in #1980
- Fixed repo envs so terraform will add back in deployment branch protection if it is removed manually from GitHub by @scott-doyland-burrows in #1981
New Contributors
- @scott-doyland-burrows made their first contribution in #1979
- @saez0pub made their first contribution in #1969
Full Changelog: v5.40.0...v5.41.0
v5.40.0
What's Changed
Fixes
- [fix]: Use correct base url for
gh auth token --hostname
by @nfx in #1898 - [fix]: skip file-specifc schema data for directory by @prestonvasquez in #1949
- [fix]: Fixed incorrect error handling that led to panic in
github_repository_environment
by @nfx in #1932 - [fix]: file in a deleted branch does not get removed from state by @davidforslof in #1937
- [fix]: Fixes parsing for checks with
:
in the name. by @yorik in #1939
Maintenance
- [maint]: Updated immediate response workflows via automation by @octokitbot in #1928
- build(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 by @dependabot in #1946
- build(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 by @dependabot in #1947
Docs
- [docs]: Fix typos in github_repository_collaborators docs by @jeffbuswell in #1936
- [docs]: remove references to "owner" parameter in github_issue, because it's not needed by @Nmishin in #1944
- [docs]: update comments for github_branch_protection in case of push_restrictions by @Nmishin in #1945
New Contributors
- @jeffbuswell made their first contribution in #1936
- @Nmishin made their first contribution in #1944
- @prestonvasquez made their first contribution in #1949
- @davidforslof made their first contribution in #1937
- @yorik made their first contribution in #1939
Full Changelog: v5.39.0...v5.40.0
v5.39.0
What's Changed
Fixes
- [bug]: Fix hostname used with
gh
CLI for github.com by @divergentdave in #1919 - [bug]: Fix commit strategies when updating repos by @SotaNakajima in #1890
- [bug]: branch_protection - added missing App DismissalActorTypes by @dion-gionet in #1896
- [bug]: url encode environment name in
github_actions_environment_secret
andgithub_actions_environment_variable
data sources and resources by @anoxape in #1897
Docs
- [docs]: Corrected data_source branch documentation stating that it would create a branch by @taewdy in #1920
Maintenance
- build(deps): bump peter-evans/create-or-update-comment by @dependabot in #1921
New Contributors
- @taewdy made their first contribution in #1920
- @divergentdave made their first contribution in #1919
- @SotaNakajima made their first contribution in #1890
- @anoxape made their first contribution in #1897
Full Changelog: v5.38.0...v5.39.0