Skip to content

Releases: terraform-linters/tflint

v0.5.2

12 Nov 15:07
Compare
Choose a tag to compare

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

18 Oct 12:26
Compare
Choose a tag to compare

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

13 Oct 21:56
Compare
Choose a tag to compare

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

30 Sep 06:25
Compare
Choose a tag to compare

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

02 Aug 16:41
Compare
Choose a tag to compare

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

28 Jul 15:30
Compare
Choose a tag to compare

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

  • Update deps (#130)

v0.4.0

09 Jul 07:50
Compare
Choose a tag to compare

0.4.0 (2017-07-09)

Minor version update. This release includes big core API changes.

Enhancements

  • Overrides module (#118)
  • Add document link and detector name on output (#122)
  • Add Terraform version options (#123)
  • Report aws_instance_not_specified_iam_profile only when terraform_version is less than 0.8.8 (#124)

Others

  • Provide abstract HCL access (#112)
  • Fix override logic (#117)
  • Fix some output messages and documentation (#125)

v0.3.6

05 Jun 14:55
Compare
Choose a tag to compare

0.3.6 (2017-06-05)

Patch version update. This release includes hotfix for module evaluation.

BugFix

  • DO NOT USE Evaluator 🙇 (#114)

Others

  • Add HCL syntax highlighting in README (#110)
  • Update README.md (#111)

v0.3.5

23 Apr 14:07
Compare
Choose a tag to compare

0.3.5 (2017-04-23)

Patch version update. This release includes new detectors and bugfix for module.

NewDetectors

  • Module source pinned ref check (#100)
  • Add AwsCloudWatchMetricAlarmInvalidUnitDetector (#108)

Enhancements

  • Support F1 instances (#107)

BugFix

  • Interpolate module attributes (#105)

Others

  • Improve CLI (#102)
  • Add integration test (#106)

v0.3.4

09 Apr 16:00
Compare
Choose a tag to compare

0.3.4 (2017-04-10)

Patch version update. This release includes new detectors for aws_route

NewDetectors

  • Add AwsRouteInvalidRouteTableDetector (#90)
  • Add AwsRouteNotSpecifiedTargetDetector (#91)
  • Add AwsRouteSpecifiedMultipleTargetsDetector (#92)
  • Add AwsRouteInvalidGatewayDetector (#93)
  • Add AwsRouteInvalidEgressOnlyGatewayDetector (#94)
  • Add AwsRouteInvalidNatGatewayDetector (#95)
  • Add AwsRouteInvalidVpcPeeringConnectionDetector (#96)
  • Add AwsRouteInvalidInstanceDetector (#97)
  • Add AwsRouteInvalidNetworkInterfaceDetector (#98)

BugFix

  • Fix panic when security groups are on EC2-Classic (#89)

Others

  • Transfer from hakamadare/tflint to wata727/tflint (#84)