Releases: terraform-linters/tflint
Releases · terraform-linters/tflint
v0.7.0
0.7.0 (2018-06-04)
Enhancements
- Add new
rule
configuration syntax (#197)
Others
- Recommend
rule
syntax instead of ignore_rules
in README (#200)
v0.6.0
0.6.0 (2018-05-18)
Enhancements
- Support terraform.workspace variable (#181)
- Accept glob and multiple input (#183)
- Fallback to config under the home directory (#186)
- Add new --quiet option (#190)
Changes
- Remove aws_instance_not_specified_iam_profile (#180)
Bugfix
- Handle color for Windows (#184)
- Fix interpolation checking (#189)
- Detect pinned sources using regular expressions (#194)
Others
- AppVeyor 🚀 (#185)
- Add note for installation (#196)
v0.5.4
0.5.4 (2018-01-07)
Bugfix
- Handle empty config file (#166)
v0.5.3
0.5.3 (2017-12-09)
Enhancements
- Support module path for v0.11.0 (#161)
- Ignore module initialization when settings
ignore_module
(#163)
v0.5.2
0.5.2 (2017-11-12)
Enhancements
- Use
cristim/ec2-instances-info
instead of hard-coded list (#159)
BugFix
- Use
strings.Trim
instead of strings.Replace
(#158)
Others
- Set Docker container default workdir to /data (#152)
- Add ca-certificates to Docker image for TLS requests to AWS (#155)
v0.5.1
0.5.1 (2017-10-18)
Re-release due to #151
There is no change in the code from v0.5.0
v0.5.0
0.5.0 (2017-10-14)
Minor version update. This release includes environment variable support.
Enhancements
- Support variables from environment variables (#147)
- Support moudle path for v0.10.7 (#149)
Others
- Add Makefile target for creating docker image (#145)
- Update Go version (#146)
v0.4.3
0.4.3 (2017-09-30)
Patch version update. This release includes Terraform v0.10.6 supports.
Enhancements
- Add G3 instances support (#139)
- Support new digest module path (#144)
Others
- Fix unclear error messages (#137)
v0.4.2
0.4.2 (2017-08-03)
Patch version update. This release includes a hotfix.
BugFix
- Fix panic for integer variables interpolation (#131)
v0.4.1
0.4.1 (2017-07-29)
Patch version update. This release includes terraform meta information interpolation syntax support.
NewDetectors
- Add AwsECSClusterDuplicateNameDetector (#128)
Enhancements
- Support "${terraform.env}" syntax (#126)
- Environment state handling (#127)
Others