Skip to content

v0.4.0

Choose a tag to compare

@patriciocostilla patriciocostilla released this 19 Sep 12:57
· 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.sh to 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