Commit graph

465 commits

Author SHA1 Message Date
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
renovate[bot]
32392fdb5c
chore(deps): update python docker tag to v3.11.3 (#494)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 20:04:37 +03:00
semantic-release-bot
c93cb4c14e chore(release): version 1.78.0 [skip ci]
# [1.78.0](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.77.4...v1.78.0) (2023-04-28)

### Features

* **ci:** Build multi-arch Docker images (`amd64`, `arm64`) ([#496](https://github.com/antonbabenko/pre-commit-terraform/issues/496)) ([923c2c6](923c2c6a1e))
2023-04-28 16:54:06 +00:00
Scott Miller
923c2c6a1e
feat(ci): Build multi-arch Docker images (amd64, arm64) (#496)
* build ARM images
* Fix GH API rate limits
* `docker buildx` currently does not support `load` and multi-arch at the same time. 
  And used Github Action does not support output=type=oci

---------

Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
2023-04-28 19:53:31 +03:00
renovate[bot]
f766cba3eb
chore(deps): update docker/setup-buildx-action action to v2.5.0 (#490)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-28 19:50:31 +03:00
semantic-release-bot
4a0e56fcf1 chore(release): version 1.77.4 [skip ci]
## [1.77.4](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.77.3...v1.77.4) (2023-04-28)

### Bug Fixes

* Speed up x2 TFLint hook execution in dirs with violations ([#514](https://github.com/antonbabenko/pre-commit-terraform/issues/514)) ([49974ab](49974ab9ef))
2023-04-28 15:58:17 +00:00
Luke
49974ab9ef
fix: Speed up x2 TFLint hook execution in dirs with violations (#514)
Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
2023-04-28 18:57:46 +03:00
renovate[bot]
098150538d
chore(deps): pin python docker tag to d8b0703 (#510)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-26 15:27:20 +03:00
semantic-release-bot
e1d78ae917 chore(release): version 1.77.3 [skip ci]
## [1.77.3](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.77.2...v1.77.3) (2023-04-21)

### Bug Fixes

* Updates all dependencies used in Dockerfile and fix Docker image ([#507](https://github.com/antonbabenko/pre-commit-terraform/issues/507)) ([dc177fe](dc177fe29e))
2023-04-21 13:27:28 +00:00
Maksym Vlasov
dc177fe29e
fix: Updates all dependencies used in Dockerfile and fix Docker image (#507)
* Docker doesn't provide possibilities for avoiding trash

There is no possibility to exclude part of the "pre-installed" files from
COPY steps like https://github.com/moby/buildkit/issues/2853
And copy-paste mostly all `site-packages` without it is not worth it
2023-04-21 16:27:02 +03:00
renovate[bot]
7d501b1bf9
chore(deps): update cycjimmy/semantic-release-action action to v3.4.2 (#500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-19 16:00:32 +03:00
renovate[bot]
054cd9083a
chore(deps): update actions/stale action to v7 (#483)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-19 15:59:13 +03:00
semantic-release-bot
becc7c0716 chore(release): version 1.77.2 [skip ci]
## [1.77.2](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.77.1...v1.77.2) (2023-04-09)

### Bug Fixes

* Fixed spacing in `terraform_wrapper_module_for_each` hook ([#503](https://github.com/antonbabenko/pre-commit-terraform/issues/503)) ([ddc0d81](ddc0d81d31))
2023-04-09 08:41:37 +00:00
Anton Babenko
ddc0d81d31
fix: Fixed spacing in terraform_wrapper_module_for_each hook (#503) 2023-04-09 10:40:56 +02:00
renovate[bot]
b7417bb4c6
chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v3.0.0-alpha.6 (#498)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-14 14:47:46 +02:00
Maksym Vlasov
03501b2ac5
chore: Make docs badge maintained (#497) 2023-02-28 17:05:07 +01:00
renovate[bot]
1e623e8d87
chore(deps): update amannn/action-semantic-pull-request action to v5.1.0 (#495)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-20 16:41:12 +02:00
renovate[bot]
4b43b9996a
chore(deps): pin dependencies (#493)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 16:44:10 +02:00
renovate[bot]
63dbfdc36b
chore(deps): update docker/build-push-action action to v4 (#491)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 15:33:30 +02:00
semantic-release-bot
7fb95618a9 chore(release): version 1.77.1 [skip ci]
## [1.77.1](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.77.0...v1.77.1) (2023-02-03)

### Bug Fixes

* Pass command line arguments to tflint init ([#487](https://github.com/antonbabenko/pre-commit-terraform/issues/487)) ([29a8c00](29a8c00251))
2023-02-03 15:44:56 +00:00
Jérémy Marmol
29a8c00251
fix: Pass command line arguments to tflint init (#487) 2023-02-03 16:44:24 +01:00
renovate[bot]
d20d399f8c
chore(deps): update actions/stale action to v6 (#485)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:54:13 +02:00
renovate[bot]
013203fc2a
chore(deps): update actions/setup-python action to v4 (#482)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:51:05 +02:00
renovate[bot]
2de5c43626
chore(deps): update docker/build-push-action action to v3 (#484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:48:14 +02:00
renovate[bot]
b6e04de4cd
chore(deps): update docker/setup-qemu-action action to v2 (#472)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:47:18 +02:00
renovate[bot]
4bbc41b1d9
chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v4.4.0 (#479)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:40:35 +02:00
renovate[bot]
4ddefea045
chore(deps): update actions/checkout action to v3 (#477)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:40:13 +02:00
renovate[bot]
68500d2765
chore(deps): update pre-commit hook jumanjihouse/pre-commit-hooks to v3 (#481)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:39:33 +02:00
renovate[bot]
213808f44d
chore(deps): update cycjimmy/semantic-release-action action to v3 (#480)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:39:09 +02:00
renovate[bot]
750b9fb820
chore(deps): update actions/setup-python action to v3 (#478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:38:36 +02:00
renovate[bot]
0a8734162d
chore(deps): update docker/login-action action to v2 (#476)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:37:52 +02:00
renovate[bot]
ebd0f0de69
chore(deps): update pre-commit hook hadolint/hadolint to v2.12.0 (#475)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:31:04 +02:00
renovate[bot]
d807e96d8f
chore(deps): update cycjimmy/semantic-release-action action to v2.7.0 (#467)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:17:09 +02:00
renovate[bot]
d9c3909423
chore(deps): update docker/setup-buildx-action action to v2 (#471)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:16:13 +02:00
renovate[bot]
e82c38ece1
chore(deps): update docker/setup-qemu-action action to v1.2.0 (#473)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:14:13 +02:00
renovate[bot]
033fdb92d0
chore(deps): update plexsystems/container-structure-test-action action to v0.2.0 (#474)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:12:06 +02:00
renovate[bot]
cece76a3f5
chore(deps): update docker/login-action action to v1.14.1 (#469)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:05:45 +02:00
renovate[bot]
216f0f4839
chore(deps): update docker/setup-buildx-action action to v1.7.0 (#470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 20:04:46 +02:00
renovate[bot]
f4dbbc6fd3
chore(deps): update docker/build-push-action action to v2.10.0 (#468)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 19:56:43 +02:00
renovate[bot]
4d2ebdac0d
chore(deps): update actions/setup-python action to v2.3.3 (#465)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 18:27:37 +02:00
renovate[bot]
ca167eb65c
chore(deps): update actions/stale action to v4.1.0 (#466)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 18:27:19 +02:00
renovate[bot]
e658f223ae
chore(deps): update pre-commit/action action to v2.0.3 (#463)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 15:56:39 +02:00
renovate[bot]
dcaea2426a
chore(deps): update actions/checkout action to v2.6.0 (#464)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 15:56:03 +02:00
renovate[bot]
40affe8ddc
chore(deps): update amannn/action-semantic-pull-request action to v5.0.2 (#462)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 15:55:33 +02:00
renovate[bot]
41f5b38ecc
chore(deps): Configure Renovate (#457)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
Co-authored-by: pre-commit <pre-commit@example.com>
2023-01-27 09:51:53 -08:00
Douglas Eichelberger
080ce62dbc
chore: Update pr-title to remove deprecation warning (#454) 2022-12-08 08:17:33 +01:00