Skip to content

Releases: voxpupuli/webhook-go

Release v2.11.0

16 Jul 17:10
Compare
Choose a tag to compare

Changelog

  • ac0dac0 Add ability to do custom mapping of repository name to prefix
  • 02f1d3d Add mappings to the webhook.yml default
  • 2f0bbf0 Bump gitlab.com/gitlab-org/api/client-go in the go group
  • 81406d9 Bump the go group across 1 directory with 3 updates
  • faeea3c Bump the go group with 2 updates
  • 00d3441 Update README with mappings documentation
  • bcb0280 Update mapping function to return an error so we can have empty prefixes
  • f6dce68 formatting and linting

Release v2.10.0

15 Apr 22:05
Compare
Choose a tag to compare

Changelog

  • 319e27d Bump github.com/spf13/viper from 1.19.0 to 1.20.0 in the go group
  • 952af99 Bump github.com/spf13/viper from 1.20.0 to 1.20.1 in the go group
  • 117c7cf Bump the go group across 1 directory with 2 updates
  • 2bd0d94 Switch GitLab module to the new official one
  • ee83647 add files used for testing to gitignore
  • f26ca94 add mechanism for blocking branches

Release v2.9.0

04 Feb 16:57
Compare
Choose a tag to compare

Changelog

Release v2.8.2

19 Jan 04:53
Compare
Choose a tag to compare

Changelog

  • 88ca2a9 Bump golang.org/x/crypto from 0.23.0 to 0.31.0
  • 9cfcdf6 Bump golang.org/x/net from 0.25.0 to 0.33.0

Release v2.8.1

12 Dec 16:40
Compare
Choose a tag to compare

Changelog

  • 5c48e36 Bump github.com/xanzy/go-gitlab from 0.114.0 to 0.115.0 in the go group

Release v2.8.0

25 Nov 20:40
Compare
Choose a tag to compare

Changelog

  • cedc9bf Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the go group
  • 484def1 Bump github.com/xanzy/go-gitlab in the go group across 1 directory
  • 075c0ec Bump the go group across 1 directory with 2 updates
  • f5bf5aa GoDoc Comments added for better code tour
  • 248cf7f replace deprecated ioutil import with io
  • fc3e40b update minimum go version to 1.23

Release v2.7.1

18 Sep 02:39
Compare
Choose a tag to compare

Changelog

  • 5e1d11c Bump the go group with 2 updates

Release v2.7.0

27 Aug 02:51
Compare
Choose a tag to compare

Changelog

  • fef55c8 Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in the go group
  • c88b9a9 Bump github.com/xanzy/go-gitlab from 0.105.0 to 0.106.0 in the go group
  • 37220ed Bump goreleaser/goreleaser-action from 5 to 6
  • e8a8c71 Bump the go group across 1 directory with 3 updates
  • d07fb97 Bump the go group across 1 directory with 4 updates
  • c5441a9 allow for branches with slashes in them

Release v2.6.1

05 Jun 04:11
Compare
Choose a tag to compare

Changelog

  • 67c15bf Bump github.com/spf13/viper from 1.18.2 to 1.19.0 in the go group

Release v2.6.0

05 Jun 04:09
Compare
Choose a tag to compare

Changelog

  • bdbb66d Bump github.com/slack-go/slack from 0.12.5 to 0.13.0 in the go group
  • 4c0fe3a Bump github.com/xanzy/go-gitlab from 0.104.1 to 0.105.0 in the go group
  • e530bc4 Bump the go group with 2 updates
  • 37176b4 Fixup formatting and spelling in the readme
  • 0b5d6e4 add documention for the MS Teams chatops service
  • d1c5d93 add teams to chatops
  • 1ab9ea3 add unit test for teams, fix type on errors, add comment why ignoring return values
  • 05fb5e2 send r10k error message on failure, instead of exit code, when deploying a module fails