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 dependency antonbabenko/pre-commit-terraform to v1.96.3 #33

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 1, 2024

This PR contains the following updates:

Package Update Change
antonbabenko/pre-commit-terraform minor v1.77.0 -> v1.96.3

Release Notes

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

v1.96.3

Compare Source

Bug Fixes
  • terraform_docs: Restore multiply --hook-config args support. Regression from v1.95.0 (#​731) (87143fb)

v1.96.2

Compare Source

Bug Fixes

v1.96.1

Compare Source

Bug Fixes
  • terraform_docs: Fix issue with processing multiply files without terraform-docs markers. Issue introduced in v1.95.0 (#​720) (2b1aec8),

v1.96.0

Compare Source

Features
  • Expand environment variables in --args= which contains lowercase symbols, like ${TF_VAR_lowercase} (#​719) (bf156b4)

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

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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@hmcts-platform-operations

Plan Result (perftest_cnp_dummy_library_test)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

@hmcts-platform-operations

Plan Result (ithc_cnp_dummy_library_test)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

@hmcts-platform-operations

Plan Result (aat_cnp_dummy_library_test)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

@hmcts-platform-operations

Plan Result (demo_cnp_dummy_library_test)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

@hmcts-platform-operations

Plan Result (ptlsbox_cnp_dummy_library_test)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

@hmcts-platform-operations

Plan Result (sbox_cnp_dummy_library_test)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.88.0 Update dependency antonbabenko/pre-commit-terraform to v1.88.1 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch 2 times, most recently from 8ed6c3f to e4ab503 Compare March 14, 2024 02:36
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.88.1 Update dependency antonbabenko/pre-commit-terraform to v1.88.2 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from e4ab503 to a509c8a Compare March 23, 2024 08:55
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.88.2 Update dependency antonbabenko/pre-commit-terraform to v1.88.3 Mar 23, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from a509c8a to 0f71542 Compare March 26, 2024 02:53
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.88.3 Update dependency antonbabenko/pre-commit-terraform to v1.88.4 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from 0f71542 to 74ea53a Compare April 17, 2024 05:40
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.88.4 Update dependency antonbabenko/pre-commit-terraform to v1.89.0 Apr 17, 2024
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.89.0 Update dependency antonbabenko/pre-commit-terraform to v1.89.1 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from 74ea53a to 0c951ed Compare April 26, 2024 05:26
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from 0c951ed to d20fa75 Compare May 23, 2024 12:20
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.89.1 Update dependency antonbabenko/pre-commit-terraform to v1.90.0 May 23, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from d20fa75 to aebc2cc Compare June 8, 2024 08:06
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.90.0 Update dependency antonbabenko/pre-commit-terraform to v1.91.0 Jun 8, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from aebc2cc to 7986cf2 Compare June 19, 2024 14:40
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.91.0 Update dependency antonbabenko/pre-commit-terraform to v1.92.0 Jun 19, 2024
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.92.0 Update dependency antonbabenko/pre-commit-terraform to v1.92.1 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from 7986cf2 to 5d688a6 Compare August 2, 2024 17:29
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from 5d688a6 to a1a9ecb Compare August 17, 2024 11:54
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.92.1 Update dependency antonbabenko/pre-commit-terraform to v1.92.2 Aug 17, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from a1a9ecb to 8f4f118 Compare August 28, 2024 05:57
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.92.2 Update dependency antonbabenko/pre-commit-terraform to v1.92.3 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from 8f4f118 to 12f3c80 Compare August 29, 2024 23:49
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.92.3 Update dependency antonbabenko/pre-commit-terraform to v1.94.0 Aug 29, 2024
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.94.0 Update dependency antonbabenko/pre-commit-terraform to v1.94.1 Aug 31, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from 12f3c80 to 88fb106 Compare August 31, 2024 03:00
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.94.1 Update dependency 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 88fb106 to 1a23f0b Compare September 9, 2024 20:45
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.94.2 Update dependency 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 2 times, most recently from 1cfad8e to 9b90e68 Compare September 17, 2024 05:47
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.95.0 Update dependency antonbabenko/pre-commit-terraform to v1.96.0 Sep 17, 2024
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.96.0 Update dependency antonbabenko/pre-commit-terraform to v1.96.1 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from 9b90e68 to c42585b Compare September 18, 2024 17:48
@hmcts-platform-operations

Plan Result (ptlsbox_cnp_dummy_library_test - ptlsbox - terraform plan)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

⚠️ Errors

@hmcts-platform-operations

Plan Result (demo_cnp_dummy_library_test - demo - terraform plan)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

⚠️ Errors

@hmcts-platform-operations

Plan Result (sbox_cnp_dummy_library_test - sbox - terraform plan)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

⚠️ Errors

@hmcts-platform-operations

Plan Result (aat_cnp_dummy_library_test - stg - terraform plan)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

⚠️ Errors

@hmcts-platform-operations

Plan Result (perftest_cnp_dummy_library_test - test - terraform plan)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

⚠️ Errors

@hmcts-platform-operations

Plan Result (ithc_cnp_dummy_library_test - ithc - terraform plan)

Plan: 0 to add, 0 to change, 0 to destroy.
Change Result (Click me)
Plan: 0 to add, 0 to change, 0 to destroy.

⚠️ Errors

@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from c42585b to bb68e77 Compare November 1, 2024 08:59
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.96.1 Update dependency antonbabenko/pre-commit-terraform to v1.96.2 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/antonbabenko-pre-commit-terraform-1.x branch from bb68e77 to 395c629 Compare December 25, 2024 02:41
@renovate renovate bot changed the title Update dependency antonbabenko/pre-commit-terraform to v1.96.2 Update dependency antonbabenko/pre-commit-terraform to v1.96.3 Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant