renovate[bot]
|
ec7d1ec591
|
chore(deps): update docker/setup-buildx-action action to v3 (#604)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-12-12 17:48:18 +02:00 |
|
renovate[bot]
|
4d12a147ec
|
chore(deps): update docker/setup-qemu-action action to v3 (#605)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-12-12 17:47:40 +02:00 |
|
semantic-release-bot
|
92ce76f526
|
chore(release): version 1.83.6 [skip ci]
## [1.83.6](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.83.5...v1.83.6) (2023-11-16)
### Bug Fixes
* **`terraform_validate`:** Run `terraform init` on "Missing required provider" error ([#586](https://github.com/antonbabenko/pre-commit-terraform/issues/586)) ([6e2bb2e](6e2bb2e2a1))
|
2023-11-16 18:59:22 +00:00 |
|
Felix Wolfheimer
|
6e2bb2e2a1
|
fix(terraform_validate): Run terraform init on "Missing required provider" error (#586)
|
2023-11-16 20:58:58 +02:00 |
|
Maksym Vlasov
|
95fc56f84c
|
docs: Add known limitations (#582)
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
|
2023-11-01 17:05:24 +02:00 |
|
Maksym Vlasov
|
7122298824
|
chore: Add star history to README (#579)
|
2023-10-23 16:33:43 +03:00 |
|
semantic-release-bot
|
72c60aca47
|
chore(release): version 1.83.5 [skip ci]
## [1.83.5](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.83.4...v1.83.5) (2023-10-11)
### Bug Fixes
* Suppress duplicate error messages in `terraform_validate` ([#577](https://github.com/antonbabenko/pre-commit-terraform/issues/577)) ([4ea6b14](4ea6b14c6f))
|
2023-10-11 11:57:46 +00:00 |
|
Maksym Vlasov
|
4ea6b14c6f
|
fix: Suppress duplicate error messages in terraform_validate (#577)
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
|
2023-10-11 14:57:15 +03:00 |
|
semantic-release-bot
|
66a1469a7c
|
chore(release): version 1.83.4 [skip ci]
## [1.83.4](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.83.3...v1.83.4) (2023-09-22)
### Bug Fixes
* Fix terraform_wrapper_module_for_each for when resource name contains 'variable' ([#573](https://github.com/antonbabenko/pre-commit-terraform/issues/573)) ([941177e](941177e066))
|
2023-09-22 07:18:38 +00:00 |
|
Nicholas Henry
|
941177e066
|
fix: Fix terraform_wrapper_module_for_each for when resource name contains 'variable' (#573)
|
2023-09-22 09:18:04 +02:00 |
|
semantic-release-bot
|
ed1104c96d
|
chore(release): version 1.83.3 [skip ci]
## [1.83.3](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.83.2...v1.83.3) (2023-09-15)
### Bug Fixes
* Run `terraform_tfsec` only on terraform code changes ([#571](https://github.com/antonbabenko/pre-commit-terraform/issues/571)) ([4253162](4253162614))
|
2023-09-15 15:44:44 +00:00 |
|
Maksym Vlasov
|
4253162614
|
fix: Run terraform_tfsec only on terraform code changes (#571)
|
2023-09-15 18:44:09 +03:00 |
|
semantic-release-bot
|
ea0b9e34ed
|
chore(release): version 1.83.2 [skip ci]
## [1.83.2](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.83.1...v1.83.2) (2023-09-04)
### Bug Fixes
* Extend `terraform_validate` `--retry-once-with-cleanup` errors list ([#566](https://github.com/antonbabenko/pre-commit-terraform/issues/566)) ([19188e5](19188e5c38))
|
2023-09-04 13:58:30 +00:00 |
|
Maksym Vlasov
|
19188e5c38
|
fix: Extend terraform_validate --retry-once-with-cleanup errors list (#566)
|
2023-09-04 16:58:00 +03:00 |
|
semantic-release-bot
|
da379f6a95
|
chore(release): version 1.83.1 [skip ci]
## [1.83.1](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.83.0...v1.83.1) (2023-09-04)
### Bug Fixes
* Fixed ordering issue in terraform_wrapper_module_for_each hook ([#565](https://github.com/antonbabenko/pre-commit-terraform/issues/565)) ([dc12be1](dc12be1faf))
|
2023-09-04 10:10:05 +00:00 |
|
Roma Ryzhyi
|
dc12be1faf
|
fix: Fixed ordering issue in terraform_wrapper_module_for_each hook (#565)
|
2023-09-04 12:09:30 +02:00 |
|
renovate[bot]
|
cdecf288f8
|
chore(deps): update python docker tag to v3.11.5 (#563)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-08-29 19:28:55 +03:00 |
|
semantic-release-bot
|
32fb5c29e4
|
chore(release): version 1.83.0 [skip ci]
# [1.83.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.82.0...v1.83.0) (2023-08-25)
### Features
* Skip legacy modules (with provider block) in terraform_wrapper_module_for_each hook ([#560](https://github.com/antonbabenko/pre-commit-terraform/issues/560)) ([456cc76](456cc7616a))
|
2023-08-25 14:13:33 +00:00 |
|
Roma Ryzhyi
|
456cc7616a
|
feat: Skip legacy modules (with provider block) in terraform_wrapper_module_for_each hook (#560)
|
2023-08-25 16:12:59 +02:00 |
|
renovate[bot]
|
0e2b15175d
|
chore(deps): update python:3.11.4-alpine3.17 docker digest to ac49e13 (#555)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-08-16 15:46:57 +03:00 |
|
semantic-release-bot
|
7c3428d9b0
|
chore(release): version 1.82.0 [skip ci]
# [1.82.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.81.2...v1.82.0) (2023-08-15)
### Features
* **docker:** Add ssh-client to Docker image to access private modules via ssh ([#553](https://github.com/antonbabenko/pre-commit-terraform/issues/553)) ([1d76157](1d76157c9d))
|
2023-08-15 15:03:09 +00:00 |
|
Laurent
|
1d76157c9d
|
feat(docker): Add ssh-client to Docker image to access private modules via ssh (#553)
|
2023-08-15 18:02:32 +03:00 |
|
semantic-release-bot
|
6cdea1b431
|
chore(release): version 1.81.2 [skip ci]
## [1.81.2](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.81.1...v1.81.2) (2023-08-10)
### Bug Fixes
* Fix terraform_wrapper_module_for_each hook heredoc vars defaults ([#554](https://github.com/antonbabenko/pre-commit-terraform/issues/554)) ([6fd4263](6fd4263f59))
|
2023-08-10 18:36:08 +00:00 |
|
Roma Ryzhyi
|
6fd4263f59
|
fix: Fix terraform_wrapper_module_for_each hook heredoc vars defaults (#554)
|
2023-08-10 20:35:43 +02:00 |
|
semantic-release-bot
|
9fe5655701
|
chore(release): version 1.81.1 [skip ci]
## [1.81.1](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.81.0...v1.81.1) (2023-08-10)
### Bug Fixes
* Fix the terraform_wrapper_module_for_each hook for modules without outputs or variables ([#552](https://github.com/antonbabenko/pre-commit-terraform/issues/552)) ([f24b3fa](f24b3fab71))
|
2023-08-10 11:44:29 +00:00 |
|
Roma Ryzhyi
|
f24b3fab71
|
fix: Fix the terraform_wrapper_module_for_each hook for modules without outputs or variables (#552)
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
|
2023-08-10 13:44:01 +02:00 |
|
renovate[bot]
|
789973b35a
|
chore(deps): update plexsystems/container-structure-test-action action to v0.3.0 (#547)
|
2023-07-25 22:42:40 +03:00 |
|
renovate[bot]
|
f9b797b07d
|
chore(deps): update actions/stale action to v8 (#548)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-07-25 22:25:17 +03:00 |
|
renovate[bot]
|
d17c0ecb86
|
chore(deps): update docker/setup-qemu-action action to v2.2.0 (#545)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-07-25 22:11:09 +03:00 |
|
renovate[bot]
|
2affdc570b
|
chore(deps): update docker/setup-buildx-action action to v2.9.1 (#544)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-07-25 22:10:43 +03:00 |
|
renovate[bot]
|
16d11ab6cb
|
chore(deps): update docker/login-action action to v2.2.0 (#543)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-07-25 22:10:25 +03:00 |
|
renovate[bot]
|
402d617c20
|
chore(deps): update docker/build-push-action action to v4.1.1 (#542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-07-25 22:10:07 +03:00 |
|
renovate[bot]
|
e2e932b17f
|
chore(deps): update amannn/action-semantic-pull-request action to v5.2.0 (#541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-07-25 22:09:49 +03:00 |
|
renovate[bot]
|
da180c9131
|
chore(deps): update actions/setup-python action to v4.7.0 (#540)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-07-25 22:09:30 +03:00 |
|
renovate[bot]
|
d6ee7b41ea
|
chore(deps): update actions/checkout action to v3.5.3 (#539)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-07-25 22:09:11 +03:00 |
|
renovate[bot]
|
d984430dd1
|
chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v3.0.0 (#538)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-07-25 22:08:47 +03:00 |
|
renovate[bot]
|
ae5cbe0342
|
chore(deps): update python:3.11.4-alpine3.17 docker digest to 0c034f5 (#535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-06-20 18:32:08 +03:00 |
|
renovate[bot]
|
32597545e7
|
chore(deps): update python docker tag to v3.11.4 (#532)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-06-14 14:25:06 +03:00 |
|
semantic-release-bot
|
3420134c37
|
chore(release): version 1.81.0 [skip ci]
# [1.81.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.80.0...v1.81.0) (2023-06-12)
### Features
* Speedup `terraform_validate` - firstly try run validate without checking is `.terraform/` is valid ([#524](https://github.com/antonbabenko/pre-commit-terraform/issues/524)) ([d0d08ac](d0d08ac63c))
|
2023-06-12 16:00:08 +00:00 |
|
Sebastian Melchior
|
d0d08ac63c
|
feat: Speedup terraform_validate - firstly try run validate without checking is .terraform/ is valid (#524)
|
2023-06-12 18:59:13 +03:00 |
|
semantic-release-bot
|
148eb8f778
|
chore(release): version 1.80.0 [skip ci]
# [1.80.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.79.1...v1.80.0) (2023-05-30)
### Features
* **`terraform_providers_lock`:** Add `--mode` option and deprecate previous workflow ([#528](https://github.com/antonbabenko/pre-commit-terraform/issues/528)) ([2426b52](2426b527ae))
|
2023-05-30 16:02:41 +00:00 |
|
Maksym Vlasov
|
2426b527ae
|
feat(terraform_providers_lock): Add --mode option and deprecate previous workflow (#528)
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
|
2023-05-30 19:02:16 +03:00 |
|
Maksym Vlasov
|
37202d0d4c
|
docs: Simplify lists maintenance and fix language (#527)
* docs: Simplify lists maintenance and fix language
* Return ordering
|
2023-05-27 23:59:45 +03:00 |
|
renovate[bot]
|
f3ae7c39e7
|
chore(deps): update python:3.11.3-alpine3.17 docker digest to 7210235 (#523)
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
|
2023-05-16 15:57:53 +03:00 |
|
semantic-release-bot
|
e9c7a0e223
|
chore(release): version 1.79.1 [skip ci]
## [1.79.1](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.79.0...v1.79.1) (2023-05-09)
### Bug Fixes
* Fix `terraform_providers_lock` hook broken in v1.79.0 ([#521](https://github.com/antonbabenko/pre-commit-terraform/issues/521)) ([6bfc5bf](6bfc5bf767))
|
2023-05-09 15:35:39 +00:00 |
|
Maksym Vlasov
|
6bfc5bf767
|
fix: Fix terraform_providers_lock hook broken in v1.79.0 (#521)
|
2023-05-09 18:35:08 +03:00 |
|
semantic-release-bot
|
2e8e13f04a
|
chore(release): version 1.79.0 [skip ci]
# [1.79.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.78.0...v1.79.0) (2023-05-08)
### Features
* TFLint: Add `--hook-config=--delegate-chdir` to use `tflint -chdir` ([#512](https://github.com/antonbabenko/pre-commit-terraform/issues/512)) ([1e9debc](1e9debc02f))
|
2023-05-08 15:32:33 +00:00 |
|
Luke
|
1e9debc02f
|
feat: TFLint: Add --hook-config=--delegate-chdir to use tflint -chdir (#512)
Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
|
2023-05-08 18:32:06 +03:00 |
|
Simone Rodigari
|
1431664e59
|
docs: Add steps to configure auth to source Terraform modules from private GitHub repos (#517)
|
2023-05-08 16:44:55 +03:00 |
|
Maksym Vlasov
|
6604ccc7cf
|
docs: Add arm to supported architectures (#519)
|
2023-05-08 14:10:06 +03:00 |
|