Releases: devops-kung-fu/hookz
Releases · devops-kung-fu/hookz
v2.4.4
Changelog
- 087a185 Optimizations (#135)
- 9f569f9 Delete .github/workflows/codeql-analysis.yml (#134)
- f529748 Bug fixes and optimizations (#133)
- 2d77573 Bump github.com/devops-kung-fu/common from 0.2.5 to 0.2.6 (#124)
- 41c005a Bump github/codeql-action from 1 to 2 in /.github/workflows (#109)
- 8bdc323 Bump goreleaser/goreleaser-action from 2 to 4 in /.github/workflows (#112)
v2.4.3
Changelog
v2.4.2
v2.4.1
Changelog
- ab6514c feat: Removes unnecessary formats and release architectures (#87)
- f12954f fix: Debugging release failure (#86)
- cd515f7 feat: Adding deb releases (#84)
- 7f153df feat: New Release Process and Homebrew Deployment (#82)
- b5e87c5 fix: Upgrades Afero, Fixes SBoM generation (#81)
- 6f520b6 fix: Dependency updates (#78)
Release v2.4.0
This release has the following changes:
- Adds
Sources
section to .hookz.yaml. This allows those who are developing inGo
to install additional tooling. - Cleans up command line output.
- Misc. bug fixes and corrections
Release v2.3.0
This release has the following changes:
- README Updates.
Release v2.2.1
This release has the following changes:
- Functionality for --verbose now applies to the output generated by hookz while creating hooks files
- New --debug flag (old --verbose functionality) now generates start and end markers for action execution steps
- Adds CycloneDX action to generate Software Bill of Materials (SBoM)
- More test coverage
- README Updates.
Release v2.2.0
This release has the following changes:
- README Updates.
Release v2.1.1
This release has the following changes:
- Minor output improvements, documentation changes, and bug fixes
- Verifies there is a version value defined in .hookz.yaml
- Example actions for NPM and Terraform
Release v2.1.0
This release has the following changes:
- Better output display when running the hookz CLI
- Adds support for inline scripting in the .hooks.yaml file
- Adds an install target in the Makefile for local build and installation
- Bug fixes