Releases: voxpupuli/webhook-go
Releases · voxpupuli/webhook-go
Release v2.2.0
Changelog
- efa0906 Add dependabot configuration
- 889ae97 Add support for Gitea webhooks
- 85fab11 Add test with github payload
- c9ed7aa Bump actions/checkout from 2 to 3
- 6d78a25 Bump actions/checkout from 3 to 4
- 21d5b42 Bump actions/setup-go from 2 to 4
- 8fd11d7 Bump docker/login-action from 1 to 2
- 6580a2b Bump docker/setup-buildx-action from 1 to 2
- 4d1ac40 Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.1
- 39a194a Bump github.com/go-playground/webhooks/v6 from 6.0.0-beta.3 to 6.1.0
- 123d3ec Bump github.com/go-playground/webhooks/v6 from 6.1.0 to 6.2.0
- 2f5ffa7 Bump github.com/go-playground/webhooks/v6 from 6.2.0 to 6.3.0
- 991749f Bump github.com/google/go-github/v39 from 39.1.0 to 39.2.0
- bb33a4e Bump github.com/google/go-github/v39 from 39.1.0 to 39.2.0
- e22974a Bump github.com/google/uuid from 1.1.2 to 1.3.0
- bc93d18 Bump github.com/google/uuid from 1.3.0 to 1.3.1
- 8b800fc Bump github.com/mcdafydd/go-azuredevops from 0.12.0 to 0.12.1
- a422380 Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.3
- 456f839 Bump github.com/slack-go/slack from 0.12.2 to 0.12.3
- 1f73343 Bump github.com/slack-go/slack from 0.9.5 to 0.12.2
- 9147ccd Bump github.com/spf13/cobra from 1.5.0 to 1.7.0
- 96eafe3 Bump github.com/spf13/viper from 1.8.1 to 1.16.0
- 3fd36e7 Bump github.com/stretchr/testify from 1.8.1 to 1.8.4
- 5085e1c Bump github.com/xanzy/go-gitlab from 0.50.1 to 0.84.0
- f9c1a28 Bump github.com/xanzy/go-gitlab from 0.84.0 to 0.85.0
- 0afff1f Bump github.com/xanzy/go-gitlab from 0.85.0 to 0.86.0
- 5e044b8 Bump github.com/xanzy/go-gitlab from 0.86.0 to 0.88.0
- cc9f8fd Bump github.com/xanzy/go-gitlab from 0.88.0 to 0.89.0
- 857a126 Bump github.com/xanzy/go-gitlab from 0.89.0 to 0.90.0
- 43fd578 Bump github.com/xanzy/go-gitlab from 0.90.0 to 0.91.1
- 6151670 Bump goreleaser/goreleaser-action from 2 to 4
- 08c773b Implement queue
- d1142b1 go mod tidy
- 9902934 remove redundant alias from systemd unit file
- a33d6cc update minimal go version
Release v2.1.0
Release v2.0.1
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
Release v1.2.0
Changelog
Release v1.1.0
Release v1.0.1
Release v1.0.0
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
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
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