Skip to content

Releases: devops-kung-fu/hookz

v2.4.4

01 Mar 18:40
087a185
Compare
Choose a tag to compare

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

13 Apr 17:31
db4e6b3
Compare
Choose a tag to compare

Changelog

  • db4e6b3 fix: Fixes issue where invalid configuration yaml silently failed (#113)
  • 941b82e Bump actions/setup-go from 3 to 4 in /.github/workflows (#121)
  • afdc454 Bump actions/checkout from 2 to 3 in /.github/workflows (#108)
  • e09bcf8 Bump actions/setup-go from 2 to 3 in /.github/workflows (#106)

v2.4.2

25 Oct 01:19
af20c7a
Compare
Choose a tag to compare

Changelog

v2.4.1

01 Aug 21:42
ab6514c
Compare
Choose a tag to compare

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

31 May 17:42
e8a79bc
Compare
Choose a tag to compare

This release has the following changes:

  • Adds Sources section to .hookz.yaml. This allows those who are developing in Go to install additional tooling.
  • Cleans up command line output.
  • Misc. bug fixes and corrections

Release v2.3.0

06 Jul 23:18
1c87907
Compare
Choose a tag to compare

This release has the following changes:

  • README Updates.

Release v2.2.1

20 May 20:52
80759d0
Compare
Choose a tag to compare

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

06 May 01:44
b017d59
Compare
Choose a tag to compare

This release has the following changes:

  • README Updates.

Release v2.1.1

26 Apr 21:19
8d14602
Compare
Choose a tag to compare

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

05 Apr 20:29
bc7e94f
Compare
Choose a tag to compare

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