Releases: donatj/hookah
Releases · donatj/hookah
v3.1.0 - Follow Symlinks
v3.0.0
What's Changed
Major release as the interface had breaking changes.
You can now use the action
as a final level of the hierarchy.
A number of new environmental variables are registered
GITHUB_LOGIN
- The GitHub login of the owner of the repository.GITHUB_REPO
- The name portion of the repository, e.g.hookah
.GITHUB_ACTION
- The.action
action of the event, e.g.opened
.HOOKAH_SERVER_ROOT
- The absolute file system path of the registered server root.
Pull Requests
Full Changelog: v2.2.0...v3.0.0
Fix projects_v2 handling
What's Changed
projects_v2
was being rejected, fixed 7a6d88e- Shift up a release by @donatj in #14
- Create Dependabot config file by @dependabot-preview in #13
- Bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1 by @dependabot in #15
- Update ci.yml by @donatj in #16
- Go 1.18 by @donatj in #17
- Update ci.yml by @donatj in #18
- Bump actions/setup-go from 1 to 3 by @dependabot in #20
- Bump actions/checkout from 2 to 3 by @dependabot in #21
- Bump actions/setup-go from 3 to 4 by @dependabot in #22
- Go 1.20 by @donatj in #23
New Contributors
- @dependabot made their first contribution in #15
Full Changelog: v2.1.0...v2.2.0
Wildcards and SHA-256 HMAC
- Adds the ability to use a directory named
@@
as{vendor}
or{repo}
to act as a wildcard in pathing. - Corrects a bug where JSON failing to parse would still return HTTP 200.
- Switch to SHA-256 HMAC validation.
Release Version 2!
Major release!
New features include:
- More flexible executions
- Error handling
- Help environmental variables
- Logging options
Under the hood:
- Better unit tests
- Better server structure
- Lots of small fixes
Initial Release
This remained untagged for a long time.
Finally tagging it prior to some refactoring.