Releases: voxpupuli/webhook-go
Releases · voxpupuli/webhook-go
Pre-Release v0.5.0
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
toapi/v1/r10k/environment
- Module: Changed from
api/v1/module
toapi/v1/r10k/module
- Environment: Changed from
Pre-Release v0.4.1
Fixes
- Make Basic authentication configurable
Pre-Release v0.4.0
Changes:
- Add notification support for Slack and RocketChat
Pre-Release v0.3.1
- Fix issue where the YAML config wasn't being parsed correctly
Pre-Release v0.3.0
- Fix issues with Configuration Parsing
- Add Basic Authentication
- Add TLS support
Pre-Release v0.2.0
Adds support for using a configuration file. See the README for details on the configuration options.
Pre-Release 0.1.0
Basic deployment of modules and environments from the following webhooks:
- Github
- Gitlab
- Bitbucket
- Bitbucket Server
- Azure DevOps