Commit graph

463 commits

Author SHA1 Message Date
Maksym Vlasov
caa01c30b3
feat: Allow env vars expansion in --args section for all hooks (#363) 2022-04-26 12:33:58 +02:00
semantic-release-bot
95ca35646c chore(release): version 1.68.1 [skip ci]
## [1.68.1](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.68.0...v1.68.1) (2022-04-20)

### Bug Fixes

* Fixed git fatal error in Dockerfile ([#372](https://github.com/antonbabenko/pre-commit-terraform/issues/372)) ([c3f8dd4](c3f8dd40e6))
2022-04-20 12:11:35 +00:00
Maksym Vlasov
c3f8dd40e6
fix: Fixed git fatal error in Dockerfile (#372) 2022-04-20 14:10:59 +02:00
semantic-release-bot
cee7608f4b chore(release): version 1.68.0 [skip ci]
# [1.68.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.67.0...v1.68.0) (2022-04-18)

### Features

* Removed `coreutils` (realpath) from dependencies for MacOS ([#368](https://github.com/antonbabenko/pre-commit-terraform/issues/368)) ([944a2e5](944a2e5fef))
2022-04-18 16:17:47 +00:00
Maksym Vlasov
944a2e5fef
feat: Removed coreutils (realpath) from dependencies for MacOS (#368) 2022-04-18 18:17:15 +02:00
Maksym Vlasov
4874cfe42e
chore: Add docker image tests - container-structure-test-config and dive-ci (#365) 2022-04-16 18:06:58 +02:00
Maksym Vlasov
f1822ed810
docs: Document --terraform-plan-flags usage limitations for infracost (#364) 2022-04-16 14:51:12 +02:00
Maksym Vlasov
ee8c60e300
chore: Avoid mention issue 123 during releases (#366) 2022-04-16 14:30:05 +02:00
semantic-release-bot
c5462f6bf9 chore(release): version 1.67.0 [skip ci]
# [1.67.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.66.0...v1.67.0) (2022-04-15)

### Features

* Added `terraform_checkov` (run per folder), deprecated `checkov` hook ([#290](https://github.com/antonbabenko/pre-commit-terraform/issues/290)) ([e3a9834](e3a98345bb))
2022-04-15 17:27:01 +00:00
Bruno Ferreira
e3a98345bb
feat: Added terraform_checkov (run per folder), deprecated checkov hook (#290) 2022-04-15 19:26:33 +02:00
semantic-release-bot
b35dc171d8 chore(release): version 1.66.0 [skip ci]
# [1.66.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.65.1...v1.66.0) (2022-04-13)

### Features

* Added support for `tfupdate` to update version constraints in Terraform configurations ([#342](https://github.com/antonbabenko/pre-commit-terraform/issues/342)) ([ef7a0f2](ef7a0f2b46))
2022-04-13 17:25:38 +00:00
Julien Rottenberg
ef7a0f2b46
feat: Added support for tfupdate to update version constraints in Terraform configurations (#342) 2022-04-13 19:25:04 +02:00
Maksym Vlasov
35c45509ee
chore: Fix docker test pipeline (#362) 2022-04-13 18:51:45 +02:00
semantic-release-bot
ca6737c0ef chore(release): version 1.65.1 [skip ci]
## [1.65.1](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.65.0...v1.65.1) (2022-04-13)

### Bug Fixes

* Improve `tflint --init` command execution ([#361](https://github.com/antonbabenko/pre-commit-terraform/issues/361)) ([d31cb69](d31cb69363))
2022-04-13 16:11:15 +00:00
Maksym Vlasov
d31cb69363
fix: Improve tflint --init command execution (#361) 2022-04-13 18:10:40 +02:00
semantic-release-bot
896cbff5ed chore(release): version 1.65.0 [skip ci]
# [1.65.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.64.1...v1.65.0) (2022-04-13)

### Features

* Adding init to terraform_tflint hook ([#352](https://github.com/antonbabenko/pre-commit-terraform/issues/352)) ([1aff30f](1aff30f2a4))
2022-04-13 14:23:07 +00:00
Andrew Glenn
1aff30f2a4
feat: Adding init to terraform_tflint hook (#352) 2022-04-13 16:15:15 +02:00
Maksym Vlasov
ac54720b91
chore: Fix linter (#360) 2022-04-13 16:04:07 +02:00
semantic-release-bot
9627c48349 chore(release): version 1.64.1 [skip ci]
## [1.64.1](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.64.0...v1.64.1) (2022-03-31)

### Bug Fixes

* Make hooks bash 3.2 compatible ([#339](https://github.com/antonbabenko/pre-commit-terraform/issues/339)) ([4ad825d](4ad825d8d3))
2022-03-31 12:39:27 +00:00
Maksym Vlasov
4ad825d8d3
fix: Make hooks bash 3.2 compatible (#339) 2022-03-31 14:38:51 +02:00
Maksym Vlasov
7e6c287d16
chore: Actualize README (#350) 2022-03-15 16:20:05 +01:00
Maksym Vlasov
908ec70ea6
Add important notes about project (#348) 2022-03-14 15:06:34 +01:00
drewmullen
83b39d935a
docs: Fix README function rm_terraform to not erase .terraform-docs.yaml (#345) 2022-02-22 18:30:53 +01:00
Pasquale De Vita
458fb289a3
chore: Add Docker latest and nightly tag (#343) 2022-02-15 14:41:49 +01:00
Maksym Vlasov
e88abb6857
chore: Fix docker test workflow (#340) 2022-02-10 20:33:05 +01:00
semantic-release-bot
c2d1a58a5e chore(release): version 1.64.0 [skip ci]
# [1.64.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.63.0...v1.64.0) (2022-02-10)

### Features

* Improved speed of `pre-commit run -a` for multiple hooks ([#338](https://github.com/antonbabenko/pre-commit-terraform/issues/338)) ([579dc45](579dc45fb4))
2022-02-10 18:48:50 +00:00
Maksym Vlasov
579dc45fb4
feat: Improved speed of pre-commit run -a for multiple hooks (#338) 2022-02-10 19:48:17 +01:00
semantic-release-bot
c266d4036b chore(release): version 1.63.0 [skip ci]
# [1.63.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.62.3...v1.63.0) (2022-02-10)

### Features

* Improve performance during `pre-commit --all (-a)` run ([#327](https://github.com/antonbabenko/pre-commit-terraform/issues/327)) ([7e7c916](7e7c91643e))
2022-02-10 15:54:13 +00:00
Carlos Miguel Bustillo Rodríguez
7e7c91643e
feat: Improve performance during pre-commit --all (-a) run (#327) 2022-02-10 16:53:37 +01:00
Maksym Vlasov
a80d3835d4
chore: fix bug intoduced in #316 (#335) 2022-02-10 16:51:09 +01:00
Mark Bainter
441e87a08c
docs: Add workaround for configuration_aliases tf bug (#332) 2022-02-03 21:23:59 +01:00
Mohit Saxena
71647bb026
chore: Add Github Actions Workflow to build if Dockerfile updated (#318)
Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
2022-01-11 21:36:35 +01:00
Maksym Vlasov
47229003ff
chore: Add hadolint check for Dockerfiles (#322)
Co-authored-by: Balazs Hamorszky <balihb@gmail.com>
2022-01-11 18:20:29 +01:00
Maksym Vlasov
321fb16693
chore: Document functions (based on google style guide) (#317) 2022-01-11 14:54:42 +01:00
Maksym Vlasov
661a0cf346
chore: Specify what we exactly mean (#320) 2022-01-11 12:12:29 +01:00
Maksym Vlasov
c5f2a618a8
chore: Improved code structure (moved hooks into a separate dir) (#316) 2022-01-06 16:09:51 +01:00
Maksym Vlasov
3045dd55a3
chore: Add shellcheck and make checks passing (#315)
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
2022-01-06 14:08:18 +01:00
Maksym Vlasov
645f3fd126
chore: Cleanup file with test data (#311) 2022-01-06 12:25:32 +01:00
Maksym Vlasov
1f16f09c6f
chore: Refactor all hooks (#310) 2022-01-06 12:21:52 +01:00
semantic-release-bot
ac9299cf57 chore(release): version 1.62.3 [skip ci]
## [1.62.3](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.62.2...v1.62.3) (2021-12-22)

### Bug Fixes

* Check all directories with changes and pass all args in terrascan hook ([#305](https://github.com/antonbabenko/pre-commit-terraform/issues/305)) ([66401d9](66401d93f4))
2021-12-22 18:45:26 +00:00
Carlos Miguel Bustillo Rodríguez
66401d93f4
fix: Check all directories with changes and pass all args in terrascan hook (#305) 2021-12-22 19:44:53 +01:00
semantic-release-bot
04ecd10343 chore(release): version 1.62.2 [skip ci]
## [1.62.2](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.62.1...v1.62.2) (2021-12-21)

### Bug Fixes

* Properly exclude .terraform directory with checkov hook ([#306](https://github.com/antonbabenko/pre-commit-terraform/issues/306)) ([b431a43](b431a43ffa))
* Speedup `terrascan` hook up to x3 times in big repos ([#307](https://github.com/antonbabenko/pre-commit-terraform/issues/307)) ([2e8dcf9](2e8dcf9298))
2021-12-21 19:52:23 +00:00
Maksym Vlasov
096245800e
chore: Release action should track hooks configuration changes (#308) 2021-12-21 20:51:14 +01:00
Maksym Vlasov
2e8dcf9298
fix: Speedup terrascan hook up to x3 times in big repos (#307) 2021-12-21 20:50:12 +01:00
Maksym Vlasov
b431a43ffa
fix: Properly exclude .terraform directory with checkov hook (#306) 2021-12-21 20:18:52 +01:00
semantic-release-bot
d826474a12 chore(release): version 1.62.1 [skip ci]
## [1.62.1](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.62.0...v1.62.1) (2021-12-18)

### Bug Fixes

* **terraform_tflint:** Restore current working directory behavior ([#302](https://github.com/antonbabenko/pre-commit-terraform/issues/302)) ([93029dc](93029dcfcf))
2021-12-18 21:17:33 +00:00
Anton Babenko
77bd66192f chore: Use valid token for the Release GHA 2021-12-18 22:15:00 +01:00
Maxime Brunet
93029dcfcf
fix(terraform_tflint): Restore current working directory behavior (#302) 2021-12-18 19:07:36 +01:00
Anton Babenko
59da4b81d6 chore: Publish container image only after the release 2021-12-13 10:58:27 +01:00
Anton Babenko
21185f6db4 chore: Fixed allowed types for PR titles 2021-12-13 10:51:03 +01:00