Skip to content

Tags: voxpupuli/webhook-go

Tags

v2.7.1

Toggle v2.7.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump the go group with 2 updates

Bumps the go group with 2 updates: [github.com/atc0005/go-teams-notify/v2](https://github.com/atc0005/go-teams-notify) and [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab).


Updates `github.com/atc0005/go-teams-notify/v2` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/atc0005/go-teams-notify/releases)
- [Changelog](https://github.com/atc0005/go-teams-notify/blob/master/CHANGELOG.md)
- [Commits](atc0005/go-teams-notify@v2.12.0...v2.13.0)

Updates `github.com/xanzy/go-gitlab` from 0.108.0 to 0.109.0
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/main/releases_test.go)
- [Commits](xanzy/go-gitlab@v0.108.0...v0.109.0)

---
updated-dependencies:
- dependency-name: github.com/atc0005/go-teams-notify/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/xanzy/go-gitlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>

v2.7.0

Toggle v2.7.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump the go group across 1 directory with 4 updates

Bumps the go group with 4 updates in the / directory: [github.com/atc0005/go-teams-notify/v2](https://github.com/atc0005/go-teams-notify), [github.com/go-playground/webhooks/v6](https://github.com/go-playground/webhooks), [github.com/slack-go/slack](https://github.com/slack-go/slack) and [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab).


Updates `github.com/atc0005/go-teams-notify/v2` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/atc0005/go-teams-notify/releases)
- [Changelog](https://github.com/atc0005/go-teams-notify/blob/master/CHANGELOG.md)
- [Commits](atc0005/go-teams-notify@v2.11.0...v2.12.0)

Updates `github.com/go-playground/webhooks/v6` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/go-playground/webhooks/releases)
- [Commits](go-playground/webhooks@v6.3.0...v6.4.0)

Updates `github.com/slack-go/slack` from 0.13.1 to 0.14.0
- [Release notes](https://github.com/slack-go/slack/releases)
- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md)
- [Commits](slack-go/slack@v0.13.1...v0.14.0)

Updates `github.com/xanzy/go-gitlab` from 0.107.0 to 0.108.0
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/main/releases_test.go)
- [Commits](xanzy/go-gitlab@v0.107.0...v0.108.0)

---
updated-dependencies:
- dependency-name: github.com/atc0005/go-teams-notify/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/go-playground/webhooks/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/slack-go/slack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/xanzy/go-gitlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>

v2.6.1

Toggle v2.6.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump github.com/spf13/viper from 1.18.2 to 1.19.0 in the go group

Bumps the go group with 1 update: [github.com/spf13/viper](https://github.com/spf13/viper).


Updates `github.com/spf13/viper` from 1.18.2 to 1.19.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.18.2...v1.19.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>

v2.6.0

Toggle v2.6.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add unit test for teams, fix type on errors, add comment why ignoring…

… return values

v2.5.1

Toggle v2.5.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
make module_name option optional

v2.5.0

Toggle v2.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Use provided r10k command_path

Prior to this, the Config struct had a setting under the R10k struct
called CommandPath that could be set in the config file, but was
ignored as both places that would use it were hard coded to instead use
the string `r10k`. This resulted in the application looking in the path
for the r10k binary. A default is set in config.go also, but that seems
to have also been ignored.

This fixes #152

v2.4.0

Toggle v2.4.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
bastelfreak Tim Meusel
Release v2.4.0

v2.3.0

Toggle v2.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add a 'branch_only' parameter for /module

When passing this parameter, it tries to detect the branch from the
module as well and apply it using the -e parameter to r10k. For modules
that are branch-linked with the main repository, this will trigger an
update *only* to the respective environment, rather than all
environments.

* For pushes into a branch of the module corresponding to an
environment, this merely saves processing time.
* For pushes to the default branch (of the module) which would affect
all environments, this will block updates to all environments except
for the default one (ie. production). This helps prevent unsolicited
updates of an environment that could break it, until the environment
itself is updated by other means (eg. by pushing into the respective
branch of the source repository or module).

v2.2.0

Toggle v2.2.0's commit message
release v2.2.0

v2.1.0

Toggle v2.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
change port to be an integer