Skip to content

Commit

Permalink
feat(terraform-provider): update terraform github to 5.45.0 (#337)
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.44.0` -> `5.45.0` |

---

### Release Notes

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

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

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

#### What's Changed

- build(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/integrations/terraform-provider-github/pull/2098](https://togithub.com/integrations/terraform-provider-github/pull/2098)
- build(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/integrations/terraform-provider-github/pull/2097](https://togithub.com/integrations/terraform-provider-github/pull/2097)
- docs: Adds description for overwrite_on_create option. by
[@&#8203;Nmishin](https://togithub.com/Nmishin) in
[https://github.com/integrations/terraform-provider-github/pull/2095](https://togithub.com/integrations/terraform-provider-github/pull/2095)
- docs: Update branch protection documentation by
[@&#8203;LiamMacP](https://togithub.com/LiamMacP) in
[https://github.com/integrations/terraform-provider-github/pull/2085](https://togithub.com/integrations/terraform-provider-github/pull/2085)
- feat: Add `required_workflows` to `github_organization_ruleset` by
[@&#8203;relusc](https://togithub.com/relusc) in
[https://github.com/integrations/terraform-provider-github/pull/2082](https://togithub.com/integrations/terraform-provider-github/pull/2082)
- Fix ruleset bypass actors diff issues by
[@&#8203;o-sama](https://togithub.com/o-sama) in
[https://github.com/integrations/terraform-provider-github/pull/1950](https://togithub.com/integrations/terraform-provider-github/pull/1950)

#### New Contributors

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

**Full Changelog**:
integrations/terraform-provider-github@v5.44.0...v5.45.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE3NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
  • Loading branch information
kireque-bot[bot] committed Feb 7, 2024
1 parent 3a7004f commit e3e161f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
47 changes: 30 additions & 17 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 @@ -10,7 +10,7 @@ terraform {
required_providers {
github = {
source = "integrations/github"
version = "5.44.0"
version = "5.45.0"
}
}
}
Expand Down

0 comments on commit e3e161f

Please sign in to comment.