Skip to content

Releases: donatj/hookah

v3.1.0 - Follow Symlinks

17 Aug 19:43
0dc49e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

16 Aug 20:23
7487033
Compare
Choose a tag to compare

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

24 Apr 16:56
e0f8da2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

Wildcards and SHA-256 HMAC

29 Dec 21:26
8b2ae7a
Compare
Choose a tag to compare
  • 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!

18 Sep 20:33
fbb7d80
Compare
Choose a tag to compare

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

23 Jul 16:08
f866cb8
Compare
Choose a tag to compare

This remained untagged for a long time.

Finally tagging it prior to some refactoring.