github terraform-linters/tflint v0.45.0

latest releases: v0.53.0, v0.52.0, v0.51.2...
19 months ago

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 to tflint --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

BugFixes

  • #1664: plugin: Fix panic when plugin path could not be loaded (@wata727)
  • #1678: cmd: Reject all directory arguments with --chdir/--recursive (@wata727)

Chores

  • #1642: build(deps): Bump golang.org/x/text from 0.5.0 to 0.6.0
  • #1651: build(deps): Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0
  • #1652: build(deps): Bump github.com/fatih/color from 1.13.0 to 1.14.1
  • #1653: build(deps): Bump alpine from 3.17.0 to 3.17.1
  • #1658: docs: Fix typo in architecture guide (@Ankushpandey-ti)
  • #1659: build(deps): Bump github.com/hashicorp/hcl/v2 from 2.15.0 to 2.16.0
  • #1660: build(deps): Bump google.golang.org/grpc from 1.51.0 to 1.52.3
  • #1661: docs: Mention OPA ruleset (@wata727)
  • #1666: docs: Add Environment Variables documentation (@wata727)
  • #1667: docs: Mention Renovate TFLint plugins support (@wata727)
  • #1670: tflint: Allow config to be merged even with initial values (@wata727)
  • #1673: build(deps): Bump docker/build-push-action from 3 to 4
  • #1674: build(deps): Bump golang from 1.19-alpine3.16 to 1.20-alpine3.16

Don't miss a new tflint release

NewReleases is sending notifications on new releases.