Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump the all group in /infra/blueprint-test with 1 update #1902

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2023

Bumps the all group in /infra/blueprint-test with 1 update: github.com/gruntwork-io/terratest.

Release notes

Sourced from github.com/gruntwork-io/terratest's releases.

v0.46.1

Description

  • Updated dependency golang.org/x/net from 0.8.0 to 0.17.0

Related links

v0.46.0

Modules affected

  • terraform

Description

  • Added support for OpenTofu in terraform module

Migration Guide

Switching to tofu:

... (truncated)

Commits
  • 1f1821e Merge pull request #1356 from gruntwork-io/dependabot/go_modules/golang.org/x...
  • 1e1ea0e Bump golang.org/x/net from 0.8.0 to 0.17.0
  • 48ff8d3 Merge pull request #1352 from gruntwork-io/feature/opentofu-1333
  • df5dcc8 Updated terraform version
  • a7af9cd Fixed terraform version checking
  • b2566ab Terragrunt version update
  • 3d4d498 Added separated integration test for tofu
  • f3158e0 Add configuration of default terraform executable
  • e907490 Updated default options
  • a6df39c Cleanup broken modules
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 25, 2023
@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2023

/gcbrun

@apeabody
Copy link
Collaborator

HOLD: github.com/gruntwork-io/terratest v0.44+ indicates GO 1.21+

@dependabot dependabot bot force-pushed the dependabot/go_modules/infra/blueprint-test/all-352eb50c29 branch from 4352675 to 59091a3 Compare October 25, 2023 17:21
@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2023

/gcbrun

@dependabot dependabot bot force-pushed the dependabot/go_modules/infra/blueprint-test/all-352eb50c29 branch from 59091a3 to dbc8a51 Compare October 25, 2023 17:22
@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2023

/gcbrun

@dependabot dependabot bot force-pushed the dependabot/go_modules/infra/blueprint-test/all-352eb50c29 branch from dbc8a51 to 1806a03 Compare October 25, 2023 17:35
@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2023

/gcbrun

@dependabot dependabot bot force-pushed the dependabot/go_modules/infra/blueprint-test/all-352eb50c29 branch from 1806a03 to b86993a Compare October 25, 2023 18:46
@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2023

/gcbrun

@dependabot dependabot bot force-pushed the dependabot/go_modules/infra/blueprint-test/all-352eb50c29 branch from b86993a to 6b8f05b Compare October 25, 2023 21:36
@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2023

/gcbrun

@dependabot dependabot bot force-pushed the dependabot/go_modules/infra/blueprint-test/all-352eb50c29 branch from 6b8f05b to 998da38 Compare October 25, 2023 22:40
@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2023

/gcbrun

@dependabot dependabot bot force-pushed the dependabot/go_modules/infra/blueprint-test/all-352eb50c29 branch from 998da38 to 5520bcf Compare October 26, 2023 15:18
@dpebot
Copy link
Collaborator

dpebot commented Oct 26, 2023

/gcbrun

1 similar comment
@dpebot
Copy link
Collaborator

dpebot commented Oct 26, 2023

/gcbrun

@apeabody
Copy link
Collaborator

apeabody commented Nov 3, 2023

@dependabot recreate

Bumps the all group in /infra/blueprint-test with 1 update: [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest).

- [Release notes](https://github.com/gruntwork-io/terratest/releases)
- [Commits](gruntwork-io/terratest@v0.43.13...v0.46.1)

---
updated-dependencies:
- dependency-name: github.com/gruntwork-io/terratest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/infra/blueprint-test/all-352eb50c29 branch from d8014a3 to 6f25816 Compare November 3, 2023 15:49
@dpebot
Copy link
Collaborator

dpebot commented Nov 3, 2023

/gcbrun

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 6, 2023

Looks like github.com/gruntwork-io/terratest is updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 6, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/infra/blueprint-test/all-352eb50c29 branch November 6, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants