Skip to content

Releases: voxpupuli/webhook-go

Pre-Release v0.5.0

16 Feb 21:29
Compare
Choose a tag to compare
Pre-Release v0.5.0 Pre-release
Pre-release

Changes

  • Remove Pipelines support
  • Add Orchestration support
  • Implemented Bolt Orchestration
  • Rework the Environment and Module controllers to cleanup duplicate code and support orchestration
  • Changed the API endpoints:
    • Environment: Changed from api/v1/environment to api/v1/r10k/environment
    • Module: Changed from api/v1/module to api/v1/r10k/module

Pre-Release v0.4.1

25 Nov 21:14
Compare
Choose a tag to compare
Pre-Release v0.4.1 Pre-release
Pre-release

Fixes

  • Make Basic authentication configurable

Pre-Release v0.4.0

15 Nov 22:49
Compare
Choose a tag to compare
Pre-Release v0.4.0 Pre-release
Pre-release

Changes:

  • Add notification support for Slack and RocketChat

Pre-Release v0.3.1

26 Oct 14:42
d6b0785
Compare
Choose a tag to compare
Pre-Release v0.3.1 Pre-release
Pre-release
  • Fix issue where the YAML config wasn't being parsed correctly

Pre-Release v0.3.0

19 Oct 17:57
3e98fbd
Compare
Choose a tag to compare
Pre-Release v0.3.0 Pre-release
Pre-release
  • Fix issues with Configuration Parsing
  • Add Basic Authentication
  • Add TLS support

Pre-Release v0.2.0

04 Oct 18:31
982e769
Compare
Choose a tag to compare
Pre-Release v0.2.0 Pre-release
Pre-release

Adds support for using a configuration file. See the README for details on the configuration options.

Pre-Release 0.1.0

23 Aug 21:57
be8d7b5
Compare
Choose a tag to compare
Pre-Release 0.1.0 Pre-release
Pre-release

Basic deployment of modules and environments from the following webhooks:

  • Github
  • Gitlab
  • Bitbucket
  • Bitbucket Server
  • Azure DevOps