Skip to content

Commit

Permalink
Bump tektoncd/pipeline to v0.62.3
Browse files Browse the repository at this point in the history
This will bump tektoncd/pipeline to v0.62.3 to make
client compatible with old pipeline versions

Fix #2388
  • Loading branch information
piyush-garg authored and tekton-robot committed Sep 4, 2024
1 parent a061d5a commit f2242a1
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 58 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/tektoncd/chains v0.22.0
github.com/tektoncd/hub v1.18.0
github.com/tektoncd/pipeline v0.62.2
github.com/tektoncd/pipeline v0.62.3
github.com/tektoncd/plumbing v0.0.0-20230907180608-5625252a2de1
github.com/tektoncd/triggers v0.29.0
github.com/theupdateframework/go-tuf v0.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1286,8 +1286,8 @@ github.com/tektoncd/chains v0.22.0 h1:9rgm+skfKpmIAh0CpHSPT6i2R2kmH815YF5iVnvNEM
github.com/tektoncd/chains v0.22.0/go.mod h1:5FsO4gIKUIlJ4ohmmMXep0GPMWN1oEwRLXiETmU7XhY=
github.com/tektoncd/hub v1.18.0 h1:q9EN0gBKYyHsa9SnyT0LbFP47IG8nH7g1oqzKlObAww=
github.com/tektoncd/hub v1.18.0/go.mod h1:pPiMmCE7ORjL+S+ZYkqRGgaaUpRIkdzSFvv/numhO54=
github.com/tektoncd/pipeline v0.62.2 h1:TnTPSbx19wMsqx5N/xWJ3TEpxNj2SoeFmz7Mb6POj4Q=
github.com/tektoncd/pipeline v0.62.2/go.mod h1:cYPH4n3X8t39arNMhgyU7swyv3hVeWToz1yYDRzTLT8=
github.com/tektoncd/pipeline v0.62.3 h1:hR6UKjwzChW+MNG41yjfTKiVW9xet8jbJS59tsIY7bc=
github.com/tektoncd/pipeline v0.62.3/go.mod h1:cYPH4n3X8t39arNMhgyU7swyv3hVeWToz1yYDRzTLT8=
github.com/tektoncd/plumbing v0.0.0-20230907180608-5625252a2de1 h1:9paprRIBXQgcvdhGq3wKiSspXP0JIFSY52ru3sIMjKM=
github.com/tektoncd/plumbing v0.0.0-20230907180608-5625252a2de1/go.mod h1:7eWs1XNkmReggow7ggRbRyRuHi7646B8b2XipCZ3VOw=
github.com/tektoncd/triggers v0.29.0 h1:piRTJT1Sjq3xmGnR50V54oG0NlsszKETLxdCGhgSNQQ=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ spec:
- emptyDir: {}
name: temporary
status:
artifacts: {}
podName: ""
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ spec:
name: task-1
timeout: 1s
status:
artifacts: {}
podName: ""
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ spec:
taskRef:
name: task-1
status:
artifacts: {}
podName: ""
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ spec:
taskRef:
name: task-1
status:
artifacts: {}
podName: ""
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ spec:
- emptyDir: {}
name: temporary
status:
artifacts: {}
podName: ""
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ spec:
taskRef:
name: task-1
status:
artifacts: {}
podName: ""
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ spec:
taskRef:
name: task-1
status:
artifacts: {}
podName: ""
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
}
},
"status": {
"podName": "",
"artifacts": {}
"podName": ""
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
]
},
"status": {
"podName": "",
"artifacts": {}
"podName": ""
}
}

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.

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.

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 @@ -1420,7 +1420,7 @@ github.com/tektoncd/hub/api/v1/gen/http/catalog/client
github.com/tektoncd/hub/api/v1/gen/http/resource/client
github.com/tektoncd/hub/api/v1/gen/resource
github.com/tektoncd/hub/api/v1/gen/resource/views
# github.com/tektoncd/pipeline v0.62.2
# github.com/tektoncd/pipeline v0.62.3
## explicit; go 1.22
github.com/tektoncd/pipeline/internal/artifactref
github.com/tektoncd/pipeline/pkg/apis/config
Expand Down

0 comments on commit f2242a1

Please sign in to comment.