Commit graph

288 commits

Author SHA1 Message Date
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
Anton Babenko
b8f90bd057
chore: Updated validation PR title types (#298) 2021-12-12 21:41:23 +01:00
Anton Babenko
8c063c7824
chore: Validate PR title (#297) 2021-12-12 21:08:14 +01:00
semantic-release-bot
e1bccb7585 chore(release): version 1.62.0 [skip ci]
# [1.62.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.61.0...v1.62.0) (2021-12-12)

### Features

* Added semantic release ([#296](https://github.com/antonbabenko/pre-commit-terraform/issues/296)) ([1bcca44](1bcca44d16))
2021-12-12 19:29:33 +00:00
Anton Babenko
1bcca44d16
feat: Added semantic release (#296) 2021-12-12 20:28:30 +01:00
Anton Babenko
00a5ef0325 Updated CHANGELOG 2021-12-11 14:34:55 +01:00
Maxime Brunet
45575c3a43
feat: Pass custom arguments to terraform init in terraform_validate hook (#293) 2021-12-11 14:33:22 +01:00
Bruno Ferreira
7c6ad7cfb4
fix: analyse all folders with tflint and don't stop on first execution (#289) 2021-12-08 22:06:30 +01:00
Anton Babenko
141f815e81 Updated CHANGELOG 2021-12-08 20:03:43 +01:00
Maksym Vlasov
01d262caaa
fix: pre-build docker image (#292) 2021-12-08 20:03:04 +01:00
Anton Babenko
31e7ccf1b7 Updated CHANGELOG 2021-12-06 15:57:13 +01:00
sg70
4543f10a8e
fix: Fixed docker build (#288) 2021-12-06 15:55:06 +01:00
Anton Babenko
6a064b19e4 Updated CHANGELOG 2021-11-20 11:28:49 +01:00
Birger J. Nordølum
003cd1da3c
chore: Publish container image on release (#285) 2021-11-20 11:28:03 +01:00
Maksym Vlasov
3b4be67fdb
chore: Fix master merge to working branch on pre-commit autofixes (#286) 2021-11-17 21:21:09 +01:00
Anton Babenko
c5bcad45bb Updated CHANGELOG 2021-11-17 19:17:50 +01:00
Milos Jajac
feabecc9b3
fix: typo in arg name for terraform-docs (#283) 2021-11-17 19:16:38 +01:00
Maksym Vlasov
af10d4f082
chore: Add deprecation notice to terraform_docs_replace (#280) 2021-11-08 21:28:02 +01:00
Anton Babenko
d4ae82fa95 Updated CHANGELOG 2021-11-08 09:53:57 +01:00
Maksym Vlasov
71302a9a56
feat: Updated Docker image from Ubuntu to Alpine (#278) 2021-11-08 09:51:08 +01:00
Maksym Vlasov
32dae32273
chore: Updated messages shown in terraform_tflint hook (#274) 2021-10-29 15:42:05 +02:00
Anton Babenko
57b94a29ec Updated CHANGELOG 2021-10-27 17:28:30 +02:00
Maksym Vlasov
4c509434e0
fix: Fixed 1.54.0 where terraform_docs was broken (#272) 2021-10-27 17:28:05 +02:00
Anton Babenko
cf0844cd31 Updated CHANGELOG 2021-10-27 14:40:17 +02:00
Maksym Vlasov
e2604eacfa
feat: Add support for quoted values in infracost_breakdown --hook-config (#269) 2021-10-27 13:45:25 +02:00
Anton Babenko
15cac90874
docs: Added notes about sponsors (#268) 2021-10-26 17:40:24 +02:00