mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-07 16:33:40 +00:00
8.9 KiB
8.9 KiB
(2020-02-26)
1.8.0 (2020-02-26)
Bug Fixes
Features
- auth: simplify validate method (5948b60)
- finalize HTTP signature support (4320467)
- HTTP signature support (c16ec83)
1.7.0 (2020-02-04)
Bug Fixes
- fix error message (84524e9)
- remove "done" statement at execution end (57e5b79)
- typo on HC route (4c7b73b)
Features
- ACME support + configuration refactoring (c7ea370)
- allow scripts with extensions (2828873)
- improve logger (e663336)
- logs refactoring (d793c78)
- refactoring of the config flag system (6a01127)
1.6.1 (2019-01-09)
Bug Fixes
- catch SIGTERM signal for clean shutdown (5c01d87)
1.6.0 (2019-01-07)
Features
- safer script resolution (682b265)
- api: add method whitelist (d11da6f)
- api: add varz endpoint with metrics (35a2321)
- api: use GET and POST requests for hooks (e7fac82)
1.5.1 (2019-01-06)
Bug Fixes
- api: fix nil pointer (4d2c75e)
Features
1.5.0 (2018-12-31)
Features
- api: add API endpoint to retrieve logs (2ca5d67)
- notification: complete refactoring of the notification system (1dab1e9)
- worker: add worker status lifecycle (adead6d)
1.4.0 (2018-12-18)
Features
- use htpasswd to manage basic auth (aab844c)
1.3.2 (2018-12-13)
Bug Fixes
- runner: fix concurrency and log file creation (c5e393e)
1.3.1 (2018-11-17)
Bug Fixes
1.3.0 (2018-09-04)
Bug Fixes
- fix panic due to writing into closed chan (43820cd)
- docker: add bash shell to the Docker image (c723387)
- runner: fix concurent access to the work request channel (e8d1c6e)
- script: kill script process and sub process on timeout (5f32a4f)
- server: remove global server timeouts (82346b0)
Features
- add Docker entrypoint (67bfe07)
- cli: add print version command (6565f6f)
- config: improve configuration flags (fbf8794)
- logging: improve log outputs (5cd5547)
- security: add http basic auth (fix #6) (#7) (513e6d7)
1.2.1 (2018-01-10)
1.2.0 (2018-01-09)
Features
1.1.0 (2018-01-05)
Features
- docker: add git and ssh client inside the Docker image (10b82d6)
- docker: add jq inside the Docker image (c2a1741)
- transmit HTTP headers as env variables to the script (2e80359)
1.0.1 (2018-01-05)
Bug Fixes
- api: set SSE headers correctly (d7b65e6)
1.0.0 (2018-01-02)
Bug Fixes
- ci: keep binary for release phase (e6b0206)
0.0.3 (2015-04-20)
Features
- Redirect script output in the console. (d1fbdb1)
0.0.2 (2015-04-07)
Bug Fixes
- Fix attachment in http notifier. (deba0ef)
- Fix method definitions. (bc8c93c)
- Fix post request without attachment. (80b82e4)
- Fix typo. (79def29)
- Improve error logs. (6149bca)
- Merge stdout and stderr. (539b674)
- remove specific scripts (56ae93a)
- Some correction (185f423)
Features
- Add basic auth to http notifier. (759126c)
- Add Gitlab hook. (66be4ef)
- Add Gitlab hook. (baf50c9)
- Add unit file. (8978ddf)
- Add unit tests for the API. (31c14f1)
- Create worker queue. (b71c506)
- Move JSON decoder inside each hook. (0906ae1)