Skip to content

Releases: cisagov/pre-commit-packer

v0.3.0

18 Oct 20:31
7361323
Compare
Choose a tag to compare

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

v0.3.0-rc.1

18 Oct 18:21
d4ce8a6
Compare
Choose a tag to compare
v0.3.0-rc.1 Pre-release
Pre-release

⚠ Breaking changes

The packer_fmt hook will now write changes to files by default instead of simply alerting that files need to be formatted.

Full Changelog: v0.2.0...v0.3.0-rc.1

v0.2.0

10 Oct 20:25
d635a17
Compare
Choose a tag to compare

What's New

The packer_validate hook will now:

  • Run packer init before running packer validate.
  • Switch to a directory before performing any commands, and the commands will be run against the current directory.

What's Changed

  • Lineage pull request for: skeleton by @cisagovbot in #44
  • Fix overly match-happy sed commands by @mcdonnnj in #45
  • Add a new option to the bump-version script to list files it updates by @mcdonnnj in #46
  • Adjust the functionality of the packer_validate hook by @mcdonnnj in #47

Full Changelog: v0.1.0...v0.2.0

v0.2.0-rc.1

09 Oct 17:06
050a94b
Compare
Choose a tag to compare
v0.2.0-rc.1 Pre-release
Pre-release

What's New

  • In the packer_validate hook it will now run a packer init for each unique path.
  • Breaking change: In the packer_validate hook it will now change to each unique path before running packer validate.

What's Changed

  • Lineage pull request for: skeleton by @cisagovbot in #44
  • Fix overly match-happy sed commands by @mcdonnnj in #45
  • Add a new option to the bump-version script to list files it updates by @mcdonnnj in #46

Full Changelog: v0.1.0...v0.2.0-rc.1

v0.1.0

24 Sep 21:40
35958fb
Compare
Choose a tag to compare

Note

These release notes are probably inaccurate due to only publishing tags for the previous two releases.

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.1.0

v0.1.0-rc.1

24 Sep 20:33
032ae24
Compare
Choose a tag to compare
v0.1.0-rc.1 Pre-release
Pre-release

Note

These release notes are probably inaccurate due to only publishing tags for the previous two releases.

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.1.0-rc.1

v0.0.2

24 Sep 20:31
81506c6
Compare
Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

v0.0.1

24 Sep 20:31
7d45242
Compare
Choose a tag to compare