Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@mcdonnnj mcdonnnj released this 18 Oct 20:31
7361323

What's Changed

Warning

This release has a breaking change for the packer_fmt hook. You can restore the behavior from the 0.2.0 (and earlier) release with the following:

- repo: https://github.com/cisagov/pre-commit-packer
  rev: v0.3.0
  hooks:
    - id: packer_fmt
      args:
        - -check
  • Change packer_fmt to write to files by default by @mcdonnnj in #48

Full Changelog: v0.2.0...v0.3.0