Skip to content

Releases: integrations/terraform-provider-github

v5.26.0

01 Jun 23:09
0f4221f
Compare
Choose a tag to compare

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 name from repository_webhook by @abatilo in #1294
  • improve verbage in organization data 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

Full Changelog: v5.25.1...v5.26.0

v5.25.1

18 May 22:55
49b2376
Compare
Choose a tag to compare

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

Full Changelog: v5.25.0...v5.26.0

v5.25.0

05 May 23:48
0daadfa
Compare
Choose a tag to compare

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

01 May 23:30
872e253
Compare
Choose a tag to compare

What's Changed

  • Fix example github_team_members import resource address by @Blacksmoke16 in #1151
  • Fix typo in branch protection's pull_request_bypassers test 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

Full Changelog: v5.23.0...v5.24.0

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