Releases: integrations/terraform-provider-github
Releases · integrations/terraform-provider-github
v5.23.0
What's Changed
- Add fork attribute to
github_repository
data by @davidcorrigan714 in #1647 - make
github_ref
respectowner
by @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
v5.20.0
What's Changed
- 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
- Fix doc of data source github_repository_file by @bpaquet in #1161
- Fix typo in github_actions_organization_variable docs by @akordowski in #1627
- Add resource for authoritative repo access management by @maroux in #1121
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.20.0
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 in #1605
- build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #1604
- Bump Go version to v1.20.2 in CI by @kfcampbell in #1615
- Fix typo in github_actions_variable docs by @akordowski in #1613
- retrieve publicly available emails as well by @mac2000 in #1557
- fix: selected_workflows and restricted_to_workflows fields cannot be set issue by @shoukoo in #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 in #1129
- Allow importing of r/github_repository_autolink_reference by key prefix by @marc-sensenich in #1218
- data_source_github_organization: expand members by @mac2000 in #1588
New Contributors
- @akordowski made their first contribution in #1613
- @mac2000 made their first contribution in #1557
- @shoukoo made their first contribution in #1563
- @galargh made their first contribution in #1129
- @marc-sensenich made their first contribution in #1218
Full Changelog: v5.18.3...v5.19.0
v5.18.3
Hopefully this will fix the releasing issues we've seen.
What's Changed
- Add support for github actions variables by @tjcorr in #1569
- feat(team_members): allow team id lookup from slug by @dennislapchenko in #1542
- build(deps): bump actions/add-to-project from 0.4.0 to 0.4.1 by @dependabot in #1580
- build(deps): bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 by @dependabot in #1581
- build(deps): bump golang.org/x/crypto from 0.6.0 to 0.7.0 by @dependabot in #1582
- Run go get cloud.google.com/go/compute/metadata@latest and go mod tidy by @kfcampbell in #1600
New Contributors
- @tjcorr made their first contribution in #1569
- @dennislapchenko made their first contribution in #1542
Full Changelog: v5.18.2...v5.18.3
v5.18.2
What's Changed
Maintenance
- build(deps): bump golang.org/x/oauth2 from 0.1.0 to 0.5.0 by @dependabot in #1561
- build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.2 by @dependabot in #1572
- build(deps): bump github.com/google/go-github/v50 from 50.0.0 to 50.1.0 by @dependabot in #1571
- Cleans up the references causing release issues by @nickfloyd in #1590
Full Changelog: v5.18.0...v5.18.1
v5.18.0
What's Changed
- Add Schema Attribute Descriptions For Repository Resources by @X-Guardian in #1527
- build(deps): bump golang.org/x/crypto from 0.5.0 to 0.6.0 by @dependabot in #1543
- docs: fix erroneous github_repository_file docs by @GilUpstream in #1540
- Dependency updates to fix broken builds by @kfcampbell in #1547
- build(deps): bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0 by @dependabot in #1554
- build(deps): bump golang.org/x/net from 0.6.0 to 0.7.0 by @dependabot in #1556
- Fix: Support app auth and PAT via two provider instances by @MajorBreakfast in #1538
- fix: support repository autolink references with non-default ports by @isometry in #1552
- Add Schema Attribute Descriptions For Remaining Resources by @X-Guardian in #1544
New Contributors
- @X-Guardian made their first contribution in #1527
- @GilUpstream made their first contribution in #1540
- @MajorBreakfast made their first contribution in #1538
- @isometry made their first contribution in #1552
Full Changelog: v5.17.0...v5.18.0
v5.17.0
What's Changed
- [docfix] Fix argument name in import section by @pradeepbhadani in #1507
- Update to go-github v50 by @ilmax in #1516
- Update repository_webhook.html.markdown by @pavlospt in #1512
- Minor - Add missing doc for github_enterprise_organization and fix typos by @marknet15 in #1511
- Update required/optional for security_and_analysis fields in docs to match the code by @danielpops in #1504
- feat(team_membership): allow id lookup from slug by @jhoenzsch in #1502
- feat: Adding rename argument to the github_branch_default resource by @rhughes1 in #1523
- feat: allow emtpy invitation IDs by @morremeyer in #1488
- allow github_actions_runner_group to be created with RestrictedToWorkflows and SelectedWorkflows by @bob-bins in #1513
New Contributors
- @ilmax made their first contribution in #1516
- @pavlospt made their first contribution in #1512
- @marknet15 made their first contribution in #1511
- @danielpops made their first contribution in #1504
- @jhoenzsch made their first contribution in #1502
- @rhughes1 made their first contribution in #1523
Full Changelog: v5.16.0...v5.17.0
v5.16.0
What's Changed
- Set LDAP DN on team creation by @jMarkP in #1491
- Fixing
github_repository_file
owner/org handling by @vmasutin in #1494 - feature/985 branch protection
checks
by @TheQueenIsDead in #1415 - [FIX]: Issue-1498 by @pradeepbhadani in #1500
New Contributors
- @jMarkP made their first contribution in #1491
- @vmasutin made their first contribution in #1494
- @TheQueenIsDead made their first contribution in #1415
- @pradeepbhadani made their first contribution in #1500
Full Changelog: v5.15.0...v5.16.0