Skip to content

Commit

Permalink
Bump github.com/tektoncd/triggers from 0.28.0 to 0.29.0
Browse files Browse the repository at this point in the history
Bumps [github.com/tektoncd/triggers](https://github.com/tektoncd/triggers) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/tektoncd/triggers/releases)
- [Changelog](https://github.com/tektoncd/triggers/blob/main/releases.md)
- [Commits](tektoncd/triggers@v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: github.com/tektoncd/triggers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tekton-robot committed Aug 21, 2024
1 parent bb2cd75 commit fb1ed96
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 11 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/tektoncd/pipeline v0.62.1
github.com/tektoncd/plumbing v0.0.0-20231109154454-9ef46b417293
github.com/tektoncd/triggers v0.28.0
github.com/tektoncd/triggers v0.29.0
go.opencensus.io v0.24.0
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1765,8 +1765,8 @@ github.com/tektoncd/pipeline v0.62.1 h1:l+EvRCrLqTHuHwas+C4bRP6jzln8E1J9I7tnfwmW
github.com/tektoncd/pipeline v0.62.1/go.mod h1:cYPH4n3X8t39arNMhgyU7swyv3hVeWToz1yYDRzTLT8=
github.com/tektoncd/plumbing v0.0.0-20231109154454-9ef46b417293 h1:kNmGaAtPS9LnfNZG/JrF4Y0Qx5Ju+384aqKJNtk4PU0=
github.com/tektoncd/plumbing v0.0.0-20231109154454-9ef46b417293/go.mod h1:7eWs1XNkmReggow7ggRbRyRuHi7646B8b2XipCZ3VOw=
github.com/tektoncd/triggers v0.28.0 h1:XrEBUZZk4U4W0JNDrBGljwOIbirOzaKlFifZTKVPdng=
github.com/tektoncd/triggers v0.28.0/go.mod h1:5rTVI9GxKN6CFW9KCbnYQKjuIQ55EyseVOYvnb3mKC8=
github.com/tektoncd/triggers v0.29.0 h1:piRTJT1Sjq3xmGnR50V54oG0NlsszKETLxdCGhgSNQQ=
github.com/tektoncd/triggers v0.29.0/go.mod h1:CHE2QhjYkECFCpvPLpiANhI/hIlJUxL03ulTNEgbT10=
github.com/thales-e-security/pool v0.0.2 h1:RAPs4q2EbWsTit6tpzuvTFlgFRJ3S8Evf5gtvVDbmPg=
github.com/thales-e-security/pool v0.0.2/go.mod h1:qtpMm2+thHtqhLzTwgDBj/OuNnMpupY8mv0Phz0gjhU=
github.com/theupdateframework/go-tuf v0.7.0 h1:CqbQFrWo1ae3/I0UCblSbczevCCbS31Qvs5LdxRWqRI=
Expand Down
31 changes: 25 additions & 6 deletions vendor/github.com/tektoncd/triggers/pkg/apis/config/default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ github.com/tektoncd/pipeline/test/parse
## explicit; go 1.19
github.com/tektoncd/plumbing
github.com/tektoncd/plumbing/scripts
# github.com/tektoncd/triggers v0.28.0
# github.com/tektoncd/triggers v0.29.0
## explicit; go 1.22
github.com/tektoncd/triggers/pkg/apis/config
github.com/tektoncd/triggers/pkg/apis/triggers
Expand Down

0 comments on commit fb1ed96

Please sign in to comment.