Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Releases: RiskIdent/ri-forward-webhook

v0.1.6

08 Jul 09:38
b86ee9f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

10 Jun 11:54
4e8d594
Compare
Choose a tag to compare

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

13 May 09:01
0dc6744
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

11 Apr 17:05
684cda1
Compare
Choose a tag to compare

What's Changed

Changes

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

18 Mar 08:52
7434694
Compare
Choose a tag to compare

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

14 Nov 14:51
1f0c9b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

06 Nov 11:17
Compare
Choose a tag to compare

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