Skip to content

chore(deps): update pre-commit hook antonbabenko/pre-commit-terraform to v1.75.0 (.pre-commit-config.yaml) (master) #19

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

Merged

Conversation

ivankatliarchuk
Copy link
Member

This PR contains the following updates:

Package Type Update Change
antonbabenko/pre-commit-terraform repository minor v1.31.0 -> v1.75.0

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

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

v1.64.0

Compare Source

Features
  • Improved speed of pre-commit run -a for multiple hooks (#​338) (579dc45)

v1.63.0

Compare Source

Features
  • terrascan: Improve performance during pre-commit --all (-a) run (#​327) (7e7c916)

v1.62.3

Compare Source

Bug Fixes
  • Check all directories with changes and pass all args in terrascan hook (#​305) (66401d9)

v1.62.2

Compare Source

Bug Fixes
  • Properly exclude .terraform directory with checkov hook (#​306) (b431a43)
  • Speedup terrascan hook up to x3 times in big repos (#​307) (2e8dcf9)

v1.62.1

Compare Source

Bug Fixes
  • terraform_tflint: Restore current working directory behavior (#​302) (93029dc)

v1.62.0

Compare Source

Features

v1.61.0

Compare Source

  • feat: Pass custom arguments to terraform init in terraform_validate hook (#​293)
  • fix: analyse all folders with tflint and don't stop on first execution (#​289)

v1.60.0

Compare Source

  • fix: pre-build docker image (#​292)

v1.59.0

Compare Source

  • fix: Fixed docker build (#​288)

v1.58.0

Compare Source

  • chore: Publish container image on release (#​285)
  • chore: Fix master merge to working branch on pre-commit autofixes (#​286)

v1.57.0

Compare Source

  • fix: typo in arg name for terraform-docs (#​283)
  • chore: Add deprecation notice to terraform_docs_replace (#​280)

v1.56.0

Compare Source

  • feat: Updated Docker image from Ubuntu to Alpine (#​278)
  • chore: Updated messages shown in terraform_tflint hook (#​274)

v1.55.0

Compare Source

  • fix: Fixed 1.54.0 where terraform_docs was broken (#​272)

v1.54.0

Compare Source

  • feat: Add support for quoted values in infracost_breakdown --hook-config (#​269)
  • docs: Added notes about sponsors (#​268)
  • fix: Fixed args expand in terraform_docs (#​260)

v1.53.0

Compare Source

  • docs: Pre-release 1.53 (#​267)
  • docs: Clarify docs for terraform_tfsec hook (#​266)
  • feat: Add infracost_breakdown hook (#​252)
  • feat: Set up PR reviewers automatically (#​258)
  • docs: fix protocol to prevent MITM (#​257)
  • feat: add GIT_WORKING_DIR to tfsec (#​255)
  • docs: Add missing space in terrascan install cmd (#​253)
  • fix: command not found (#​251)
  • fix: execute tflint once in no errors (#​250)
  • docs: fix deps (#​249)
  • feat: Add terraform_docs hook settings (#​245)
  • fix: terrafrom_tflint ERROR output for files located in repo root (#​243)
  • feat: Add support for specify terraform-docs config file (#​244)
  • docs: Document hooks dependencies (#​247)
  • feat: Allow passing of args to terraform_fmt (#​147)
  • docs: Add terraform_fmt usage instructions and how-to debug script with args (#​242)
  • fix: TFSec outputs the same results multiple times (#​237)
  • chore: Do not mark issues and PR's in milestone as stale (#​241)

v1.52.0

Compare Source

  • feat: Add new hook for terraform providers lock operation (#​173)
  • docs: Document terraform_tfsec args usage (#​238)
  • docs: Make contributors more visible (#​236)
  • docs: Add contributing guide and docs about performance tests (#​235)
  • fix: terraform_tflint hook executes in a serial way to run less often (#​211)
  • feat: Add PATH outputs when TFLint found any problem (#​234)
  • fix: Dockerfile if INSTALL_ALL is not defined (#​233)
  • docs: Describe hooks usage and improve examples (#​232)
  • chore: Add shfmt to workflow (#​231)
  • fix: remove dead code from terraform-docs script (#​229)

v1.51.0

Compare Source

  • fix: trigger terraform-docs on changes in lock files (#​228)
  • fix: label auto-adding after label rename (#​226)
  • chore: Updated GH stale action config (#​223)
  • feat: Add GH checks and templates (#​222)
  • feat: Add mixed line ending check to prevent possible errors (#​221)
  • fix: Dockerized pre-commit-terraform (#​219)
  • docs: Initial docs improvement (#​218)
  • chore: Update Ubuntu install method (#​198)

v1.50.0

Compare Source

  • feat: Adds support for Terrascan (#​195)

v1.49.0

Compare Source

  • fix: Fix and pin versions in Dockerfile (#​193)
  • chore: Fix mistake on command (#​185)
  • Update README.md

v1.48.0

Compare Source

  • chore: add dockerfile (#​183)
  • docs: Added checkov install (#​182)

v1.47.0

Compare Source

  • fix: remove sed postprocessing from the terraform_docs_replace hook to fix compatibility with terraform-docs 0.11.0+ (#​176)
  • docs: updates installs for macOS and ubuntu (#​175)

v1.46.0

Compare Source

  • fix: Terraform validate for submodules (#​172)

v1.45.0

Compare Source

  • fix: Correct deprecated parameter to terraform-docs (#​156)

v1.44.0

Compare Source

[v1.44.0] - 2020-11-02

v1.43.0

Compare Source

  • fix: Fix regex considering terraform-docs v0.10.0 old (#​151)

v1.42.0

Compare Source

  • fix: make terraform_docs Windows compatible (#​129)

v1.41.0

Compare Source

  • fix: terraform-docs version 0.10 removed with-aggregate-type-defaults (#​150)

v1.40.0

Compare Source

  • feat: Add possibility to share tflint config file for subdirs (#​149)

v1.39.0

Compare Source

  • feat: Add checkov support (#​143)

v1.38.0

Compare Source

  • fix: Correctly handle arrays in terraform_docs.sh (#​141)

v1.37.0

Compare Source

  • fix: make terraform_tfsec.sh executable (#​140)

v1.36.0

Compare Source

  • feat: have option for terraform_tfsec hook to only run in relevant modified directories (#​135)

v1.35.0

Compare Source

  • fix: Squash terraform_docs bug (#​138)

v1.34.0

Compare Source

  • chore: Use lib_getopt for all hooks and some style tweaks (#​137)

v1.33.0

Compare Source

  • fix: Pass args and env vars to terraform validate (#​125)
  • docs: Update terraform-docs link pointing to new organization (#​130)

v1.32.0

Compare Source

  • feat: add terragrunt validate hook (#​134)

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.

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


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@ivankatliarchuk ivankatliarchuk self-assigned this Sep 16, 2022
@ivankatliarchuk ivankatliarchuk merged commit 6b7b734 into master Sep 29, 2022
@delete-merged-branch delete-merged-branch bot deleted the renovate/master-antonbabenko-pre-commit-terraform-1.x branch September 29, 2022 07:14
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