webhook 2.5.0
Breaking changes
- When using
envname
inpass-environment-to-command
flag, it will no longer be prefixed with HOOK_, so "envname": "SOMETHING" will result inSOMETHING
environment variable to be passed to command, instead of oldHOOK_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.