Skip to content

Commit 2b09fd3

Browse files
committed
Update pipeline version from 1.3.3 -> 1.3.4
Signed-off-by: divyansh42 <diagrawa@redhat.com>
1 parent 0f5ee3e commit 2b09fd3

5 files changed

Lines changed: 12 additions & 9 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ require (
305305
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
306306
github.com/tektoncd/chains v0.26.0 // indirect
307307
github.com/tektoncd/hub v1.22.12 // indirect
308-
github.com/tektoncd/pipeline v1.3.3 // indirect
308+
github.com/tektoncd/pipeline v1.3.4 // indirect
309309
github.com/tektoncd/triggers v0.33.0 // indirect
310310
github.com/thales-e-security/pool v0.0.2 // indirect
311311
github.com/theupdateframework/go-tuf v0.7.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,8 +987,8 @@ github.com/tektoncd/chains v0.26.0 h1:TV4AyuMBb2/7TasVNePwLZLoZ8qKeju+j9RWpaPqkb
987987
github.com/tektoncd/chains v0.26.0/go.mod h1:0CmzkSfql6cltpKiiu6NHizPT+NPxHeGXHA+gV9Td9k=
988988
github.com/tektoncd/cli v0.42.2 h1:85iMeyDInHg5WQSn0aq8z2GGx0oCzgkqmCvEXSyBvHg=
989989
github.com/tektoncd/cli v0.42.2/go.mod h1:T86PpPlg+dSMczDf2CkLE6/qXuWt8icEz8iL/S9dNh8=
990-
github.com/tektoncd/pipeline v1.3.3 h1:ZYWQ4Jtw0rnMfoK/F37wSvwg6SL75G7QsjWcAzDrXEo=
991-
github.com/tektoncd/pipeline v1.3.3/go.mod h1:924mFZJC0FXYruna4kDisnfFnRowJQgRgLpJuGbjNPQ=
990+
github.com/tektoncd/pipeline v1.3.4 h1:Y8XpHn9NQC7Xj4i6rritZAZ8X4MImhbhVBCVKE/5WxY=
991+
github.com/tektoncd/pipeline v1.3.4/go.mod h1:W/lKN8J8skBVG7319wU56HJxnXcXunw9TMQr/u55bS4=
992992
github.com/tektoncd/results v0.16.0 h1:pdWhydx1U5fhJegIXIIFrf7Xa+vLmHUHhKLPpAqsjAI=
993993
github.com/tektoncd/results v0.16.0/go.mod h1:tWSOvufgTVlIDIhVjTOOtHF8GDYTeKzleLS+VFDcGIo=
994994
github.com/tektoncd/triggers v0.33.0 h1:pG2Kz/2FHjysGG4GGhiGp9hHdwA8BLZI3H7m9U9sj4M=

vendor/github.com/tektoncd/pipeline/pkg/apis/pipeline/v1/container_validation.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/tektoncd/pipeline/pkg/apis/pipeline/v1beta1/task_validation.go

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,8 +1718,8 @@ github.com/tektoncd/hub/api/v1/gen/http/catalog/client
17181718
github.com/tektoncd/hub/api/v1/gen/http/resource/client
17191719
github.com/tektoncd/hub/api/v1/gen/resource
17201720
github.com/tektoncd/hub/api/v1/gen/resource/views
1721-
# github.com/tektoncd/pipeline v1.3.3
1722-
## explicit; go 1.24.0
1721+
# github.com/tektoncd/pipeline v1.3.4
1722+
## explicit; go 1.24.13
17231723
github.com/tektoncd/pipeline/internal/artifactref
17241724
github.com/tektoncd/pipeline/pkg/apis/config
17251725
github.com/tektoncd/pipeline/pkg/apis/pipeline

0 commit comments

Comments
 (0)