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 from 0.48.0 to 0.50.3 #265

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps github.com/terraform-linters/tflint from 0.48.0 to 0.50.3.

Release notes

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

v0.50.3

What's Changed

Full Changelog: terraform-linters/tflint@v0.50.2...v0.50.3

v0.50.2

What's Changed

Bug Fixes

Chores

Full Changelog: terraform-linters/tflint@v0.50.1...v0.50.2

v0.50.1

What's Changed

BugFixes

Full Changelog: terraform-linters/tflint@v0.50.0...v0.50.1

v0.50.0

What's Changed

Breaking Changes

  • Call local modules by default by @​wata727 in terraform-linters/tflint#1918
    • Module inspection is now enabled by default for modules whose source is a relative path. Note that "module inspection" will be called "calling modules" after this change. See also terraform-linters/tflint#1066
    • CLI flag --module has been changed to --call-module-type. For backward compatibility, --module will continue to work, but it will be removed in a future version, so we recommend migrating early. The same applies to the module attribute of the configuration file.
      • --module flag is replaced by --call-module-type=all and --no-module (previous default) is replaced by --call-module-type=none
    • For modules with many local module calls, this change may result in performance degradation. If this is not acceptable, you can keep the previous default by specifying --call-module-type=none.
  • Make assignments to undeclared variables an error by @​wata727 in terraform-linters/tflint#1941
    • In line with Terraform behavior, assignments using the --var flag etc. to undeclared variables now result in an error. To avoid this, remove unnecessary variable assignments.

Enhancements

... (truncated)

Commits
  • e34bda7 Bump up version to v0.50.3
  • df86b16 test: document git submodule requirements (#1974)
  • aec1c73 test: use darwin_arm64 compatible aws plugin (#1973)
  • a4332bd actions: test on macOS (#1972)
  • fa18776 build(deps): Bump sigstore/cosign-installer from 3.3.0 to 3.4.0 (#1970)
  • ecee5e3 release: fix $EDITOR handling (#1971)
  • 4c461b2 Ignore module issues that are not valid expressions (#1969)
  • 5ed807d docs: link to main branch of tflint-ruleset-terraform
  • c817cf1 build(deps): Bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#1964)
  • f798ba9 build(deps): Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#1963)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/terraform-linters/tflint](https://github.com/terraform-linters/tflint) from 0.48.0 to 0.50.3.
- [Release notes](https://github.com/terraform-linters/tflint/releases)
- [Changelog](https://github.com/terraform-linters/tflint/blob/master/CHANGELOG.md)
- [Commits](terraform-linters/tflint@v0.48.0...v0.50.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from samir-gandhi as a code owner February 12, 2024 01:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2024
@dependabot dependabot bot requested a review from a team as a code owner February 12, 2024 01:14
@dependabot dependabot bot added the go Pull requests that update Go code label Feb 12, 2024
@patrickcping patrickcping added this to the v0.3.0 milestone Mar 19, 2024
@patrickcping
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2024

Looks like github.com/terraform-linters/tflint is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 27, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/terraform-linters/tflint-0.50.3 branch March 27, 2024 12: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant