Update Terraform github to v5 - autoclosed #3

Closed
kjuulh wants to merge 1 commits from renovate/github-5.x into master
Owner

This PR contains the following updates:

Package Type Update Change
github (source) required_provider major >= 4.0.0, < 5.0.0 -> < 6.0.0

Release Notes

integrations/terraform-provider-github

v5.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/integrations/terraform-provider-github/compare/v5.5.0...v5.6.0

v5.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/integrations/terraform-provider-github/compare/v5.4.0...v5.5.0

v5.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/integrations/terraform-provider-github/compare/v5.3.0...v5.4.0

v5.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/integrations/terraform-provider-github/compare/v5.2.0...v5.3.0

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/integrations/terraform-provider-github/compare/v5.1.0...v5.2.0

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/integrations/terraform-provider-github/compare/v5.0.0...v5.1.0

v5.0.0

Compare Source

This is a new major version due to #​1117 moving the branches attribute out of the repository data source and into its own data-source. In the future, I'd like to adopt breaking changes more quickly in a manner similar to the google/go-github library. See #​1288 for slightly more context.

What's Changed

Full Changelog: https://github.com/integrations/terraform-provider-github/compare/v4.31.0...v5.0.0


Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github](https://registry.terraform.io/providers/integrations/github) ([source](https://github.com/integrations/terraform-provider-github)) | required_provider | major | `>= 4.0.0, < 5.0.0` -> `< 6.0.0` | --- ### Release Notes <details> <summary>integrations/terraform-provider-github</summary> ### [`v5.6.0`](https://github.com/integrations/terraform-provider-github/releases/tag/v5.6.0) [Compare Source](https://github.com/integrations/terraform-provider-github/compare/v5.5.0...v5.6.0) #### What's Changed - Update github_organization_settings to only need RO permissions at plan time by [@&#8203;avgalani](https://github.com/avgalani) in https://github.com/integrations/terraform-provider-github/pull/1321 #### New Contributors - [@&#8203;avgalani](https://github.com/avgalani) made their first contribution in https://github.com/integrations/terraform-provider-github/pull/1321 **Full Changelog**: https://github.com/integrations/terraform-provider-github/compare/v5.5.0...v5.6.0 ### [`v5.5.0`](https://github.com/integrations/terraform-provider-github/releases/tag/v5.5.0) [Compare Source](https://github.com/integrations/terraform-provider-github/compare/v5.4.0...v5.5.0) #### What's Changed - Fix doc of github_dependabot_secrets by [@&#8203;bpaquet](https://github.com/bpaquet) in https://github.com/integrations/terraform-provider-github/pull/1297 - Lowercase error strings by [@&#8203;kfcampbell](https://github.com/kfcampbell) in https://github.com/integrations/terraform-provider-github/pull/1329 - Add datasource: github_repository_deploy_keys by [@&#8203;bpaquet](https://github.com/bpaquet) in https://github.com/integrations/terraform-provider-github/pull/1299 - Add data source organization webhooks and repository webhooks by [@&#8203;bpaquet](https://github.com/bpaquet) in https://github.com/integrations/terraform-provider-github/pull/1300 - Revert PR [#&#8203;1020](https://github.com/integrations/terraform-provider-github/issues/1020) to undo performance regression as reported in [#&#8203;1328](https://github.com/integrations/terraform-provider-github/issues/1328) by [@&#8203;kfcampbell](https://github.com/kfcampbell) in https://github.com/integrations/terraform-provider-github/pull/1330 **Full Changelog**: https://github.com/integrations/terraform-provider-github/compare/v5.4.0...v5.5.0 ### [`v5.4.0`](https://github.com/integrations/terraform-provider-github/releases/tag/v5.4.0) [Compare Source](https://github.com/integrations/terraform-provider-github/compare/v5.3.0...v5.4.0) #### What's Changed - Fix `github_repository_file`: Disable default compute of author and email by [@&#8203;pawnu](https://github.com/pawnu) in https://github.com/integrations/terraform-provider-github/pull/1179 - feat(branch-protection): Push/Reviewer actors can be specified by name by [@&#8203;dion-gionet](https://github.com/dion-gionet) in https://github.com/integrations/terraform-provider-github/pull/1020 - fix: `github_dependabot_organization_secret` panic by [@&#8203;nikolay](https://github.com/nikolay) in https://github.com/integrations/terraform-provider-github/pull/1323 #### New Contributors - [@&#8203;pawnu](https://github.com/pawnu) made their first contribution in https://github.com/integrations/terraform-provider-github/pull/1179 - [@&#8203;dion-gionet](https://github.com/dion-gionet) made their first contribution in https://github.com/integrations/terraform-provider-github/pull/1020 - [@&#8203;nikolay](https://github.com/nikolay) made their first contribution in https://github.com/integrations/terraform-provider-github/pull/1323 **Full Changelog**: https://github.com/integrations/terraform-provider-github/compare/v5.3.0...v5.4.0 ### [`v5.3.0`](https://github.com/integrations/terraform-provider-github/releases/tag/v5.3.0) [Compare Source](https://github.com/integrations/terraform-provider-github/compare/v5.2.0...v5.3.0) #### What's Changed - Adding resource github_organization_settings to provider [closes#&#8203;1125](https://github.com/closes/terraform-provider-github/issues/1125) by [@&#8203;kuhlman-labs](https://github.com/kuhlman-labs) in https://github.com/integrations/terraform-provider-github/pull/1298 - Allow to get only protected on non protected branch with github_repository_branches by [@&#8203;bpaquet](https://github.com/bpaquet) in https://github.com/integrations/terraform-provider-github/pull/1296 **Full Changelog**: https://github.com/integrations/terraform-provider-github/compare/v5.2.0...v5.3.0 ### [`v5.2.0`](https://github.com/integrations/terraform-provider-github/releases/tag/v5.2.0) [Compare Source](https://github.com/integrations/terraform-provider-github/compare/v5.1.0...v5.2.0) #### What's Changed - Remove gogetcookie.sh by [@&#8203;kfcampbell](https://github.com/kfcampbell) in https://github.com/integrations/terraform-provider-github/pull/1292 - Set `node_id` in `github_organization` data source by [@&#8203;douglascayers](https://github.com/douglascayers) in https://github.com/integrations/terraform-provider-github/pull/1277 - Create data source for organization ip allow list by [@&#8203;douglascayers](https://github.com/douglascayers) in https://github.com/integrations/terraform-provider-github/pull/1275 #### New Contributors - [@&#8203;douglascayers](https://github.com/douglascayers) made their first contribution in https://github.com/integrations/terraform-provider-github/pull/1277 **Full Changelog**: https://github.com/integrations/terraform-provider-github/compare/v5.1.0...v5.2.0 ### [`v5.1.0`](https://github.com/integrations/terraform-provider-github/releases/tag/v5.1.0) [Compare Source](https://github.com/integrations/terraform-provider-github/compare/v5.0.0...v5.1.0) #### What's Changed - Feature github_repository_tag_protection [closes#&#8203;1250](https://github.com/closes/terraform-provider-github/issues/1250) by [@&#8203;kuhlman-labs](https://github.com/kuhlman-labs) in https://github.com/integrations/terraform-provider-github/pull/1283 - \[Feature] Add data source to read secrets by [@&#8203;bpaquet](https://github.com/bpaquet) in https://github.com/integrations/terraform-provider-github/pull/1245 - Remove scripts/changelog-links.sh by [@&#8203;kfcampbell](https://github.com/kfcampbell) in https://github.com/integrations/terraform-provider-github/pull/1291 #### New Contributors - [@&#8203;kuhlman-labs](https://github.com/kuhlman-labs) made their first contribution in https://github.com/integrations/terraform-provider-github/pull/1283 **Full Changelog**: https://github.com/integrations/terraform-provider-github/compare/v5.0.0...v5.1.0 ### [`v5.0.0`](https://github.com/integrations/terraform-provider-github/releases/tag/v5.0.0) [Compare Source](https://github.com/integrations/terraform-provider-github/compare/v4.31.0...v5.0.0) This is a new major version due to [#&#8203;1117](https://github.com/integrations/terraform-provider-github/issues/1117) moving the branches attribute out of the repository data source and into its own data-source. In the future, I'd like to adopt breaking changes more quickly in a manner similar to the google/go-github library. See [#&#8203;1288](https://github.com/integrations/terraform-provider-github/issues/1288) for slightly more context. #### What's Changed - Bump to terraform-plugin-sdk v1.17.2 by [@&#8203;kfcampbell](https://github.com/kfcampbell) in https://github.com/integrations/terraform-provider-github/pull/1272 - Bump non-Terraform dependencies. by [@&#8203;kfcampbell](https://github.com/kfcampbell) in https://github.com/integrations/terraform-provider-github/pull/1274 - Refactor out branches attribute to new data source by [@&#8203;k24dizzle](https://github.com/k24dizzle) in https://github.com/integrations/terraform-provider-github/pull/1117 - \[Feature] New datasource github_repository_teams by [@&#8203;bpaquet](https://github.com/bpaquet) in https://github.com/integrations/terraform-provider-github/pull/1244 - Small README cleanup by [@&#8203;kfcampbell](https://github.com/kfcampbell) in https://github.com/integrations/terraform-provider-github/pull/1282 - Small issue docs fix by [@&#8203;kfcampbell](https://github.com/kfcampbell) in https://github.com/integrations/terraform-provider-github/pull/1285 - Bump version number to v5 by [@&#8203;kfcampbell](https://github.com/kfcampbell) in https://github.com/integrations/terraform-provider-github/pull/1288 **Full Changelog**: https://github.com/integrations/terraform-provider-github/compare/v4.31.0...v5.0.0 </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
kjuulh force-pushed renovate/github-5.x from 1087641c5c to 7101e557f7 2022-10-26 17:16:26 +02:00 Compare
kjuulh force-pushed renovate/github-5.x from 7101e557f7 to 7e8cccbac0 2022-10-26 17:43:18 +02:00 Compare
kjuulh changed title from Update Terraform github to v5 to Update Terraform github to v5 - autoclosed 2022-10-26 20:24:44 +02:00
kjuulh closed this pull request 2022-10-26 20:24:44 +02:00
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/terraform-hcloud-kube-hetzner#3
No description provided.