Skip to content

Commit

Permalink
chore: Update schemas to Tekton Pipelines 0.37.1 (#581)
Browse files Browse the repository at this point in the history
Fixes #580

Signed-off-by: Jeff MAURY <jfmaury@redhat.com>

Co-authored-by: Jeff MAURY <jfmaury@redhat.com>
  • Loading branch information
jeffmaury and Jeff MAURY authored Jul 26, 2022
1 parent 9732883 commit 1b57650
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 43 deletions.
2 changes: 1 addition & 1 deletion releng/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0
github.com/tektoncd/pipeline v0.37.0
github.com/tektoncd/pipeline v0.37.1
github.com/tektoncd/triggers v0.20.1
k8s.io/apiextensions-apiserver v0.23.4
k8s.io/apimachinery v0.23.5
Expand Down
4 changes: 2 additions & 2 deletions releng/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1409,8 +1409,8 @@ github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG
github.com/tchap/go-patricia v2.2.6+incompatible/go.mod h1:bmLyhP68RS6kStMGxByiQ23RP/odRBOTVjwp2cDyi6I=
github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b/go.mod h1:yHp0ai0Z9gUljN3o0xMhYJnH/IcvkdTBOX2fmJ93JEM=
github.com/tektoncd/pipeline v0.35.0/go.mod h1:+Jc1ESROXrzosXmpAKMWY8CJhUu52mK+wigjpVMgOio=
github.com/tektoncd/pipeline v0.37.0 h1:Fhxd9y1XRK3ugcuuOvLHxqYj+JDk/Ilksf22qKqHpjo=
github.com/tektoncd/pipeline v0.37.0/go.mod h1:ZZOSGj1vCeK/xONQGcxBs+m17NzCXNNOqglCDhOPwjY=
github.com/tektoncd/pipeline v0.37.1 h1:s1LLKtK18wkr5guCOU+Rb/A3WpzwpTiLs8C2qNR85VE=
github.com/tektoncd/pipeline v0.37.1/go.mod h1:ZZOSGj1vCeK/xONQGcxBs+m17NzCXNNOqglCDhOPwjY=
github.com/tektoncd/plumbing v0.0.0-20220304154415-13228ac1f4a4/go.mod h1:b9esRuV1absBvaPzKkjYdKXjC5Tgs8/vh1sz++RiTdc=
github.com/tektoncd/plumbing v0.0.0-20220329085922-d765a5cba75f/go.mod h1:b9esRuV1absBvaPzKkjYdKXjC5Tgs8/vh1sz++RiTdc=
github.com/tektoncd/resolution v0.0.0-20220331203013-e4203c70c5eb/go.mod h1:u7+LospaKMTW8f1mKHpul2XmGXYSG86kMrbJqUr2w0Q=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1927,8 +1927,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1971,8 +1971,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/schemas/tekton.dev/v1alpha1_Pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2215,8 +2215,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2259,8 +2259,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3281,8 +3281,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3322,8 +3322,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/schemas/tekton.dev/v1alpha1_Task.json
Original file line number Diff line number Diff line change
Expand Up @@ -1931,8 +1931,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/schemas/tekton.dev/v1alpha1_TaskList.json
Original file line number Diff line number Diff line change
Expand Up @@ -1975,8 +1975,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/schemas/tekton.dev/v1alpha1_TaskRun.json
Original file line number Diff line number Diff line change
Expand Up @@ -2644,8 +2644,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2662,8 +2662,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1890,8 +1890,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1934,8 +1934,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/schemas/tekton.dev/v1beta1_Pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2303,8 +2303,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2347,8 +2347,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3399,8 +3399,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3440,8 +3440,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/schemas/tekton.dev/v1beta1_Task.json
Original file line number Diff line number Diff line change
Expand Up @@ -1894,8 +1894,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/schemas/tekton.dev/v1beta1_TaskList.json
Original file line number Diff line number Diff line change
Expand Up @@ -1938,8 +1938,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/schemas/tekton.dev/v1beta1_TaskRun.json
Original file line number Diff line number Diff line change
Expand Up @@ -2607,8 +2607,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2625,8 +2625,7 @@
},
"TaskResult": {
"required": [
"name",
"description"
"name"
],
"properties": {
"name": {
Expand Down

0 comments on commit 1b57650

Please sign in to comment.