Releases: integrations/terraform-provider-github
Releases · integrations/terraform-provider-github
v5.28.1
What's Changed
- build(deps): bump github.com/google/go-github/v53 from 53.0.0 to 53.1.0 by @dependabot in #1740
- build(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 by @dependabot in #1739
- Improve github team resource by @bpaquet in #1722
- Handle deployment branch policies for repositories: resources and datasource by @bpaquet in #1715
- Bump google/go-github to v53.2.0 by @kfcampbell in #1744
- Fix #1555: Avoid duplication of pull request bypasser by @bpaquet in #1711
- fix: Repo Creation fails with enabled Pages by @0x46616c6b in #1748
Full Changelog: v5.28.0...v5.29.0
v5.28.0
What's Changed
- Add note documenting weird permissions required by @kfcampbell in #1727
- Add new datasource to get GitHub App token by @phillebaba in #1671
- fix: GitHub Repository Update might fail when Pages enabled by @0x46616c6b in #1716
New Contributors
- @phillebaba made their first contribution in #1671
Full Changelog: v5.27.0...v5.27.1
v5.27.0
What's Changed
- build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #1714
- Fix in github_actions_environment_secrets doc by @bpaquet in #1708
- fix: Add build_type to datasource github_repository's pages (closes #1709) by @soult in #1710
- chore: bump google/go-github to v53.0.0 by @sam-robson in #1718
- feat(branch_protection): Add support for force push bypassers by @reedloden in #1529
New Contributors
- @soult made their first contribution in #1710
- @sam-robson made their first contribution in #1718
Full Changelog: v5.26.0...v5.27.0
v5.26.0
What's Changed
- website/github.erb: Fixed a wrong link name by @xescugc in #1684
- feat: Add build_type to github_repository (pages) by @0x46616c6b in #1663
- feat: Expose detailed repositories in github_team data_source by @felixlut in #1675
- feat: Add a data source for custom GET requests to REST API. by @galargh in #1119
- Improve test TestAccGithubBranchProtectionRulesDataSource by @bpaquet in #1689
- Add data source: github_repository_autolink_references by @bpaquet in #1690
- Add data source: github_repository_environments by @bpaquet in #1691
- Add missing references to documentation by @kfcampbell in #1692
- Remove mention of
namefrom repository_webhook by @abatilo in #1294 - improve verbage in
organizationdata source docs by @mdb in #1312 - Fix nil pointer in runner group if not modified by @dbaur in #1696
- build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #1693
- Make allows_public_repositories attribute on github_actions_runner_group modifiable by @dbaur in #1705
New Contributors
- @xescugc made their first contribution in #1684
- @0x46616c6b made their first contribution in #1663
- @felixlut made their first contribution in #1675
- @abatilo made their first contribution in #1294
- @mdb made their first contribution in #1312
- @dbaur made their first contribution in #1696
Full Changelog: v5.25.1...v5.26.0
v5.25.1
What's Changed
- build(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by @dependabot in #1678
- Update actions_repository_permissions.html.markdown by @blindpirate in #1677
- build(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 by @dependabot in #1682
- build(deps): bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 by @dependabot in #1683
- fix(resource_github_branch): creating branch and repo with gitignore doesn't 422 [1284] by @nikwotton in #1679
- Bump to google/go-github v52.0.0 by @kfcampbell in #1685
- Add pagination to github_external_groups data source by @bodgit in #1688
New Contributors
- @blindpirate made their first contribution in #1677
- @nikwotton made their first contribution in #1679
Full Changelog: v5.25.0...v5.26.0
v5.25.0
What's Changed
- Allow parallel requests to take place when non using github.com by @Roviluca in #1640
- Support import via team name by @phy1729 in #1173
- fix(github_team): Invalid interface conversion on parent_team_id by @dion-gionet in #1673
- feat: Add a data source for branch protection rules. by @galargh in #1207
New Contributors
Full Changelog: v5.24.0...v5.25.0
v5.24.0
What's Changed
- Fix example
github_team_membersimport resource address by @Blacksmoke16 in #1151 - Fix typo in branch protection's
pull_request_bypasserstest by @reedloden in #1099 - feat: allow team slug instead of team id in github_team and github_team_members by @PabloPie in #1664
- Add support for deleting an enterprise organization by @tjcorr in #1669
New Contributors
- @Blacksmoke16 made their first contribution in #1151
- @PabloPie made their first contribution in #1664
Full Changelog: v5.23.0...v5.24.0
v5.23.0
What's Changed
- Add fork attribute to
github_repositorydata by @davidcorrigan714 in #1647 - make
github_refrespectownerby @ksatirli in #1651
New Contributors
- @davidcorrigan714 made their first contribution in #1647
Full Changelog: v5.22.0...v5.23.0
v5.22.0
What's Changed
- build(deps): bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 by @dependabot in #1643
- build(deps): bump golang.org/x/crypto from 0.7.0 to 0.8.0 by @dependabot in #1642
- build(deps): bump actions/add-to-project from 0.4.1 to 0.5.0 by @dependabot in #1641
- build(deps): bump actions/stale from 7 to 8 by @dependabot in #1621
- Docs: Correcting typos for github_actions_organization_variable resource by @chrisforrette in #1626
- feat: Add a data source for labels. by @galargh in #1126
- Correct heading in SSH key data source docs by @nint8835 in #1637
- Update go-github to v51 by @brandonstubbs in #1638
New Contributors
- @chrisforrette made their first contribution in #1626
- @brandonstubbs made their first contribution in #1638
Full Changelog: v5.20.0...v5.22.0
v5.21.1
What's Changed
Features
- Update resource for repository file: make the branch default consistent with GitHub API by @galargh in #1128
- Add data source to fetch GitHub's SSH public keys by @nint8835 in #1602
- Add Organization-level public key data sources by @bodgit in #1608
- feat(github_branch_protection_v3): Add support for bypass_pull_request_allowances by @syakir-uzair in #1578
- Add resource for authoritative repo access management by @maroux in #1121
Docs
- Fix typo in github_actions_organization_variable docs by @akordowski in #1627
- Fix doc of data source github_repository_file by @bpaquet in #1161
New Contributors
- @nint8835 made their first contribution in #1602
- @bodgit made their first contribution in #1608
- @syakir-uzair made their first contribution in #1578
- @maroux made their first contribution in #1121
Full Changelog: v5.19.0...v5.21.1