Skip to content

Releases: voxpupuli/webhook-go

Release v2.0.1

19 Feb 04:42
08b95c7
Compare
Choose a tag to compare

Changelog

  • 08b95c7 Fix several security vulnerabilities
    • CVE-2022-27664 - golang.org/x/net/http2 Denial of Service vulnerability
    • CVE-2021-43565 - x/crypto/ssh vulnerable to panic via SSH server
    • CVE-2022-27191 - Use of a Broken or Risky Cryptographic Algorithm in golang.org/x/crypto/ssh
    • CVE-2020-28483 - Inconsistent Interpretation of HTTP Requests in github.com/gin-gonic/gin
    • CVE-2022-41723 - Uncontrolled Resource Consumption

Release v2.0.0

06 Jan 17:38
Compare
Choose a tag to compare

Changelog

  • 3f50673 remove orchestration support due to unsolvable issues
  • cc11777 remove plaintext cli auth from bolt

Release v1.2.0

10 Oct 14:23
Compare
Choose a tag to compare

Changelog

  • a8bcd1a add docker build and release files
  • e3d407e add docker port expose
  • dbf1497 add packaging config
  • d293513 fix docker build
  • d159840 fix docker build
  • d281635 fix dockerfile and specify arch
  • 3fa84dc fix goreleaser missing config file for docker
  • e933d38 give release workflow pkg write perms

Release v1.1.0

08 Oct 21:46
Compare
Choose a tag to compare

Changelog

Release v1.0.1

23 May 15:32
Compare
Choose a tag to compare

Changelog

Release v1.0.0

04 May 18:21
Compare
Choose a tag to compare

Changelog

  • ed89982 Add editorconfig file
  • f6bc0ea Add link to the github releases page
  • 9d602cf Create codeql-analysis.yml
  • b47479b Ensure proper result is returned from local run
  • d439f0f Ensure releaser builds a zip for windows
  • 854c4ac Log errors returned by commands correctly
  • af06716 Require r10k 3.9.0
  • 8d06165 build cleanup
  • 4091fb2 fix branch detection in env api
  • 61371e5 initial conversion to goreleaser based release flow
  • 887a85d reformating release name
  • 030020a remove auth passwords from log output

Pre-Release v0.5.1

05 Apr 18:14
aa258d7
Compare
Choose a tag to compare
Pre-Release v0.5.1 Pre-release
Pre-release

Changelog

  • ed89982 Add editorconfig file
  • 9d602cf Create codeql-analysis.yml
  • b47479b Ensure proper result is returned from local run
  • aa258d7 Ensure releaser builds a zip for windows
  • 8d06165 build cleanup
  • 4091fb2 fix branch detection in env api
  • 61371e5 initial conversion to goreleaser based release flow
  • 887a85d reformating release name

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