This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
Releases: RiskIdent/ri-forward-webhook
Releases · RiskIdent/ri-forward-webhook
v0.1.6
v0.1.5
What's Changed
- Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 by @dependabot in #22
- Bump markdownlint-cli2-formatter-pretty from 0.0.5 to 0.0.6 by @dependabot in #23
- Update to Go 1.22.4 by @applejag in #25
- Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #24
- Bump library/golang from 1.22.3-alpine to 1.22.4-alpine by @dependabot in #26
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Bump slackapi/slack-github-action from 1.25.0 to 1.26.0 by @dependabot in #20
- Update to Go 1.22.3 by @applejag in #21
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
Changes
-
Added goreleaser by @applejag in #19
Meaning, we now have auto-built binaries available over at https://github.com/RiskIdent/ri-forward-webhook/releases as well as multi-arch Docker image at https://github.com/RiskIdent/ri-forward-webhook/pkgs/container/ri-forward-webhook
Dependencies
- Bump library/golang from 1.22.1-alpine to 1.22.2-alpine by @dependabot in #17
- Bump markdownlint-cli2 from 0.12.1 to 0.13.0 by @dependabot in #18
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Bump markdownlint-cli2 from 0.10.0 to 0.11.0 by @dependabot in #5
- Update Go to fix GO-2023-2182 and GO-2023-2185 by @applejag in #6
- Bump actions/setup-go from 4 to 5 by @dependabot in #7
- Bump library/golang from 1.21.4-alpine to 1.21.5-alpine by @dependabot in #8
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #9
- Bump library/golang from 1.21.5-alpine to 1.21.6-alpine by @dependabot in #11
- Bump markdownlint-cli2 from 0.11.0 to 0.12.1 by @dependabot in #10
- Bump slackapi/slack-github-action from 1.24.0 to 1.25.0 by @dependabot in #12
- Bump library/golang from 1.21.6-alpine to 1.22.0-alpine by @dependabot in #13
- Bump fsfe/reuse-action from 2 to 3 by @dependabot in #14
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #16
- Update Go from 1.22.0 to 1.22.1 by @applejag in #15
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- [OP-2105] Added dependabot by @applejag in #1
- Bump fsfe/reuse-action from 1 to 2 by @dependabot in #3
- Bump actions/checkout from 3 to 4 by @dependabot in #2
- [OP-2197] Update Go to fix GO-2023-2185 by @applejag in #4
New Contributors
- @applejag made their first contribution in #1
- @dependabot made their first contribution in #3
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial release 🎉
Docker
docker run --rm -it \
-v $PWD/ri-forward-webhook.yaml:/ri-forward-webhook.yaml:ro \
ghcr.io/riskident/ri-forward-webhook:v0.1.0
What's Changed
-
[OP-2105] Created ri-forward-webhook by @applejag
Features:
- Configure arbitrary endpoint paths and HTTP methods
- Validate GitHub webhook signatures
Full Changelog: https://github.2rioffice.com/platform/ri-forward-webhook/commits/v0.1.0