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.50.3 to v0.51.1 #5639

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps terraform-linters/tflint from v0.50.3 to v0.51.1.

Release notes

Sourced from terraform-linters/tflint's releases.

v0.51.1

What's Changed

Bug Fixes

Chores

Full Changelog: terraform-linters/tflint@v0.51.0...v0.51.1

v0.51.0

What's Changed

This release includes many new features including parallelization of recursion inspection and support for Terraform v1.8.

Also, please be aware that there are important changes regarding licensing. TFLint has updated the embedded Terraform package to the latest version for Terraform v1.6+ support. As a result, we will be affected by Terraform's license change to BUSL announced by Hashicorp in August 2023.

Most of the code in TFLint is still licensed under MPL 2.0, but some files under the Terraform package are now licensed under BUSL 1.1. This means that release binaries are bound by both licenses and may be subject to Hashicorp's BUSL restrictions. If you have concerns about this change, we recommend reviewing the licensing implications before updating. Please note that we cannot provide legal advice.

Please refer to the discussion in terraform-linters/tflint#1826 and terraform-linters/tflint#1878 for details.

Enhancements

  • config: Add TFLint required_version settings by @​wata727 in terraform-linters/tflint#2027
    • The required_version attribute can now be set in .tflint.hcl. This is useful for enforcing the version of TFLint that is actually used.
  • plugin: Add support for host-specific GitHub tokens by @​wata727 in terraform-linters/tflint#2025
    • Environment variables like GITHUB_TOKEN_example_com have been introduced for GitHub Enterprise Server support.
  • Recursive inspection in parallel by @​wata727 in terraform-linters/tflint#2021
    • The --recursive inspection now runs in parallel according to the number of CPU cores by default. The number of parallels can be changed with --max-workers.
  • terraform: Add support for Terraform v1.6/v1.7/v1.8 by @​wata727 in terraform-linters/tflint#2030
    • New Terraform features are now supported, including provider-defined functions. Please note that support for provider-defined functions requires the latest HCL parser, so you may need to update your plugin versions.
    • Updated embedded Terraform packages to support Terraform v1.6+. As a result, TFLint now includes code for Hashicorp's BUSL 1.1.

Changes

  • Add warnings to --module/--no-module and module attribute by @​wata727 in terraform-linters/tflint#1951
    • If you see a warning, use --call-module-type instead. The --module is equivalent to --call-module-type=all and the --no-module is equivalent to --call-module-type=none. This also applies to .tflint.hcl.

Chores

... (truncated)

Commits
  • 96dce76 Bump up version to v0.51.1
  • 0628926 Introduce Artifact Attestations (#2038)
  • d69dad0 Fix provider::terraform::* function names (#2046)
  • b7bc5fe build(deps): Bump golang.org/x/net from 0.24.0 to 0.25.0 (#2041)
  • f3e8b47 build(deps): Bump golang.org/x/text from 0.14.0 to 0.15.0 (#2042)
  • 6adba23 go: remove loop variable copying (#2044)
  • c1f22b1 gh: update golangci-lint (#2045)
  • 867eea4 build(deps): Bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 (#2039)
  • c20c1f9 build(deps): Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (#2043)
  • 70333e9 lint: update config for new schema
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels May 13, 2024
@github-actions github-actions bot enabled auto-merge May 13, 2024 13:43
@ferrarimarco ferrarimarco added this to the 6.6.0 milestone May 14, 2024
@dependabot dependabot bot force-pushed the dependabot/docker/terraform-linters/tflint-v0.51.1 branch from 6253055 to 6271a16 Compare May 14, 2024 16:09
Bumps [terraform-linters/tflint](https://github.com/terraform-linters/tflint) from v0.50.3 to v0.51.1.
- [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.50.3...v0.51.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/docker/terraform-linters/tflint-v0.51.1 branch from 6271a16 to 91d91ac Compare May 15, 2024 09:47
@github-actions github-actions bot added this pull request to the merge queue May 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 24, 2024

Dependabot attempted to update this pull request, but because the branch dependabot/docker/terraform-linters/tflint-v0.51.1 is protected it was unable to do so.

Merged via the queue into main with commit eb81c63 May 24, 2024
97 checks passed
@dependabot dependabot bot deleted the dependabot/docker/terraform-linters/tflint-v0.51.1 branch May 24, 2024 15:05
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