Skip to content

Commit b4695df

Browse files
chore(deps): bump github.com/tektoncd/pipeline from 0.69.1 to 0.70.0 in /kubernetes-model-generator/openapi/generator (6986)
chore(deps): bump github.com/tektoncd/pipeline Bumps [github.com/tektoncd/pipeline](https://github.com/tektoncd/pipeline) from 0.69.1 to 0.70.0. - [Release notes](https://github.com/tektoncd/pipeline/releases) - [Changelog](https://github.com/tektoncd/pipeline/blob/main/releases.md) - [Commits](tektoncd/pipeline@v0.69.1...v0.70.0) --- 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]> --- feat(openapi): regenerate model for github.com/tektoncd/pipeline 0.70.0 Signed-off-by: Marc Nuri <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Nuri <[email protected]>
1 parent 055fbd9 commit b4695df

File tree

13 files changed

+477
-243
lines changed

13 files changed

+477
-243
lines changed

extensions/tekton/model/src/generated/java/io/fabric8/tekton/pipeline/pkg/apis/config/FeatureFlags.java

+94-94
Large diffs are not rendered by default.

extensions/tekton/model/src/generated/java/io/fabric8/tekton/pod/Template.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public void setTopologySpreadConstraints(List<TopologySpreadConstraint> topology
423423
}
424424

425425
/**
426-
* List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes
426+
* List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes See Pod.spec.volumes (API version: v1)
427427
*/
428428
@JsonProperty("volumes")
429429
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -432,7 +432,7 @@ public List<Volume> getVolumes() {
432432
}
433433

434434
/**
435-
* List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes
435+
* List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes See Pod.spec.volumes (API version: v1)
436436
*/
437437
@JsonProperty("volumes")
438438
public void setVolumes(List<Volume> volumes) {

extensions/tekton/model/src/generated/java/io/fabric8/tekton/v1/EmbeddedTask.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public void setSteps(List<Step> steps) {
320320
}
321321

322322
/**
323-
* Volumes is a collection of volumes that are available to mount into the steps of the build.
323+
* Volumes is a collection of volumes that are available to mount into the steps of the build. See Pod.spec.volumes (API version: v1)
324324
*/
325325
@JsonProperty("volumes")
326326
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -329,7 +329,7 @@ public List<Volume> getVolumes() {
329329
}
330330

331331
/**
332-
* Volumes is a collection of volumes that are available to mount into the steps of the build.
332+
* Volumes is a collection of volumes that are available to mount into the steps of the build. See Pod.spec.volumes (API version: v1)
333333
*/
334334
@JsonProperty("volumes")
335335
public void setVolumes(List<Volume> volumes) {

extensions/tekton/model/src/generated/java/io/fabric8/tekton/v1/TaskSpec.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public void setSteps(List<Step> steps) {
238238
}
239239

240240
/**
241-
* Volumes is a collection of volumes that are available to mount into the steps of the build.
241+
* Volumes is a collection of volumes that are available to mount into the steps of the build. See Pod.spec.volumes (API version: v1)
242242
*/
243243
@JsonProperty("volumes")
244244
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -247,7 +247,7 @@ public List<Volume> getVolumes() {
247247
}
248248

249249
/**
250-
* Volumes is a collection of volumes that are available to mount into the steps of the build.
250+
* Volumes is a collection of volumes that are available to mount into the steps of the build. See Pod.spec.volumes (API version: v1)
251251
*/
252252
@JsonProperty("volumes")
253253
public void setVolumes(List<Volume> volumes) {

extensions/tekton/model/src/generated/java/io/fabric8/tekton/v1beta1/CustomRunStatus.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public void setResults(List<CustomRunResult> results) {
218218
}
219219

220220
/**
221-
* RetriesStatus contains the history of CustomRunStatus, in case of a retry.
221+
* RetriesStatus contains the history of CustomRunStatus, in case of a retry. See CustomRun.status (API version: tekton.dev/v1beta1)
222222
*/
223223
@JsonProperty("retriesStatus")
224224
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -227,7 +227,7 @@ public List<io.fabric8.tekton.v1beta1.CustomRunStatus> getRetriesStatus() {
227227
}
228228

229229
/**
230-
* RetriesStatus contains the history of CustomRunStatus, in case of a retry.
230+
* RetriesStatus contains the history of CustomRunStatus, in case of a retry. See CustomRun.status (API version: tekton.dev/v1beta1)
231231
*/
232232
@JsonProperty("retriesStatus")
233233
public void setRetriesStatus(List<io.fabric8.tekton.v1beta1.CustomRunStatus> retriesStatus) {

extensions/tekton/model/src/generated/java/io/fabric8/tekton/v1beta1/CustomRunStatusFields.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public void setResults(List<CustomRunResult> results) {
153153
}
154154

155155
/**
156-
* RetriesStatus contains the history of CustomRunStatus, in case of a retry.
156+
* RetriesStatus contains the history of CustomRunStatus, in case of a retry. See CustomRun.status (API version: tekton.dev/v1beta1)
157157
*/
158158
@JsonProperty("retriesStatus")
159159
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -162,7 +162,7 @@ public List<CustomRunStatus> getRetriesStatus() {
162162
}
163163

164164
/**
165-
* RetriesStatus contains the history of CustomRunStatus, in case of a retry.
165+
* RetriesStatus contains the history of CustomRunStatus, in case of a retry. See CustomRun.status (API version: tekton.dev/v1beta1)
166166
*/
167167
@JsonProperty("retriesStatus")
168168
public void setRetriesStatus(List<CustomRunStatus> retriesStatus) {

extensions/tekton/model/src/generated/java/io/fabric8/tekton/v1beta1/EmbeddedTask.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public void setSteps(List<Step> steps) {
340340
}
341341

342342
/**
343-
* Volumes is a collection of volumes that are available to mount into the steps of the build.
343+
* Volumes is a collection of volumes that are available to mount into the steps of the build. See Pod.spec.volumes (API version: v1)
344344
*/
345345
@JsonProperty("volumes")
346346
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -349,7 +349,7 @@ public List<Volume> getVolumes() {
349349
}
350350

351351
/**
352-
* Volumes is a collection of volumes that are available to mount into the steps of the build.
352+
* Volumes is a collection of volumes that are available to mount into the steps of the build. See Pod.spec.volumes (API version: v1)
353353
*/
354354
@JsonProperty("volumes")
355355
public void setVolumes(List<Volume> volumes) {

extensions/tekton/model/src/generated/java/io/fabric8/tekton/v1beta1/TaskRunStatus.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public void setResourcesResult(List<RunResult> resourcesResult) {
283283
}
284284

285285
/**
286-
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant.
286+
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant. See TaskRun.status (API version: tekton.dev/v1beta1)
287287
*/
288288
@JsonProperty("retriesStatus")
289289
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -292,7 +292,7 @@ public List<io.fabric8.tekton.v1beta1.TaskRunStatus> getRetriesStatus() {
292292
}
293293

294294
/**
295-
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant.
295+
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant. See TaskRun.status (API version: tekton.dev/v1beta1)
296296
*/
297297
@JsonProperty("retriesStatus")
298298
public void setRetriesStatus(List<io.fabric8.tekton.v1beta1.TaskRunStatus> retriesStatus) {

extensions/tekton/model/src/generated/java/io/fabric8/tekton/v1beta1/TaskRunStatusFields.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public void setResourcesResult(List<RunResult> resourcesResult) {
218218
}
219219

220220
/**
221-
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant.
221+
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant. See TaskRun.status (API version: tekton.dev/v1beta1)
222222
*/
223223
@JsonProperty("retriesStatus")
224224
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -227,7 +227,7 @@ public List<TaskRunStatus> getRetriesStatus() {
227227
}
228228

229229
/**
230-
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant.
230+
* RetriesStatus contains the history of TaskRunStatus in case of a retry in order to keep record of failures. All TaskRunStatus stored in RetriesStatus will have no date within the RetriesStatus as is redundant. See TaskRun.status (API version: tekton.dev/v1beta1)
231231
*/
232232
@JsonProperty("retriesStatus")
233233
public void setRetriesStatus(List<TaskRunStatus> retriesStatus) {

extensions/tekton/model/src/generated/java/io/fabric8/tekton/v1beta1/TaskSpec.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public void setSteps(List<Step> steps) {
258258
}
259259

260260
/**
261-
* Volumes is a collection of volumes that are available to mount into the steps of the build.
261+
* Volumes is a collection of volumes that are available to mount into the steps of the build. See Pod.spec.volumes (API version: v1)
262262
*/
263263
@JsonProperty("volumes")
264264
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -267,7 +267,7 @@ public List<Volume> getVolumes() {
267267
}
268268

269269
/**
270-
* Volumes is a collection of volumes that are available to mount into the steps of the build.
270+
* Volumes is a collection of volumes that are available to mount into the steps of the build. See Pod.spec.volumes (API version: v1)
271271
*/
272272
@JsonProperty("volumes")
273273
public void setVolumes(List<Volume> volumes) {

kubernetes-model-generator/openapi/generator/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/fabric8io/kubernetes-client/kubernetes-model-generator/openapi
22

33
go 1.23.6
44

5-
toolchain go1.23.7
5+
toolchain go1.24.1
66

77
require (
88
github.com/cert-manager/cert-manager v1.17.1
@@ -29,7 +29,7 @@ require (
2929
github.com/stolostron/multicluster-observability-operator v0.0.0-20250321140711-00cca27614da
3030
github.com/stolostron/multiclusterhub-operator v0.0.0-20250322143527-658d33b90f05
3131
github.com/stolostron/search-v2-operator v0.0.0-20250319134305-e19cee08aaa5
32-
github.com/tektoncd/pipeline v0.69.1
32+
github.com/tektoncd/pipeline v0.70.0
3333
github.com/tektoncd/triggers v0.31.0
3434
istio.io/client-go v1.25.0
3535
k8s.io/api v0.32.3
@@ -129,7 +129,7 @@ require (
129129
github.com/gogo/protobuf v1.3.2 // indirect
130130
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
131131
github.com/golang/protobuf v1.5.4 // indirect
132-
github.com/google/cel-go v0.23.2 // indirect
132+
github.com/google/cel-go v0.24.1 // indirect
133133
github.com/google/gnostic-models v0.6.9 // indirect
134134
github.com/google/go-cmp v0.7.0 // indirect
135135
github.com/google/go-containerregistry v0.20.2 // indirect

kubernetes-model-generator/openapi/generator/go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,8 @@ github.com/gonum/stat v0.0.0-20181125101827-41a0da705a5b/go.mod h1:Z4GIJBJO3Wa4g
516516
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
517517
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
518518
github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA=
519-
github.com/google/cel-go v0.23.2 h1:UdEe3CvQh3Nv+E/j9r1Y//WO0K0cSyD7/y0bzyLIMI4=
520-
github.com/google/cel-go v0.23.2/go.mod h1:52Pb6QsDbC5kvgxvZhiL9QX1oZEkcUF/ZqaPx1J5Wwo=
519+
github.com/google/cel-go v0.24.1 h1:jsBCtxG8mM5wiUJDSGUqU0K7Mtr3w7Eyv00rw4DiZxI=
520+
github.com/google/cel-go v0.24.1/go.mod h1:Hdf9TqOaTNSFQA1ybQaRqATVoK7m/zcf7IMhGXP5zI8=
521521
github.com/google/gnostic v0.5.7-v3refs/go.mod h1:73MKFl6jIHelAJNaBGFzt3SPtZULs9dYrGFt8OiIsHQ=
522522
github.com/google/gnostic-models v0.6.8/go.mod h1:5n7qKqH0f5wFt+aWF8CW6pZLLNOfYuF5OpfBSENuI8U=
523523
github.com/google/gnostic-models v0.6.9 h1:MU/8wDLif2qCXZmzncUQ/BOfxWfthHi63KqpoNbWqVw=
@@ -1117,8 +1117,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
11171117
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
11181118
github.com/stvp/go-udp-testing v0.0.0-20201019212854-469649b16807/go.mod h1:7jxmlfBCDBXRzr0eAQJ48XC1hBu1np4CS5+cHEYfwpc=
11191119
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
1120-
github.com/tektoncd/pipeline v0.69.1 h1:MxQUYt+m+fxSql9uM8N3XnTMUYNfjrd9VfcIDE9x9vc=
1121-
github.com/tektoncd/pipeline v0.69.1/go.mod h1:n8pgdQTRngXJC06Rii2zunb2GxBz/ZHE5n8AZFx4MdM=
1120+
github.com/tektoncd/pipeline v0.70.0 h1:aJHIGuevkyLIVW0J1LEXSE6BQ+BYRs896sQGNSW4Xfs=
1121+
github.com/tektoncd/pipeline v0.70.0/go.mod h1:sfoEd7VHC6w6PHhI7TD+6tLa7UuUO7FUC4CNHLMFlMw=
11221122
github.com/tektoncd/triggers v0.31.0 h1:UiOn9sjavdJDEoAT+FZf+L3I1QQvzI31oJm8+GpNa7s=
11231123
github.com/tektoncd/triggers v0.31.0/go.mod h1:Oi+Umveu/vIefYAeS6XOa907tecAvx26sW7J62005tg=
11241124
github.com/tidwall/gjson v1.14.2 h1:6BBkirS0rAHjumnjHF6qgy5d2YAJ1TLIaFE2lzfOLqo=

0 commit comments

Comments
 (0)