Skip to content

Releases: integrations/terraform-provider-github

v5.21.1

06 Apr 21:14
4473602
Compare
Choose a tag to compare

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

Full Changelog: v5.19.0...v5.21.1

v5.20.0

04 Apr 17:36
4473602
Compare
Choose a tag to compare

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

Full Changelog: v5.19.0...v5.20.0

v5.19.0

03 Apr 17:28
b6941b5
Compare
Choose a tag to compare

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

Full Changelog: v5.18.3...v5.19.0

v5.18.3

14 Mar 17:53
f2eef6d
Compare
Choose a tag to compare

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

Full Changelog: v5.18.2...v5.18.3

v5.18.2

09 Mar 20:24
5eb71b7
Compare
Choose a tag to compare

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

18 Feb 00:39
8afbc19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.17.0...v5.18.0

v5.17.0

04 Feb 01:12
2d1b724
Compare
Choose a tag to compare

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

Full Changelog: v5.16.0...v5.17.0

v5.16.0

21 Jan 01:07
543774c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.15.0...v5.16.0

v5.15.0

18 Jan 00:17
c83839f
Compare
Choose a tag to compare

What's Changed

  • fix: verify & set parent team after creation by @reiniertimmer in #1449
  • Update details of "members" property (github_team_members resource) by @kroussou in #1115
  • 1332 workflow restrictions by @bob-bins in #1462
  • Enable CodeQL by @kfcampbell in #1483
  • Add note documenting org owners' team membership behavior by @kfcampbell in #1467
  • fix: Actually populate the visibility within the resulting object. by @wwsean08 in #1486
  • Bugfix: fix github_branch_protection required_status_checks not removing contexts by @jtgrohn in #1492
  • Bugfix: Make security_and_analysis settings optional by @jtgrohn in #1489

New Contributors

Full Changelog: v5.14.0...v5.15.0

v5.14.0

11 Jan 22:04
f20fd94
Compare
Choose a tag to compare

What's Changed

  • Use absolute link to CODE_OF_CONDUCT.md in issue templates by @F21 in #1461
  • feat: Add ability to enable GitHub Discussions on repositories by @nbaechtold in #1443
  • build(deps): bump actions/stale from 6 to 7 by @dependabot in #1454
  • Remove usages of the lowercase h in GitHub by @kfcampbell in #1413
  • Bump go-github to v49.0.0 by @AnitaErnszt in #1463
  • build(deps): bump github.com/Masterminds/goutils from 1.1.0 to 1.1.1 by @dependabot in #1464
  • fix: skip anonymous tests that can't be done anonymously by @wwsean08 in #1465
  • 🚧 Workflows have changed by @octokitbot in #1472
  • build(deps): bump golang.org/x/crypto from 0.4.0 to 0.5.0 by @dependabot in #1468
  • Add support for provisioning github orgs to enteprises. by @scottwis in #1478
  • feat: Add support for GitHub Actions OpenID Connect subject claim customization templates by @F21 in #1473
  • Add links to OpenID Connect subject claim customization template resources and data sources to github.erb by @F21 in #1480

New Contributors

Full Changelog: v5.13.0...v5.14.0