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

deps(docker): bump terraform-linters/tflint from v0.49.0 to v0.50.0 #5053

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2023

Bumps terraform-linters/tflint from v0.49.0 to v0.50.0.

Release notes

Sourced from terraform-linters/tflint's releases.

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

BugFixes

Chores

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

Commits
  • 0b06266 Bump up version to v0.50.0
  • 89af952 Enable per-runner parallelism (#1944)
  • 3274417 Make assignments to undeclared variables an error (#1941)
  • 628d369 build(deps): Bump google.golang.org/grpc from 1.59.0 to 1.60.1 (#1948)
  • c6b5b82 build(deps): Bump github.com/google/uuid from 1.4.0 to 1.5.0 (#1947)
  • 701ab2f build(deps): Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#1945)
  • 95926c2 Avoid escaping newlines (#1942)
  • 7cb16fb Exit with an error if the explicitly passed .tflint.hcl does not exist (#1940)
  • 9259d0e Stop using backticks for emphasis (#1934)
  • 69526ee build(deps): Bump alpine from 3.18 to 3.19 (#1938)
  • 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 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 [terraform-linters/tflint](https://github.com/terraform-linters/tflint) from v0.49.0 to v0.50.0.
- [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.49.0...v0.50.0)

---
updated-dependencies:
- dependency-name: terraform-linters/tflint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Dec 24, 2023
@ferrarimarco ferrarimarco added this pull request to the merge queue Dec 24, 2023
Merged via the queue into main with commit dc166ec Dec 24, 2023
7 checks passed
@ferrarimarco ferrarimarco deleted the dependabot/docker/terraform-linters/tflint-v0.50.0 branch December 24, 2023 14:40
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 docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant