1
0
Fork
You've already forked fry-bot
0

Bump integrations/github from 5.29.0 to 5.32.0 in /infrastructure #68

Open
dependabot[bot] wants to merge 1 commit from dependabot/terraform/infrastructure/integrations/github-5.32.0 into main
pull from: dependabot/terraform/infrastructure/integrations/github-5.32.0
merge into: tebriel:main
tebriel:main
tebriel:devenv-sh
tebriel:dependabot/terraform/infrastructure/hashicorp/azurerm-3.67.0
tebriel:dependabot/github_actions/dot-github/workflows/actions/setup-python-4.7.0
tebriel:dependabot/github_actions/dot-github/workflows/docker/login-action-2.2.0
tebriel:dependabot/docker/python-3.11
tebriel:dependabot/github_actions/dot-github/workflows/hashicorp/setup-terraform-2.0.3
tebriel:dependabot/github_actions/dot-github/workflows/actions/checkout-3
tebriel:mypy-cleanup
tebriel:rename-access-policy
dependabot[bot] commented 2023年07月31日 03:00:09 +02:00 (Migrated from github.com)
Copy link

Bumps integrations/github from 5.29.0 to 5.32.0.

Release notes

Sourced from integrations/github's releases.

v5.32.0

What's Changed

New Contributors

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

v5.31.0

What's Changed

New Contributors

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

v5.30.1

What's Changed

New Contributors

Full Changelog: https://github.com/integrations/terraform-provider-github/compare/v5.30.0...v5.30.1

v5.30.0

What's Changed

Full Changelog: https://github.com/integrations/terraform-provider-github/compare/v5.29.0...v5.30.0

Commits
  • b490535 Enforce valid chars in repo name (#1806)
  • 64f123a fix: Github Environments Policy feature causing the provider to produce incon...
  • dc087bd feat: add data source to get organization members' SAML/SCIM linked identitie...
  • f677f36 Merge pull request #1803 from integrations/octoherd/thu-jul-20-2023-09-55-31
  • 071ba96 feat: add pull_request_template.md PR template
  • 9251f07 octoherd: delete pull_request_template.md
  • fabff68 feat: add ability to downgrade membership when github_membership is destroy...
  • 6f934ec Do not change allow_update_branch/has_downloads on archived repos (#1795)
  • 8ad3299 Attempted fix for #1657 (#1774)
  • 0de38bc 💅 Typo in docs (#1789)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [integrations/github](https://github.com/integrations/terraform-provider-github) from 5.29.0 to 5.32.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/integrations/terraform-provider-github/releases">integrations/github's releases</a>.</em></p> <blockquote> <h2>v5.32.0</h2> <h2>What's Changed</h2> <ul> <li>Add PR templates by <a href="https://github.com/nickfloyd"><code>@​nickfloyd</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1803">integrations/terraform-provider-github#1803</a></li> <li>feat: add data source to get organization members' SAML/SCIM linked identities by <a href="https://github.com/jsifuentes"><code>@​jsifuentes</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1778">integrations/terraform-provider-github#1778</a></li> <li>fix: Github Environments Policy feature causing the provider to produce inconsistent result by <a href="https://github.com/edheliel"><code>@​edheliel</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1799">integrations/terraform-provider-github#1799</a></li> <li>Enforce valid chars in repo name by <a href="https://github.com/btlogy"><code>@​btlogy</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1806">integrations/terraform-provider-github#1806</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/edheliel"><code>@​edheliel</code></a> made their first contribution in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1799">integrations/terraform-provider-github#1799</a></li> <li><a href="https://github.com/btlogy"><code>@​btlogy</code></a> made their first contribution in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1806">integrations/terraform-provider-github#1806</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/integrations/terraform-provider-github/compare/v5.31.0...v5.32.0">https://github.com/integrations/terraform-provider-github/compare/v5.31.0...v5.32.0</a></p> <h2>v5.31.0</h2> <h2>What's Changed</h2> <ul> <li>build(deps): bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1785">integrations/terraform-provider-github#1785</a></li> <li>💅 Typo in docs by <a href="https://github.com/nmacri"><code>@​nmacri</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1789">integrations/terraform-provider-github#1789</a></li> <li>Attempted fix for <a href="https://redirect.github.com/integrations/terraform-provider-github/issues/1657">#1657</a> by <a href="https://github.com/yaakov-h"><code>@​yaakov-h</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1774">integrations/terraform-provider-github#1774</a></li> <li>Do not change allow_update_branch/has_downloads on archived repos by <a href="https://github.com/kristian-lesko"><code>@​kristian-lesko</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1795">integrations/terraform-provider-github#1795</a></li> <li>feat: add ability to downgrade membership when <code>github_membership</code> is destroyed by <a href="https://github.com/jsifuentes"><code>@​jsifuentes</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1783">integrations/terraform-provider-github#1783</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nmacri"><code>@​nmacri</code></a> made their first contribution in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1789">integrations/terraform-provider-github#1789</a></li> <li><a href="https://github.com/yaakov-h"><code>@​yaakov-h</code></a> made their first contribution in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1774">integrations/terraform-provider-github#1774</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/integrations/terraform-provider-github/compare/v5.30.1...v5.31.0">https://github.com/integrations/terraform-provider-github/compare/v5.30.1...v5.31.0</a></p> <h2>v5.30.1</h2> <h2>What's Changed</h2> <ul> <li>Fix: incorrect field name in docs for github_repository_collaborators by <a href="https://github.com/Jeffreyhung"><code>@​Jeffreyhung</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1779">integrations/terraform-provider-github#1779</a></li> <li>fix: remove validation for team.permission on <code>github_repository_collaborators</code> by <a href="https://github.com/jsifuentes"><code>@​jsifuentes</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1781">integrations/terraform-provider-github#1781</a></li> <li>build(deps): bump golang.org/x/crypto from 0.10.0 to 0.11.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1784">integrations/terraform-provider-github#1784</a></li> <li>Don't run go mod tidy on release by <a href="https://github.com/kfcampbell"><code>@​kfcampbell</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1788">integrations/terraform-provider-github#1788</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jeffreyhung"><code>@​Jeffreyhung</code></a> made their first contribution in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1779">integrations/terraform-provider-github#1779</a></li> <li><a href="https://github.com/jsifuentes"><code>@​jsifuentes</code></a> made their first contribution in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1781">integrations/terraform-provider-github#1781</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/integrations/terraform-provider-github/compare/v5.30.0...v5.30.1">https://github.com/integrations/terraform-provider-github/compare/v5.30.0...v5.30.1</a></p> <h2>v5.30.0</h2> <h2>What's Changed</h2> <ul> <li>[FEAT]: Ability to import repository secrets by <a href="https://github.com/KenSpur"><code>@​KenSpur</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1763">integrations/terraform-provider-github#1763</a></li> <li>[Bug]: Repository name updates break dependent repository secrets by <a href="https://github.com/KenSpur"><code>@​KenSpur</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1754">integrations/terraform-provider-github#1754</a></li> <li>build(deps): bump google.golang.org/grpc from 1.50.1 to 1.53.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/integrations/terraform-provider-github/pull/1772">integrations/terraform-provider-github#1772</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/integrations/terraform-provider-github/compare/v5.29.0...v5.30.0">https://github.com/integrations/terraform-provider-github/compare/v5.29.0...v5.30.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/integrations/terraform-provider-github/commit/b4905355d6221bcfedefb431b50e3444828bee53"><code>b490535</code></a> Enforce valid chars in repo name (<a href="https://redirect.github.com/integrations/terraform-provider-github/issues/1806">#1806</a>)</li> <li><a href="https://github.com/integrations/terraform-provider-github/commit/64f123ad9f4950aadb0a5dfbe8d51485c22c3b2a"><code>64f123a</code></a> fix: Github Environments Policy feature causing the provider to produce incon...</li> <li><a href="https://github.com/integrations/terraform-provider-github/commit/dc087bd7953920a58c75466f74f3ca42de1f6fbb"><code>dc087bd</code></a> feat: add data source to get organization members' SAML/SCIM linked identitie...</li> <li><a href="https://github.com/integrations/terraform-provider-github/commit/f677f369b237dd02fe8e0b9bcc992b4cfe219343"><code>f677f36</code></a> Merge pull request <a href="https://redirect.github.com/integrations/terraform-provider-github/issues/1803">#1803</a> from integrations/octoherd/thu-jul-20-2023-09-55-31</li> <li><a href="https://github.com/integrations/terraform-provider-github/commit/071ba961240435ea4953d1d070fccb46ddfbe519"><code>071ba96</code></a> feat: add pull_request_template.md PR template</li> <li><a href="https://github.com/integrations/terraform-provider-github/commit/9251f07fad6eedd3ab595c69e17c61f356bae0f0"><code>9251f07</code></a> octoherd: delete pull_request_template.md</li> <li><a href="https://github.com/integrations/terraform-provider-github/commit/fabff68737e3ba4bd089bf108b14da6efba34cdb"><code>fabff68</code></a> feat: add ability to downgrade membership when <code>github_membership</code> is destroy...</li> <li><a href="https://github.com/integrations/terraform-provider-github/commit/6f934ec7fc13274edc9538887a25e1783f8dae60"><code>6f934ec</code></a> Do not change allow_update_branch/has_downloads on archived repos (<a href="https://redirect.github.com/integrations/terraform-provider-github/issues/1795">#1795</a>)</li> <li><a href="https://github.com/integrations/terraform-provider-github/commit/8ad3299ca3edd0b6c4ade6439c905676bbe26967"><code>8ad3299</code></a> Attempted fix for <a href="https://redirect.github.com/integrations/terraform-provider-github/issues/1657">#1657</a> (<a href="https://redirect.github.com/integrations/terraform-provider-github/issues/1774">#1774</a>)</li> <li><a href="https://github.com/integrations/terraform-provider-github/commit/0de38bcf2f56a44b73ca77cc3132f15e29a09886"><code>0de38bc</code></a> 💅 Typo in docs (<a href="https://redirect.github.com/integrations/terraform-provider-github/issues/1789">#1789</a>)</li> <li>Additional commits viewable in <a href="https://github.com/integrations/terraform-provider-github/compare/v5.29.0...v5.32.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=integrations/github&package-manager=terraform&previous-version=5.29.0&new-version=5.32.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/terraform/infrastructure/integrations/github-5.32.0:dependabot/terraform/infrastructure/integrations/github-5.32.0
git switch dependabot/terraform/infrastructure/integrations/github-5.32.0

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/terraform/infrastructure/integrations/github-5.32.0
git switch dependabot/terraform/infrastructure/integrations/github-5.32.0
git rebase main
git switch main
git merge --ff-only dependabot/terraform/infrastructure/integrations/github-5.32.0
git switch dependabot/terraform/infrastructure/integrations/github-5.32.0
git rebase main
git switch main
git merge --no-ff dependabot/terraform/infrastructure/integrations/github-5.32.0
git switch main
git merge --squash dependabot/terraform/infrastructure/integrations/github-5.32.0
git switch main
git merge --ff-only dependabot/terraform/infrastructure/integrations/github-5.32.0
git switch main
git merge dependabot/terraform/infrastructure/integrations/github-5.32.0
git push origin main
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
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
tebriel/fry-bot!68
Reference in a new issue
tebriel/fry-bot
No description provided.
Delete branch "dependabot/terraform/infrastructure/integrations/github-5.32.0"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?