integrations/terraform-provider-github
### [`v5.20.0`](https://togithub.com/integrations/terraform-provider-github/releases/tag/v5.20.0)
[Compare Source](https://togithub.com/integrations/terraform-provider-github/compare/v5.19.0...v5.20.0)
#### What's Changed
- Update resource for repository file: make the branch default consistent with GitHub API by [@galargh](https://togithub.com/galargh) in [https://github.com/integrations/terraform-provider-github/pull/1128](https://togithub.com/integrations/terraform-provider-github/pull/1128)
- Add data source to fetch GitHub's SSH public keys by [@nint8835](https://togithub.com/nint8835) in [https://github.com/integrations/terraform-provider-github/pull/1602](https://togithub.com/integrations/terraform-provider-github/pull/1602)
- Add Organization-level public key data sources by [@bodgit](https://togithub.com/bodgit) in [https://github.com/integrations/terraform-provider-github/pull/1608](https://togithub.com/integrations/terraform-provider-github/pull/1608)
- feat(github_branch_protection_v3): Add support for bypass_pull_request_allowances by [@syakir-uzair](https://togithub.com/syakir-uzair) in [https://github.com/integrations/terraform-provider-github/pull/1578](https://togithub.com/integrations/terraform-provider-github/pull/1578)
- Fix doc of data source github_repository_file by [@bpaquet](https://togithub.com/bpaquet) in [https://github.com/integrations/terraform-provider-github/pull/1161](https://togithub.com/integrations/terraform-provider-github/pull/1161)
- Fix typo in github_actions_organization_variable docs by [@akordowski](https://togithub.com/akordowski) in [https://github.com/integrations/terraform-provider-github/pull/1627](https://togithub.com/integrations/terraform-provider-github/pull/1627)
- Add resource for authoritative repo access management by [@maroux](https://togithub.com/maroux) in [https://github.com/integrations/terraform-provider-github/pull/1121](https://togithub.com/integrations/terraform-provider-github/pull/1121)
#### New Contributors
- [@nint8835](https://togithub.com/nint8835) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1602](https://togithub.com/integrations/terraform-provider-github/pull/1602)
- [@bodgit](https://togithub.com/bodgit) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1608](https://togithub.com/integrations/terraform-provider-github/pull/1608)
- [@syakir-uzair](https://togithub.com/syakir-uzair) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1578](https://togithub.com/integrations/terraform-provider-github/pull/1578)
- [@maroux](https://togithub.com/maroux) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1121](https://togithub.com/integrations/terraform-provider-github/pull/1121)
**Full Changelog**: https://github.com/integrations/terraform-provider-github/compare/v5.19.0...v5.20.0
### [`v5.19.0`](https://togithub.com/integrations/terraform-provider-github/releases/tag/v5.19.0)
[Compare Source](https://togithub.com/integrations/terraform-provider-github/compare/v5.18.3...v5.19.0)
##### What's Changed
- build(deps): bump github.com/google/go-github/v50 from 50.1.0 to 50.2.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/integrations/terraform-provider-github/pull/1605](https://togithub.com/integrations/terraform-provider-github/pull/1605)
- build(deps): bump actions/setup-go from 3 to 4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/integrations/terraform-provider-github/pull/1604](https://togithub.com/integrations/terraform-provider-github/pull/1604)
- Bump Go version to v1.20.2 in CI by [@kfcampbell](https://togithub.com/kfcampbell) in [https://github.com/integrations/terraform-provider-github/pull/1615](https://togithub.com/integrations/terraform-provider-github/pull/1615)
- Fix typo in github_actions_variable docs by [@akordowski](https://togithub.com/akordowski) in [https://github.com/integrations/terraform-provider-github/pull/1613](https://togithub.com/integrations/terraform-provider-github/pull/1613)
- retrieve publicly available emails as well by [@mac2000](https://togithub.com/mac2000) in [https://github.com/integrations/terraform-provider-github/pull/1557](https://togithub.com/integrations/terraform-provider-github/pull/1557)
- fix: selected_workflows and restricted_to_workflows fields cannot be set issue by [@shoukoo](https://togithub.com/shoukoo) in [https://github.com/integrations/terraform-provider-github/pull/1563](https://togithub.com/integrations/terraform-provider-github/pull/1563)
- Update data source for repository file: prevent tf panic on non-existent file and make the branch default consistent with GitHub API by [@galargh](https://togithub.com/galargh) in [https://github.com/integrations/terraform-provider-github/pull/1129](https://togithub.com/integrations/terraform-provider-github/pull/1129)
- Allow importing of r/github_repository_autolink_reference by key prefix by [@marc-sensenich](https://togithub.com/marc-sensenich) in [https://github.com/integrations/terraform-provider-github/pull/1218](https://togithub.com/integrations/terraform-provider-github/pull/1218)
- data_source_github_organization: expand members by [@mac2000](https://togithub.com/mac2000) in [https://github.com/integrations/terraform-provider-github/pull/1588](https://togithub.com/integrations/terraform-provider-github/pull/1588)
##### New Contributors
- [@akordowski](https://togithub.com/akordowski) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1613](https://togithub.com/integrations/terraform-provider-github/pull/1613)
- [@mac2000](https://togithub.com/mac2000) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1557](https://togithub.com/integrations/terraform-provider-github/pull/1557)
- [@shoukoo](https://togithub.com/shoukoo) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1563](https://togithub.com/integrations/terraform-provider-github/pull/1563)
- [@galargh](https://togithub.com/galargh) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1129](https://togithub.com/integrations/terraform-provider-github/pull/1129)
- [@marc-sensenich](https://togithub.com/marc-sensenich) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1218](https://togithub.com/integrations/terraform-provider-github/pull/1218)
**Full Changelog**: https://github.com/integrations/terraform-provider-github/compare/v5.18.3...v5.19.0
Configuration
📅 Schedule: Branch creation - "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone America/Lima, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
5.18.3
->5.20.0
Release Notes
integrations/terraform-provider-github
### [`v5.20.0`](https://togithub.com/integrations/terraform-provider-github/releases/tag/v5.20.0) [Compare Source](https://togithub.com/integrations/terraform-provider-github/compare/v5.19.0...v5.20.0) #### What's Changed - Update resource for repository file: make the branch default consistent with GitHub API by [@galargh](https://togithub.com/galargh) in [https://github.com/integrations/terraform-provider-github/pull/1128](https://togithub.com/integrations/terraform-provider-github/pull/1128) - Add data source to fetch GitHub's SSH public keys by [@nint8835](https://togithub.com/nint8835) in [https://github.com/integrations/terraform-provider-github/pull/1602](https://togithub.com/integrations/terraform-provider-github/pull/1602) - Add Organization-level public key data sources by [@bodgit](https://togithub.com/bodgit) in [https://github.com/integrations/terraform-provider-github/pull/1608](https://togithub.com/integrations/terraform-provider-github/pull/1608) - feat(github_branch_protection_v3): Add support for bypass_pull_request_allowances by [@syakir-uzair](https://togithub.com/syakir-uzair) in [https://github.com/integrations/terraform-provider-github/pull/1578](https://togithub.com/integrations/terraform-provider-github/pull/1578) - Fix doc of data source github_repository_file by [@bpaquet](https://togithub.com/bpaquet) in [https://github.com/integrations/terraform-provider-github/pull/1161](https://togithub.com/integrations/terraform-provider-github/pull/1161) - Fix typo in github_actions_organization_variable docs by [@akordowski](https://togithub.com/akordowski) in [https://github.com/integrations/terraform-provider-github/pull/1627](https://togithub.com/integrations/terraform-provider-github/pull/1627) - Add resource for authoritative repo access management by [@maroux](https://togithub.com/maroux) in [https://github.com/integrations/terraform-provider-github/pull/1121](https://togithub.com/integrations/terraform-provider-github/pull/1121) #### New Contributors - [@nint8835](https://togithub.com/nint8835) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1602](https://togithub.com/integrations/terraform-provider-github/pull/1602) - [@bodgit](https://togithub.com/bodgit) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1608](https://togithub.com/integrations/terraform-provider-github/pull/1608) - [@syakir-uzair](https://togithub.com/syakir-uzair) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1578](https://togithub.com/integrations/terraform-provider-github/pull/1578) - [@maroux](https://togithub.com/maroux) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1121](https://togithub.com/integrations/terraform-provider-github/pull/1121) **Full Changelog**: https://github.com/integrations/terraform-provider-github/compare/v5.19.0...v5.20.0 ### [`v5.19.0`](https://togithub.com/integrations/terraform-provider-github/releases/tag/v5.19.0) [Compare Source](https://togithub.com/integrations/terraform-provider-github/compare/v5.18.3...v5.19.0) ##### What's Changed - build(deps): bump github.com/google/go-github/v50 from 50.1.0 to 50.2.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/integrations/terraform-provider-github/pull/1605](https://togithub.com/integrations/terraform-provider-github/pull/1605) - build(deps): bump actions/setup-go from 3 to 4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/integrations/terraform-provider-github/pull/1604](https://togithub.com/integrations/terraform-provider-github/pull/1604) - Bump Go version to v1.20.2 in CI by [@kfcampbell](https://togithub.com/kfcampbell) in [https://github.com/integrations/terraform-provider-github/pull/1615](https://togithub.com/integrations/terraform-provider-github/pull/1615) - Fix typo in github_actions_variable docs by [@akordowski](https://togithub.com/akordowski) in [https://github.com/integrations/terraform-provider-github/pull/1613](https://togithub.com/integrations/terraform-provider-github/pull/1613) - retrieve publicly available emails as well by [@mac2000](https://togithub.com/mac2000) in [https://github.com/integrations/terraform-provider-github/pull/1557](https://togithub.com/integrations/terraform-provider-github/pull/1557) - fix: selected_workflows and restricted_to_workflows fields cannot be set issue by [@shoukoo](https://togithub.com/shoukoo) in [https://github.com/integrations/terraform-provider-github/pull/1563](https://togithub.com/integrations/terraform-provider-github/pull/1563) - Update data source for repository file: prevent tf panic on non-existent file and make the branch default consistent with GitHub API by [@galargh](https://togithub.com/galargh) in [https://github.com/integrations/terraform-provider-github/pull/1129](https://togithub.com/integrations/terraform-provider-github/pull/1129) - Allow importing of r/github_repository_autolink_reference by key prefix by [@marc-sensenich](https://togithub.com/marc-sensenich) in [https://github.com/integrations/terraform-provider-github/pull/1218](https://togithub.com/integrations/terraform-provider-github/pull/1218) - data_source_github_organization: expand members by [@mac2000](https://togithub.com/mac2000) in [https://github.com/integrations/terraform-provider-github/pull/1588](https://togithub.com/integrations/terraform-provider-github/pull/1588) ##### New Contributors - [@akordowski](https://togithub.com/akordowski) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1613](https://togithub.com/integrations/terraform-provider-github/pull/1613) - [@mac2000](https://togithub.com/mac2000) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1557](https://togithub.com/integrations/terraform-provider-github/pull/1557) - [@shoukoo](https://togithub.com/shoukoo) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1563](https://togithub.com/integrations/terraform-provider-github/pull/1563) - [@galargh](https://togithub.com/galargh) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1129](https://togithub.com/integrations/terraform-provider-github/pull/1129) - [@marc-sensenich](https://togithub.com/marc-sensenich) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/1218](https://togithub.com/integrations/terraform-provider-github/pull/1218) **Full Changelog**: https://github.com/integrations/terraform-provider-github/compare/v5.18.3...v5.19.0Configuration
📅 Schedule: Branch creation - "after 10:30 before 18:00 every weekday except after 13:00 before 14:00" in timezone America/Lima, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.