Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pre-commit hook antonbabenko/pre-commit-terraform to v1.96.1 #145

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2024

This PR contains the following updates:

Package Type Update Change
antonbabenko/pre-commit-terraform repository minor v1.64.0 -> v1.96.1

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

antonbabenko/pre-commit-terraform (antonbabenko/pre-commit-terraform)

v1.96.1

Compare Source

v1.96.0

Compare Source

v1.95.0

Compare Source

Features
  • terraform_docs: Drop support for terraform-docs <0.12.0 (#​717) (81e4572)

v1.94.3

Compare Source

Bug Fixes
  • terraform_docs: Restore --hook-config=--add-to-existing-file default behavior. Regression from 1.94.0. (#​716) (315342e)

v1.94.2

Compare Source

Bug Fixes

v1.94.1

Compare Source

Bug Fixes
  • terraform_docs: Fix non-GNU sed issues, introduced in v1.93.0, as previous fix doesn't work correctly (#​708) (c986c5e)

v1.94.0

Compare Source

Features
  • terraform-docs: Add support for replace mode for TF 0.12+; Use native saving to file for TF 0.12+. Both requires terraform-docs v0.12.0+ which released in 2021. (#​705) (1a1b4a3)

v1.93.1

Compare Source

Bug Fixes
  • terraform_docs: Fix non-GNU sed issues, introduced in v1.93.0 (#​704) (3c8734d)

v1.93.0

Compare Source

Features
  • terraform_docs: Start seamless migration to terraform-docs markers (#​701) (d03f44f)

v1.92.3

Compare Source

Bug Fixes
  • terraform_docs: Suppress redundant warnings pop-ups introduced in v1.92.2 (#​700) (59b2454)

v1.92.2

Compare Source

Bug Fixes
  • terraform_docs: Fix issue and prioritize output.file setting from .terraform-docs.yml config over --hook-config=--path-to-file= (#​698) (9d6a22b)

v1.92.1

Compare Source

Bug Fixes
  • terraform_docs: Suppress "terraform command not found" error message in case binary does not exist (#​693) (6ff3572)

v1.92.0

Compare Source

Features
  • Add terragrunt_validate_inputs hook to check unused and undefined inputs (#​677) (a139b71)

v1.91.0

Compare Source

Features

v1.90.0

Compare Source

Features
  • Support set custom TF/OpenTofu binary. | If you use a custom Docker image build, please note that TERRAFORM_VERSION now must be provided (#​670) (c7011c0)

v1.89.1

Compare Source

Bug Fixes
  • docker: Prevent all possible "silent errors" during docker build (#​644) (0340c8d)

v1.89.0

Compare Source

Features
  • Hook terraform_wrapper_module_for_each should use versions.tf from the module if it exists (#​657) (b127601)

v1.88.4

Compare Source

Bug Fixes
  • Improve README and drop quotes from hook env vars (#​651) (daec682)

v1.88.3

Compare Source

Bug Fixes
  • terraform_providers_lock: Require terraform init (and terraform_validate hook) run when only lockfile changed (#​649) (02c1935)

v1.88.2

Compare Source

Bug Fixes
  • non-linux: Bash environment variables in arguments not expanded + Add trace log level (#​645) (a2a2990)

v1.88.1

Compare Source

Bug Fixes
  • docker: Checkov installation silently fails on docker build in arm64. Workaround till issue will be fixed in checkov itself (#​635) (f255b05)

v1.88.0

Compare Source

Features

v1.87.1

Compare Source

Bug Fixes
  • Replace mapfile to support Bash 3.2.57 pre-installed in macOS (#​628) (01ab3f0)

v1.87.0

Compare Source

Features
  • Add parallelism to major chunk of hooks. Check Parallelism section in README (#​620) (6c6eca4)

v1.86.1

Compare Source

Bug Fixes
  • grep: warning: stray \ before / which pop-up in grep 3.8 (#​625) (e1a93b2)

v1.86.0

Compare Source

Features
  • terraform_docs: Add terraform-docs default markers support and describe how to migrate to them (#​609) (4a0e1fe)

v1.85.0

Compare Source

Features
  • trivy: Add terraform_trivy hook and deprecate terraform_tfsec (#​606) (f3c819a)

v1.84.0

Compare Source

Features
  • deps: Bump Python version in docker image from 3.11.5 to v3.12.0 (#​597) (28e3cde)

v1.83.6

Compare Source

Bug Fixes
  • terraform_validate: Run terraform init on "Missing required provider" error (#​586) (6e2bb2e)

v1.83.5

Compare Source

Bug Fixes
  • Suppress duplicate error messages in terraform_validate (#​577) (4ea6b14)

v1.83.4

Compare Source

Bug Fixes
  • Fix terraform_wrapper_module_for_each for when resource name contains 'variable' (#​573) (941177e)

v1.83.3

Compare Source

Bug Fixes
  • Run terraform_tfsec only on terraform code changes (#​571) (4253162)

v1.83.2

Compare Source

Bug Fixes
  • Extend terraform_validate --retry-once-with-cleanup errors list (#​566) (19188e5)

v1.83.1

Compare Source

Bug Fixes
  • Fixed ordering issue in terraform_wrapper_module_for_each hook (#​565) (dc12be1)

v1.83.0

Compare Source

Features
  • Skip legacy modules (with provider block) in terraform_wrapper_module_for_each hook (#​560) (456cc76)

v1.82.0

Compare Source

Features
  • docker: Add ssh-client to Docker image to access private modules via ssh (#​553) (1d76157)

v1.81.2

Compare Source

Bug Fixes
  • Fix terraform_wrapper_module_for_each hook heredoc vars defaults (#​554) (6fd4263)

v1.81.1

Compare Source

Bug Fixes
  • Fix the terraform_wrapper_module_for_each hook for modules without outputs or variables (#​552) (f24b3fa)

v1.81.0

Compare Source

Features
  • Speedup terraform_validate - firstly try run validate without checking is .terraform/ is valid (#​524) (d0d08ac)

v1.80.0

Compare Source

Features
  • terraform_providers_lock: Add --mode option and deprecate previous workflow (#​528) (2426b52)

v1.79.1

Compare Source

Bug Fixes
  • Fix terraform_providers_lock hook broken in v1.79.0 (#​521) (6bfc5bf)

v1.79.0

Compare Source

Features
  • TFLint: Add --hook-config=--delegate-chdir to use tflint -chdir (#​512) (1e9debc)

v1.78.0

Compare Source

Features
  • ci: Build multi-arch Docker images (amd64, arm64) (#​496) (923c2c6)

v1.77.4

Compare Source

Bug Fixes
  • Speed up x2 TFLint hook execution in dirs with violations (#​514) (49974ab)

v1.77.3

Compare Source

Bug Fixes
  • Updates all dependencies used in Dockerfile and fix Docker image (#​507) (dc177fe)

v1.77.2

Compare Source

Bug Fixes
  • Fixed spacing in terraform_wrapper_module_for_each hook (#​503) (ddc0d81)

v1.77.1

Compare Source

Bug Fixes

v1.77.0

Compare Source

Features
  • Add --retry-once-with-cleanup to terraform_validate (#​441) (96fe3ef)

v1.76.1

Compare Source

Bug Fixes
  • Describe migration instructions from terraform_docs_replace (#​451) (a8bcaa7)

v1.76.0

Compare Source

Features

v1.75.0

Compare Source

Features
  • Allow running container as non-root UID/GID for ownership issues (docker) (#​433) (abc2570)

v1.74.2

Compare Source

Bug Fixes
  • Fixed url for wrappers in generated README (terraform_wrapper_module_for_each) (#​429) (fe29c6c)

v1.74.1

Compare Source

Bug Fixes
  • Passed scenario in terraform_docs hook now works as expected (7ac2736)

v1.74.0

Compare Source

Bug Fixes
Features
  • Add support for set env vars inside hook runtime (#​408) (d490231)
  • Allow terraform_providers_lock specify terraform init args (#​406) (32b232f)
  • Suppress color for all hooks if PRE_COMMIT_COLOR=never set (#​409) (b12f0c6)

v1.73.0

Compare Source

Features

v1.72.2

Compare Source

Bug Fixes

v1.72.1

Compare Source

Bug Fixes
  • Fixed terraform_fmt with tfenv, when terraform default version is not specified (#​389) (1b9476a)

v1.72.0

Compare Source

Features
  • When a config file is given, do not specify formatter on cli (terraform_docs) (#​386) (962054b)

v1.71.0

Compare Source

Features

v1.70.1

Compare Source

Bug Fixes
  • Fixed tfupdate to work in all cases, not only pre-commit run --all (#​375) (297cc75)

v1.70.0

Compare Source

Features
  • Add support for pre-commit/pre-commit-hooks in Docker image (#​374) (017da74)

v1.69.0

Compare Source

Features
  • Allow env vars expansion in --args section for all hooks (#​363) (caa01c3)

v1.68.1

Compare Source

Bug Fixes

v1.68.0

Compare Source

Features
  • Removed coreutils (realpath) from dependencies for MacOS (#​368) (944a2e5)

v1.67.0

Compare Source

Features
  • Added terraform_checkov (run per folder), deprecated checkov hook (#​290) (e3a9834)

v1.66.0

Compare Source

Features
  • Added support for tfupdate to update version constraints in Terraform configurations (#​342) (ef7a0f2)

v1.65.1

Compare Source

Bug Fixes

v1.65.0

Compare Source

Features

v1.64.1

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added chore Maintenance dependencies Pull requests that update a dependency file. labels Aug 16, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from ed78ae3 to 1f3d80b Compare August 27, 2024 18:31
@renovate renovate bot changed the title Update pre-commit hook antonbabenko/pre-commit-terraform to v1.92.2 Update pre-commit hook antonbabenko/pre-commit-terraform to v1.92.3 Aug 27, 2024
@renovate renovate bot changed the title Update pre-commit hook antonbabenko/pre-commit-terraform to v1.92.3 Update pre-commit hook antonbabenko/pre-commit-terraform to v1.93.0 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from 1f3d80b to 8b08cf4 Compare August 28, 2024 19:31
@renovate renovate bot changed the title Update pre-commit hook antonbabenko/pre-commit-terraform to v1.93.0 Update pre-commit hook antonbabenko/pre-commit-terraform to v1.93.1 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch 2 times, most recently from f4f1f9d to c4a52ca Compare August 29, 2024 21:55
@renovate renovate bot changed the title Update pre-commit hook antonbabenko/pre-commit-terraform to v1.93.1 Update pre-commit hook antonbabenko/pre-commit-terraform to v1.94.0 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from c4a52ca to 2b88975 Compare August 30, 2024 14:19
@renovate renovate bot changed the title Update pre-commit hook antonbabenko/pre-commit-terraform to v1.94.0 Update pre-commit hook antonbabenko/pre-commit-terraform to v1.94.1 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from 2b88975 to df97548 Compare September 9, 2024 11:15
@renovate renovate bot changed the title Update pre-commit hook antonbabenko/pre-commit-terraform to v1.94.1 Update pre-commit hook antonbabenko/pre-commit-terraform to v1.94.2 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from df97548 to 9fbc4dd Compare September 10, 2024 18:04
@renovate renovate bot changed the title Update pre-commit hook antonbabenko/pre-commit-terraform to v1.94.2 Update pre-commit hook antonbabenko/pre-commit-terraform to v1.94.3 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from 9fbc4dd to 07671ad Compare September 11, 2024 19:54
@renovate renovate bot changed the title Update pre-commit hook antonbabenko/pre-commit-terraform to v1.94.3 Update pre-commit hook antonbabenko/pre-commit-terraform to v1.95.0 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from 07671ad to a39a9d3 Compare September 16, 2024 16:18
@renovate renovate bot changed the title Update pre-commit hook antonbabenko/pre-commit-terraform to v1.95.0 Update pre-commit hook antonbabenko/pre-commit-terraform to v1.96.0 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from a39a9d3 to 82ca524 Compare September 17, 2024 12:03
@renovate renovate bot changed the title Update pre-commit hook antonbabenko/pre-commit-terraform to v1.96.0 Update pre-commit hook antonbabenko/pre-commit-terraform to v1.96.1 Sep 17, 2024
Copy link
Contributor

This PR has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this PR will be closed in 10 days

@github-actions github-actions bot added the stale label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance dependencies Pull requests that update a dependency file. stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants