Skip to content

Releases: distributhor/workflow-webhook

v2.0.2

07 Jun 14:47
Compare
Choose a tag to compare

Improvements have been made in performance, by using a pre-built docker image hosted in the GitHub container registry. Also see the release notes for v2.0.0 for other important changes if you are upgrading from v1.

v1.1.1

07 Jun 14:40
Compare
Choose a tag to compare

Using a pre-built docker image hosted in GitHub container registry

v2.0.0

05 Jun 18:01
Compare
Choose a tag to compare

This is a major release, since some of the defaults that were previously applied have changed - the new defaults are more reasonable and secure. All v1 configurations options are still available, and the v1 tag will continue to exist in maintenance mode. To make use of the new features and defaults, use the v2 tag in your workflow config.

Two of the most important changes are:

  • SSL certificates are now validated by default. For those who are not using verified SSL certs, and currently on v1 but wishes to use v2, should set verify_ssl: false (as per the README), otherwise your current workflow may fail.
  • An additional log level has been added, which is something between verbose and silent. Those were the only two options available in v1 (and verbose may leak sensitive information in your logs). By default the logging in v2 will now give some basic output, and if you prefer verbose or silent instead, those options are still available.
  • A unique requestID is set on each payload, which can be used to increase protection against replay attacks.

Thanks to @johannes-huther for these contributions.

v1.0.9

05 Jun 17:38
Compare
Choose a tag to compare

Bug fix: remove duplicate 'User-Agent' in header

v1.0.8

29 Apr 03:45
241870c
Compare
Choose a tag to compare

Support for sha256 header

v1.0.7

01 Apr 06:28
Compare
Choose a tag to compare

An additional configuration option, allowing curl to be run in silent mode

v1.0.5

06 Oct 12:55
Compare
Choose a tag to compare

Support an extended JSON webhook POST, which sends the complete GitHub even data, as found on GITHUB_EVENT_PATH

v1.0.4

05 Oct 11:52
bf1a020
Compare
Choose a tag to compare
  • Support for webhook endpoints that expect urlencoded form data
  • Correctly handle curl HTTP failures, by letting errors bubble up

v1.0.3

04 Oct 12:16
Compare
Choose a tag to compare
  • Improved build time
  • Allow unsigned SSL certificates
  • Better curl usage
  • Additional GitHub environment header

v1.0.2

03 Jan 14:57
Compare
Choose a tag to compare

First official Marketplace release