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

Bump github.com/terraform-linters/tflint-plugin-sdk from 0.21.0 to 0.22.0 in the all group #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the all group with 1 update: github.com/terraform-linters/tflint-plugin-sdk.

Updates github.com/terraform-linters/tflint-plugin-sdk from 0.21.0 to 0.22.0

Release notes

Sourced from github.com/terraform-linters/tflint-plugin-sdk's releases.

v0.22.0

0.22.0 (2025-01-11)

Enhancements

Changes

  • #362: require Go 1.23+
  • #363: helper: Ignore issues order in helper.AssertIssues

Chores

  • #343 #356: Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.23.0
  • #349 #355 #364: Bump google.golang.org/protobuf from 1.34.2 to 1.36.2
  • #350: Bump github.com/hashicorp/go-plugin from 1.6.1 to 1.6.2
  • #352 #365: Bump golang.org/x/tools from 0.23.0 to 0.29.0
  • #353: Bump google.golang.org/grpc from 1.65.0 to 1.69.2
  • #354 #360: Bump github.com/zclconf/go-cty from 1.15.0 to 1.16.0
  • #357: Bump golang.org/x/net to v0.33.0
  • #359: Bump protoc, protoc-gen-go, and protoc-gen-go-grpc to the latest version
Changelog

Sourced from github.com/terraform-linters/tflint-plugin-sdk's changelog.

0.22.0 (2025-01-11)

Enhancements

Changes

  • #362: require Go 1.23+
  • #363: helper: Ignore issues order in helper.AssertIssues

Chores

  • #343 #356: Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.23.0
  • #349 #355 #364: Bump google.golang.org/protobuf from 1.34.2 to 1.36.2
  • #350: Bump github.com/hashicorp/go-plugin from 1.6.1 to 1.6.2
  • #352 #365: Bump golang.org/x/tools from 0.23.0 to 0.29.0
  • #353: Bump google.golang.org/grpc from 1.65.0 to 1.69.2
  • #354 #360: Bump github.com/zclconf/go-cty from 1.15.0 to 1.16.0
  • #357: Bump golang.org/x/net to v0.33.0
  • #359: Bump protoc, protoc-gen-go, and protoc-gen-go-grpc to the latest version
Commits
  • 9efe827 Bump up version to v0.22.0
  • 403775c Bump golang.org/x/tools from 0.28.0 to 0.29.0 (#365)
  • 816acab Bump google.golang.org/protobuf from 1.36.1 to 1.36.2 (#364)
  • 21ba47c Bump github.com/zclconf/go-cty from 1.15.1 to 1.16.0 (#360)
  • 5bb9ac7 Ignore issues order in helper.AssertIssues (#363)
  • 2978c9e Go 1.23 (#362)
  • d18c34b Add support ephemeral variables in TestRunner (#361)
  • 75fd705 Bump protoc, protoc-gen-go, and protoc-gen-go-grpc to the latest version (#359)
  • 8449fae Introduce ephemeral marks (#358)
  • f713e5c Bump golang.org/x/net to v0.33.0 (#357)
  • 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

Bumps the all group with 1 update: [github.com/terraform-linters/tflint-plugin-sdk](https://github.com/terraform-linters/tflint-plugin-sdk).


Updates `github.com/terraform-linters/tflint-plugin-sdk` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/terraform-linters/tflint-plugin-sdk/releases)
- [Changelog](https://github.com/terraform-linters/tflint-plugin-sdk/blob/master/CHANGELOG.md)
- [Commits](terraform-linters/tflint-plugin-sdk@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/terraform-linters/tflint-plugin-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 13, 2025 21:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 13, 2025
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.

0 participants