Skip to content

webhook 2.5.0

Compare
Choose a tag to compare
@adnanh adnanh released this 29 Sep 18:12
· 362 commits to master since this release

Breaking changes

  • When using envname in pass-environment-to-command flag, it will no longer be prefixed with HOOK_, so "envname": "SOMETHING" will result in SOMETHING environment variable to be passed to command, instead of old HOOK_SOMETHING behavior. (#98)
  • when using include-command-output-in-response flag, webhook will no longer return wrapped output in the JSON form, but instead will return raw stdout output, stderr will be logged (#87)
  • when using include-command-output-in-response flag, webhook will no longer return 200 OK header if the command failed to execute or encountered errors while executing (#88)

Binaries

I've attached binaries that I've managed to cross-compile without problems.