v0.45.0 #1680
wata727
announced in
Announcements
v0.45.0
#1680
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
0.45.0 (2023-02-13)
This release adds support for some CLI flags. File arguments (e.g.
tflint main.tf
) have been deprecated by the new--filter
flag. It works in v0.45 but will be removed in a future version. We recommend migrating totflint --filter=main.tf
.All arguments are deprecated from this release. If you're using arguments, you'll need to migrate to the
--chdir
or--filter
flags.This release updates the expiration date of the built-in GPG public key. Existing keys will expire on 2023-05-01, so you are encouraged to update by then.
Enhancements
--filter
option (@wata727)--minimum-failure-severity
flag, sets minimum issue severity for non-zero exit (@nicolajv)--no-module
option (@wata727)BugFixes
Chores
This discussion was created from the release v0.45.0.
Beta Was this translation helpful? Give feedback.
All reactions