webhookd

A very simple webhook server launching shell scripts.

MIT License

Stars
892

Bot releases are visible (Hide)

webhookd - v1.20.0 Latest Release

Published by github-actions[bot] 2 months ago

✨ New Features

  • aad75eb - api: support content negociation (commit by @ncarlier)
  • 321ad7e - add blocking request with response code (PR #99 by @ncarlier)

🐛 Bug Fixes

  • 361770b - multipart/form-data support (commit by @ncarlier)
  • 8f8e69f - bufio.Scanner: token too long (commit by @ncarlier)

🔧 Chores

  • 8e6cf46 - fix GIT version extracting (commit by @ncarlier)
  • 0c41f76 - set version when built outside makefile (commit by @ncarlier)
webhookd - v1.19.0

Published by github-actions[bot] 8 months ago

♻️ Refactors

  • 39ab72b - config: small config refactoring (commit by @ncarlier)

🔧 Chores

  • 8b4ef96 - ci: use matrix to separate slim and distrib build (commit by @ncarlier)
  • 53f1028 - ci: add global suffix to image version (commit by @ncarlier)
webhookd - v1.18.0

Published by github-actions[bot] 10 months ago

✨ New Features

  • 8ea4262 - hook: add default extension parameter (commit by @ncarlier)

🔧 Chores

  • 13ef163 - ci: rollback auto release (commit by @ncarlier)
  • 0793509 - ci: fix Docker image name (commit by @ncarlier)
  • d462ded - ci: publish slim and distrib image (commit by @ncarlier)
  • 781ccdd - docker: add aha to distrib image (commit by @ncarlier)
webhookd - v1.17.3

Published by github-actions[bot] about 1 year ago

Bug Fixes

webhookd - v1.17.1

Published by github-actions[bot] about 1 year ago

Bug Fixes

  • ci: fix CHANGELOG version (cd5f88a)
webhookd - v1.16.0

Published by github-actions[bot] over 1 year ago

webhookd - v1.15.1

Published by github-actions[bot] about 2 years ago

webhookd - v1.15.0

Published by github-actions[bot] over 2 years ago

webhookd - v1.14.0

Published by github-actions[bot] over 2 years ago

webhookd - v1.13.0

Published by github-actions[bot] almost 3 years ago

webhookd - https://github.com/ncarlier/webhookd/releases/tag/v1.12.0

Published by ncarlier over 3 years ago

webhookd - https://github.com/ncarlier/webhookd/releases/tag/v1.11.0

Published by ncarlier almost 4 years ago

webhookd - https://github.com/ncarlier/webhookd/releases/tag/v1.10.0

Published by ncarlier about 4 years ago

webhookd - https://github.com/ncarlier/webhookd/releases/tag/v1.9.0

Published by ncarlier over 4 years ago

webhookd - https://github.com/ncarlier/webhookd/releases/tag/1.8.0

Published by ncarlier over 4 years ago

webhookd - https://github.com/ncarlier/webhookd/releases/tag/v1.7.0

Published by ncarlier over 4 years ago

webhookd - https://github.com/ncarlier/webhookd/releases/tag/v1.6.1

Published by ncarlier almost 6 years ago

webhookd - https://github.com/ncarlier/webhookd/releases/tag/v1.6.0

Published by ncarlier almost 6 years ago

webhookd - https://github.com/ncarlier/webhookd/releases/tag/v1.5.1

Published by ncarlier almost 6 years ago

webhookd - v1.5.0

Published by ncarlier almost 6 years ago

Refactoring of the notification system.

  • Configure notification with URL.
  • Send notification only with prefixed output lines
  • HTTP notifier send a JSON with a text attribute that contains the
    notification message
  • SMTP notifier send an email with a body that contains the notification
    message