Skip to content

Releases: integrations/terraform-provider-github

v5.23.0

18 Apr 17:18
e9bb788
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.22.0...v5.23.0

v5.22.0

11 Apr 16:38
e83bb8d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.20.0...v5.22.0

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

  • 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

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