Skip to content

Releases: t-matsuo/webhook-receiver

v0.1.8

25 Aug 12:31
Compare
Choose a tag to compare

Changelog

  • 61fb9a4 add WEBHOOK_OUTPUT_STDOUT WEBHOOK_OUTPUT_STDERR Env

v0.1.7

09 Aug 14:39
Compare
Choose a tag to compare

Changelog

  • c4f4cb6 Certificate is generated automatically if WEBHOOK_SERVER_CRT or WEBHOOK_SERVER_KEY are not specified
  • bcf8426 Fix goreleaser unsupported windows/arm64
  • defa0d1 support TLS

v0.1.6

10 Jun 14:13
Compare
Choose a tag to compare

Changelog

0fe9f50 add WEBHOOK_WORKDIR env
b305676 improve log, response message, response code

v0.1.4

07 Jun 14:01
Compare
Choose a tag to compare

Changelog

e629bba add command timeout env
2c50c74 return 500(Internal Server Error) if it cannot exec command

v0.1.3

06 Jun 14:11
Compare
Choose a tag to compare

Changelog

ce30c7a If it can't exec command, it outputs error log
b326ffc change repository name

v0.1.2

31 May 03:53
Compare
Choose a tag to compare

Changelog

bc806be fix: access log always show debug strings

v0.1.1

30 May 11:45
Compare
Choose a tag to compare

Changelog

e983210 send clinet ip, host, user agent, path

v0.1.0

30 May 06:59
Compare
Choose a tag to compare

Changelog

8025401 Initial commit
3e06e62 add WEBHOOK_PATH env
4c56a2f add auto release
7e4eb10 add build script
2f0a8fc check body and return if it is empty
84107cf chnage env name from WEBHOOK_SCRIPT to WEBHOOK_CMD
4f60166 first commit
1c6cc76 improve log output
d06e04e use log.Fatal()
e5a050b write README