From 750e16dec0b3fae63469c9839b9d187472039a3d Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Thu, 23 Apr 2020 17:00:31 +0200 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb2981..6cd2a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,40 @@ All notable changes to this project will be documented in this file. + +## [v1.30.0] - 2020-04-23 + +- Updated pre-commit deps +- feat: Support for TFSec ([#103](https://github.com/antonbabenko/pre-commit-terraform/issues/103)) + + ## [v1.29.0] - 2020-04-04 - fix: Change terraform_validate hook functionality for subdirectories with terraform files ([#100](https://github.com/antonbabenko/pre-commit-terraform/issues/100)) +### + +configuration for the appropriate working directory. + +* Neglected to change the terraform validate call to use the default of the +current directory. + +* Several changes to improve functionality: +- Switch to checking the path for '*.tf' instead of always checking the current + +directory. +- Try to find a '.terraform' directory (which indicates a `terraform init`) and + +change to that directory before running `terraform validate`. + +* Fix the description for the terraform_validate hook to reflect changes that were +made in: +https://github.com/antonbabenko/pre-commit-terraform/commit/35e0356188b64a4c5af9a4e7200d936e514cba71 + +* - Clean up comments. +- Adjust variable names to better reflect what they are holding. + ## [v1.28.0] - 2020-04-04 @@ -254,7 +283,8 @@ All notable changes to this project will be documented in this file. - Initial commit -[Unreleased]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.29.0...HEAD +[Unreleased]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.30.0...HEAD +[v1.30.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.29.0...v1.30.0 [v1.29.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.28.0...v1.29.0 [v1.28.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.27.0...v1.28.0 [v1.27.0]: https://github.com/antonbabenko/pre-commit-terraform/compare/v1.26.0...v1.27.0