v0.40.0 #1505
wata727
announced in
Announcements
v0.40.0
#1505
Replies: 2 comments 2 replies
-
According to semantic versioning, you're not supposed to release breaking changes in a minor version increment (0.x.0). Thanks for burning down my work this morning. https://semver.org |
Beta Was this translation helpful? Give feedback.
2 replies
-
Could you please provide clearer instructions for disabling your newly enabled rules? Where is .tflint.hcl located? What do I change to remove these rules? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
0.40.0 (2022-09-08)
This release contains major changes to the plugin system. All plugins must be built with tflint-plugin-sdk v0.12.0+ to support this version. See also https://github.com/terraform-linters/tflint-plugin-sdk/releases/tag/v0.12.0
Starting with this version, the built-in rules for the Terraform Language have been cut out into the tflint-ruleset-terraform plugin. Since the plugin is bundled with the TFLint binary, you will still be able to use the rules as before. However, be aware that some default behavior has changed.
GPG key ID: 8CE69160EB3F2FE9
Breaking Changes
--loglevel
CLI flag (@wata727).tflint.hcl
like any other plugin.terraform_deprecated_index
terraform_required_providers
terraform_required_version
terraform_typed_variables
terraform_unused_declarations
Enhancements
hcl.Diagnostics
errors in compact format (@bendrucker)BugFixes
Chores
This discussion was created from the release v0.40.0.
Beta Was this translation helpful? Give feedback.
All reactions