webhookd/CHANGELOG.md
2019-01-03 10:23:56 +00:00

6.3 KiB

(2019-01-03)

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

  • worker: use snakecase for log filename (3021c19), closes #8

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

Features

0.0.1 (2014-09-23)

Features

  • Add build script for bitbucket hub. (057ddd1)
  • Add env configuration sample. (9f1f9d0)
  • Add minimal test script. (dbdd9f5)
  • Add notification system and docker hook support. (474610e)
  • Big refactoring. (eb4b9ba)
  • Create docker container. (cb73848)