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

build(deps): bump the main group across 1 directory with 2 updates #1951

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2024

Bumps the main group with 2 updates in the / directory: github.com/gruntwork-io/terratest and github.com/hashicorp/terraform-plugin-framework-validators.

Updates github.com/gruntwork-io/terratest from 0.47.2 to 0.48.1

Release notes

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

v0.48.1

Modules affected

  • helm
  • azure
  • aws
  • k8s

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.48.0...v0.48.1

v0.48.0

Modules affected

  • terraform
  • aws
  • helm
  • logger
  • http-helper
  • opa
  • docker

What's Changed

... (truncated)

Commits
  • bb92e35 Merge pull request #1464 from jduepmeier/tunnel-k8s-rest-client
  • 0b99951 Merge branch 'main' into tunnel-k8s-rest-client
  • 23bc092 Merge pull request #1490 from gruntwork-io/get-iam-policy-document
  • 50c33a0 Merge branch 'main' into get-iam-policy-document
  • 23c1dec Merge pull request #1489 from gruntwork-io/fix-azure-aks-example
  • c8dae83 Merge branch 'main' into fix-azure-aks-example
  • 9c6bf71 Merge branch 'main' into tunnel-k8s-rest-client
  • 810156e Merge pull request #1486 from gruntwork-io/fix-render-remote-template
  • 16160ea Merge branch 'main' into fix-render-remote-template
  • fdad305 Merge branch 'main' into tunnel-k8s-rest-client
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-plugin-framework-validators from 0.15.0 to 0.16.0

Release notes

Sourced from github.com/hashicorp/terraform-plugin-framework-validators's releases.

v0.16.0

FEATURES:

  • listvalidator: Added NoNullValues validator (#245)
  • mapvalidator: Added NoNullValues validator (#245)
  • setvalidator: Added NoNullValues validator (#245)
  • dynamicvalidator: New package which contains types.Dynamic specific validators (#249)

BUG FIXES:

  • Fixed bug with ConflictsWith and AlsoRequires validators where unknown values would raise invalid diagnostics during terraform validate. (#251)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-framework-validators's changelog.

0.16.0 (December 12, 2024)

FEATURES:

  • listvalidator: Added NoNullValues validator (#245)
  • mapvalidator: Added NoNullValues validator (#245)
  • setvalidator: Added NoNullValues validator (#245)
  • dynamicvalidator: New package which contains types.Dynamic specific validators (#249)

BUG FIXES:

  • Fixed bug with ConflictsWith and AlsoRequires validators where unknown values would raise invalid diagnostics during terraform validate. (#251)
Commits
  • 89e17ee Update changelog
  • b500ce7 internal/schemavalidator: Fix bug where unknown values were returning error d...
  • 16687f3 New package dynamicvalidator (#249)
  • 7d19faa Add NoNullValues validators (#246)
  • e16013a Result of tsccr-helper -log-level=info gha update -latest .github/ (#248)
  • 6831a7c build(deps): bump github.com/golang-jwt/jwt/v4 in /tools (#247)
  • c832d5d Result of tsccr-helper -log-level=info gha update -latest .github/ (#244)
  • See full diff in compare view

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 requested a review from a team as a code owner December 18, 2024 09:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 18, 2024
Bumps the main group with 2 updates in the / directory: [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) and [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators).


Updates `github.com/gruntwork-io/terratest` from 0.47.2 to 0.48.1
- [Release notes](https://github.com/gruntwork-io/terratest/releases)
- [Commits](gruntwork-io/terratest@v0.47.2...v0.48.1)

Updates `github.com/hashicorp/terraform-plugin-framework-validators` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-framework-validators@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: github.com/gruntwork-io/terratest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
- dependency-name: github.com/hashicorp/terraform-plugin-framework-validators
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: main
...

Signed-off-by: dependabot[bot] <[email protected]>
@byashimov byashimov force-pushed the dependabot/go_modules/main-3db4f29a58 branch from e14431f to e6c5ccd Compare December 18, 2024 09:52
@byashimov byashimov added the no changelog No changelog entries are required for this PR label Dec 18, 2024
@byashimov byashimov enabled auto-merge (squash) December 18, 2024 09:52
@byashimov byashimov merged commit 65f0e8f into main Dec 18, 2024
18 of 19 checks passed
@byashimov byashimov deleted the dependabot/go_modules/main-3db4f29a58 branch December 18, 2024 09:53
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 no changelog No changelog entries are required for this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant