Releases: cisagov/pre-commit-packer
v0.3.0
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
Full Changelog: v0.2.0...v0.3.0
v0.3.0-rc.1
⚠ 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
What's New
The packer_validate
hook will now:
- Run
packer init
before runningpacker 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
What's New
- In the
packer_validate
hook it will now run apacker init
for each unique path. - Breaking change: In the
packer_validate
hook it will now change to each unique path before runningpacker 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
Note
These release notes are probably inaccurate due to only publishing tags for the previous two releases.
What's Changed
- Lineage pull request for: skeleton by @cisagovbot in #2
- Lineage pull request for: skeleton by @cisagovbot in #5
- Add Version Management Tooling by @mcdonnnj in #6
- Lineage pull request for: skeleton by @cisagovbot in #7
- Lineage pull request for: skeleton by @cisagovbot in #8
- Lineage pull request for: skeleton by @cisagovbot in #9
- Lineage pull request for: skeleton by @cisagovbot in #10
- Lineage pull request for: skeleton by @cisagovbot in #12
- Lineage pull request for: skeleton by @cisagovbot in #14
- Lineage pull request for: skeleton by @cisagovbot in #19
⚠️ CONFLICT! Lineage pull request for: skeleton by @cisagovbot in #27- Lineage pull request for: skeleton by @cisagovbot in #28
- Lineage pull request for: skeleton by @cisagovbot in #29
- Lineage pull request for: skeleton by @cisagovbot in #30
⚠️ CONFLICT! Lineage pull request for: skeleton by @cisagovbot in #32- Lineage pull request for: skeleton by @cisagovbot in #33
- Lineage pull request for: skeleton by @cisagovbot in #34
- Adjust files supported by the hooks by @mcdonnnj in #36
- Pass arguments to Packer by @mcdonnnj in #37
- Use directories instead of individual files for the
packer_validate
hook by @mcdonnnj in #38 - Alphabetize the hook configurations by @mcdonnnj in #39
- Support file paths with a leading
-
by @mcdonnnj in #40 - DRY out hook functionality by @mcdonnnj in #41
- Update hook documentation by @mcdonnnj in #42
- Enhance the
bump_version.sh
script by @mcdonnnj in #43
New Contributors
- @cisagovbot made their first contribution in #2
- @mcdonnnj made their first contribution in #6
Full Changelog: v0.0.2...v0.1.0
v0.1.0-rc.1
Note
These release notes are probably inaccurate due to only publishing tags for the previous two releases.
What's Changed
- Lineage pull request for: skeleton by @cisagovbot in #2
- Lineage pull request for: skeleton by @cisagovbot in #5
- Add Version Management Tooling by @mcdonnnj in #6
- Lineage pull request for: skeleton by @cisagovbot in #7
- Lineage pull request for: skeleton by @cisagovbot in #8
- Lineage pull request for: skeleton by @cisagovbot in #9
- Lineage pull request for: skeleton by @cisagovbot in #10
- Lineage pull request for: skeleton by @cisagovbot in #12
- Lineage pull request for: skeleton by @cisagovbot in #14
- Lineage pull request for: skeleton by @cisagovbot in #19
⚠️ CONFLICT! Lineage pull request for: skeleton by @cisagovbot in #27- Lineage pull request for: skeleton by @cisagovbot in #28
- Lineage pull request for: skeleton by @cisagovbot in #29
- Lineage pull request for: skeleton by @cisagovbot in #30
⚠️ CONFLICT! Lineage pull request for: skeleton by @cisagovbot in #32- Lineage pull request for: skeleton by @cisagovbot in #33
- Lineage pull request for: skeleton by @cisagovbot in #34
- Adjust files supported by the hooks by @mcdonnnj in #36
- Pass arguments to Packer by @mcdonnnj in #37
- Use directories instead of individual files for the
packer_validate
hook by @mcdonnnj in #38 - Alphabetize the hook configurations by @mcdonnnj in #39
- Support file paths with a leading
-
by @mcdonnnj in #40 - DRY out hook functionality by @mcdonnnj in #41
- Update hook documentation by @mcdonnnj in #42
New Contributors
- @cisagovbot made their first contribution in #2
- @mcdonnnj made their first contribution in #6
Full Changelog: v0.0.2...v0.1.0-rc.1
v0.0.2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Full Changelog: https://github.com/cisagov/pre-commit-packer/commits/v0.0.1