Skip to content

Commit 4333a9e

Browse files
khrmtekton-robot
authored andcommitted
Bump Pipelines to v0.62.1
1 parent 72d3598 commit 4333a9e

File tree

273 files changed

+19820
-11351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+19820
-11351
lines changed

docs/triggers-api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3981,8 +3981,6 @@ string
39813981
</em>
39823982
</td>
39833983
<td>
3984-
<em>(Optional)</em>
3985-
<p>Define the .spec.loadBalancerClass for Service with the type LoadBalancer.</p>
39863984
</td>
39873985
</tr>
39883986
<tr>

go.mod

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/gorilla/mux v1.8.0
1717
github.com/sirupsen/logrus v1.9.3
1818
github.com/spf13/cobra v1.7.0
19-
github.com/tektoncd/pipeline v0.61.0
19+
github.com/tektoncd/pipeline v0.62.1
2020
github.com/tektoncd/plumbing v0.0.0-20221102182345-5dbcfda657d7
2121
github.com/tidwall/sjson v1.2.4
2222
go.opencensus.io v0.24.0
@@ -29,9 +29,9 @@ require (
2929
gopkg.in/yaml.v2 v2.4.0
3030
k8s.io/api v0.29.6
3131
k8s.io/apiextensions-apiserver v0.29.2
32-
k8s.io/apimachinery v0.29.6
32+
k8s.io/apimachinery v0.29.7
3333
k8s.io/client-go v0.29.6
34-
k8s.io/code-generator v0.29.6
34+
k8s.io/code-generator v0.29.7
3535
k8s.io/klog/v2 v2.120.1
3636
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
3737
knative.dev/eventing v0.30.1-0.20220407170245-58865afba92c
@@ -40,14 +40,6 @@ require (
4040
sigs.k8s.io/yaml v1.4.0
4141
)
4242

43-
// TODO: Remove this once https://github.com/knative/pkg/issues/2759 is fixed
44-
replace (
45-
k8s.io/api => k8s.io/api v0.28.5
46-
k8s.io/apimachinery => k8s.io/apimachinery v0.28.5
47-
k8s.io/client-go => k8s.io/client-go v0.28.5
48-
k8s.io/code-generator => k8s.io/code-generator v0.28.5
49-
)
50-
5143
require (
5244
cloud.google.com/go v0.113.0 // indirect
5345
cloud.google.com/go/auth v0.4.1 // indirect
@@ -72,7 +64,7 @@ require (
7264
github.com/felixge/httpsnoop v1.0.4 // indirect
7365
github.com/go-kit/log v0.2.1 // indirect
7466
github.com/go-logfmt/logfmt v0.5.1 // indirect
75-
github.com/go-logr/logr v1.4.1 // indirect
67+
github.com/go-logr/logr v1.4.2 // indirect
7668
github.com/go-logr/stdr v1.2.2 // indirect
7769
github.com/go-openapi/jsonpointer v0.19.6 // indirect
7870
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -103,6 +95,7 @@ require (
10395
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
10496
github.com/modern-go/reflect2 v1.0.2 // indirect
10597
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
98+
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
10699
github.com/opencontainers/go-digest v1.0.0 // indirect
107100
github.com/openzipkin/zipkin-go v0.4.2 // indirect
108101
github.com/pkg/errors v0.9.1 // indirect
@@ -123,9 +116,9 @@ require (
123116
github.com/tidwall/pretty v1.2.0 // indirect
124117
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
125118
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
126-
go.opentelemetry.io/otel v1.27.0 // indirect
127-
go.opentelemetry.io/otel/metric v1.27.0 // indirect
128-
go.opentelemetry.io/otel/trace v1.27.0 // indirect
119+
go.opentelemetry.io/otel v1.28.0 // indirect
120+
go.opentelemetry.io/otel/metric v1.28.0 // indirect
121+
go.opentelemetry.io/otel/trace v1.28.0 // indirect
129122
go.uber.org/automaxprocs v1.5.3 // indirect
130123
go.uber.org/multierr v1.11.0 // indirect
131124
golang.org/x/crypto v0.24.0 // indirect

go.sum

Lines changed: 70 additions & 128 deletions
Large diffs are not rendered by default.

pkg/apis/triggers/v1beta1/swagger.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,16 @@
301301
"description": "TaskRunStepArtifact represents an artifact produced or used by a step within a task run. It directly uses the Artifact type for its structure.",
302302
"type": "object",
303303
"properties": {
304+
"buildOutput": {
305+
"description": "Indicate if the artifact is a build output or a by-product",
306+
"type": "boolean"
307+
},
304308
"name": {
309+
"description": "The artifact's identifying category name",
305310
"type": "string"
306311
},
307312
"values": {
308-
"description": "The artifact's identifying category name",
313+
"description": "A collection of values related to the artifact",
309314
"type": "array",
310315
"items": {
311316
"default": {},
@@ -1932,6 +1937,10 @@
19321937
"default": {},
19331938
"$ref": "#/definitions/v1.ResourceRequirements"
19341939
},
1940+
"restartPolicy": {
1941+
"description": "RestartPolicy refers to kubernetes RestartPolicy. It can only be set for an initContainer and must have it's policy set to \"Always\". It is currently left optional to help support Kubernetes versions prior to 1.29 when this feature was introduced.",
1942+
"type": "string"
1943+
},
19351944
"script": {
19361945
"description": "Script is the contents of an executable file to execute.\n\nIf Script is not empty, the Step cannot have an Command or Args.",
19371946
"type": "string"
@@ -2239,6 +2248,13 @@
22392248
"x-kubernetes-patch-merge-key": "mountPath",
22402249
"x-kubernetes-patch-strategy": "merge"
22412250
},
2251+
"when": {
2252+
"type": "array",
2253+
"items": {
2254+
"default": {},
2255+
"$ref": "#/definitions/v1beta1.WhenExpression"
2256+
}
2257+
},
22422258
"workingDir": {
22432259
"description": "Step's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.",
22442260
"type": "string"
@@ -2426,6 +2442,9 @@
24262442
"$ref": "#/definitions/v1beta1.Artifact"
24272443
}
24282444
},
2445+
"provenance": {
2446+
"$ref": "#/definitions/v1beta1.Provenance"
2447+
},
24292448
"results": {
24302449
"type": "array",
24312450
"items": {

pkg/client/informers/externalversions/factory.go

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

vendor/github.com/go-logr/logr/README.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)