Skip to content

Commit

Permalink
Bump github.com/tektoncd/pipeline
Browse files Browse the repository at this point in the history
Bumps [github.com/tektoncd/pipeline](https://github.com/tektoncd/pipeline) from 0.49.0 to 0.50.1.
- [Release notes](https://github.com/tektoncd/pipeline/releases)
- [Changelog](https://github.com/tektoncd/pipeline/blob/main/releases.md)
- [Commits](v0.49.0...v0.50.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 1335e0e commit b39da82
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 445 deletions.
12 changes: 6 additions & 6 deletions test/custom-task-ctrls/wait-task-beta/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ go 1.15
require (
github.com/emicklei/go-restful v2.16.0+incompatible // indirect
github.com/google/go-cmp v0.5.9
github.com/tektoncd/pipeline v0.49.0
k8s.io/api v0.26.7
k8s.io/apimachinery v0.26.7
k8s.io/client-go v0.25.11
k8s.io/utils v0.0.0-20230209194617-a36077c30491
knative.dev/pkg v0.0.0-20230221145627-8efb3485adcf
github.com/tektoncd/pipeline v0.50.1
k8s.io/api v0.27.1
k8s.io/apimachinery v0.27.1
k8s.io/client-go v0.27.1
k8s.io/utils v0.0.0-20230505201702-9f6742963106
knative.dev/pkg v0.0.0-20230418073056-dfad48eaa5d0
)
Loading

0 comments on commit b39da82

Please sign in to comment.