v0.4.0
·
15 commits
to master
since this release
π Release Notes β v0.4.0
Overview
Deleted the Pipeline Generator unused hook and fixed a problem with the Terraform Validate hook that caused the whole hook to fail
What's Changed
- Deleted
hooks/pipeline-generator.sh - Modified
hooks/terraform-validate.shto be executable on linux by default
Upgrade Guide
Update consumer repositories to use the new tag and hooks:
# .pre-commit-config.yaml (consumer repo)
repos:
- repo: git@github.com:craftech-io/pre-commit.git
rev: v0.4.0
hooks:
- id: terraform-fmt
- id: terraform-validate
# Optional: always show detailed output even when passing
verbose: true