Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
feat(terraform-provider): update terraform github to 5.30.1 (#902)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github](https://registry.terraform.io/providers/integrations/github)
([source](https://togithub.com/integrations/terraform-provider-github))
| required_provider | minor | `5.29.0` -> `5.30.1` |

---

### Release Notes

<details>
<summary>integrations/terraform-provider-github (github)</summary>

###
[`v5.30.1`](https://togithub.com/integrations/terraform-provider-github/releases/tag/v5.30.1)

[Compare
Source](https://togithub.com/integrations/terraform-provider-github/compare/v5.29.0...v5.30.1)

#### What's Changed

- Fix: incorrect field name in docs for github_repository_collaborators
by [@&#8203;Jeffreyhung](https://togithub.com/Jeffreyhung) in
[https://github.com/integrations/terraform-provider-github/pull/1779](https://togithub.com/integrations/terraform-provider-github/pull/1779)
- fix: remove validation for team.permission on
`github_repository_collaborators` by
[@&#8203;jsifuentes](https://togithub.com/jsifuentes) in
[https://github.com/integrations/terraform-provider-github/pull/1781](https://togithub.com/integrations/terraform-provider-github/pull/1781)
- build(deps): bump golang.org/x/crypto from 0.10.0 to 0.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/integrations/terraform-provider-github/pull/1784](https://togithub.com/integrations/terraform-provider-github/pull/1784)
- Don't run go mod tidy on release by
[@&#8203;kfcampbell](https://togithub.com/kfcampbell) in
[https://github.com/integrations/terraform-provider-github/pull/1788](https://togithub.com/integrations/terraform-provider-github/pull/1788)

#### New Contributors

- [@&#8203;Jeffreyhung](https://togithub.com/Jeffreyhung) made their
first contribution in
[https://github.com/integrations/terraform-provider-github/pull/1779](https://togithub.com/integrations/terraform-provider-github/pull/1779)
- [@&#8203;jsifuentes](https://togithub.com/jsifuentes) made their first
contribution in
[https://github.com/integrations/terraform-provider-github/pull/1781](https://togithub.com/integrations/terraform-provider-github/pull/1781)

**Full Changelog**:
integrations/terraform-provider-github@v5.30.0...v5.30.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNi43LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: greyrock-bot <1583719+greyrock-bot[bot]@users.noreply.github.com>
  • Loading branch information
greyrock-repo-duster[bot] and greyrock-bot authored Jul 12, 2023
1 parent c134aef commit 2441b96
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions infrastructure/terraform/github/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infrastructure/terraform/github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "5.29.0"
version = "5.30.1"
}
}
}
Expand Down

0 comments on commit 2441b96

Please sign in to comment.