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

build(deps): bump github.com/terraform-linters/tflint from 0.50.3 to 0.51.1 in /.ci/tools #1986

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

Conversation

dependabot[bot]
Copy link

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

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

Release notes

Sourced from github.com/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)

Bumps [github.com/terraform-linters/tflint](https://github.com/terraform-linters/tflint) from 0.50.3 to 0.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: github.com/terraform-linters/tflint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 13, 2024
Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added size/L linter and removed dependencies Pull requests that update a dependency file labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code linter size/L
Projects
None yet
0 participants