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.0 #5616

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

Sourced from terraform-linters/tflint's releases.

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
  • 9f45bb6 Bump up version to v0.51.0
  • 99283a8 build(deps): Bump github.com/terraform-linters/tflint-ruleset-terraform (#2033)
  • f1f87fc build(deps): Bump github.com/terraform-linters/tflint-plugin-sdk (#2032)
  • 0e96cba Pin Go patch version in go.mod (#2031)
  • ac9a815 terraform: Add support for Terraform v1.6/v1.7/v1.8 (#2030)
  • 0a9117e Recursive inspection in parallel (#2021)
  • 0c0f631 Add warnings to --module/--no-module and module attribute (#1951)
  • 3802c92 plugin: Add support for host-specific GitHub tokens (#2025)
  • 568a2fe Add TFLint required_version settings (#2027)
  • 6aee374 build(deps): Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#2029)
  • 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.50.3 to v0.51.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.50.3...v0.51.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 May 6, 2024
@github-actions github-actions bot enabled auto-merge May 6, 2024 13:31
@ferrarimarco ferrarimarco added this to the 6.6.0 milestone May 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #5639.

@dependabot dependabot bot closed this May 13, 2024
auto-merge was automatically disabled May 13, 2024 13:43

Pull request was closed

@dependabot dependabot bot deleted the dependabot/docker/terraform-linters/tflint-v0.51.0 branch May 13, 2024 13:43
@ferrarimarco ferrarimarco removed this from the 6.6.0 milestone May 20, 2024
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