Skip to content

Commit 1cc0fc9

Browse files
author
openshift-pipelines-bot
committed
[bot] Update release-v1.18.x from tektoncd/pruner to 18903cd4af51b0b441228d1edb12169a0befda14
$ git diff --stat 18903cd4af51b0b441228d1edb12169a0befda14..3a1779e6db52fcf7a311bd52862dbe9ec889ed37 go.mod | 6 ++++-- go.sum | 4 ++-- .../tektoncd/pipeline/pkg/apis/pipeline/v1/container_validation.go | 6 ++---- .../tektoncd/pipeline/pkg/apis/pipeline/v1beta1/task_validation.go | 5 ++--- vendor/modules.txt | 4 ++-- 5 files changed, 12 insertions(+), 13 deletions(-) https://github.com/tektoncd/pruner/compare/18903cd4af51b0b441228d1edb12169a0befda14..3a1779e6db52fcf7a311bd52862dbe9ec889ed37
1 parent 12a1407 commit 1cc0fc9

6 files changed

Lines changed: 14 additions & 13 deletions

File tree

head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3a1779e6db52fcf7a311bd52862dbe9ec889ed37
1+
18903cd4af51b0b441228d1edb12169a0befda14

upstream/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
module github.com/tektoncd/pruner
22

3-
go 1.24.0
4-
5-
toolchain go1.24.6
3+
go 1.24.13
64

75
// Retract v0.3.2 as it was an unintended release
86
retract v0.3.2
97

108
require (
119
github.com/stretchr/testify v1.11.1
12-
github.com/tektoncd/pipeline v1.6.1
10+
github.com/tektoncd/pipeline v1.6.2
1311
github.com/tektoncd/plumbing v0.0.0-20250805154627-25448098dea2
1412
go.opentelemetry.io/otel v1.40.0
1513
go.opentelemetry.io/otel/metric v1.40.0

upstream/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
342342
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
343343
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
344344
github.com/stvp/go-udp-testing v0.0.0-20201019212854-469649b16807/go.mod h1:7jxmlfBCDBXRzr0eAQJ48XC1hBu1np4CS5+cHEYfwpc=
345-
github.com/tektoncd/pipeline v1.6.1 h1:DLeA6gVQrDHw9hy7eI48rOp2MO+Fwawj1+AcgSpJysk=
346-
github.com/tektoncd/pipeline v1.6.1/go.mod h1:5SNoYgRYPQopkv7ApVq5GO3JqPk2AjV+VMMjwBsbJOg=
345+
github.com/tektoncd/pipeline v1.6.2 h1:lcpC4fuoc9Uy6uWjjNmtRJgYd+e6XIcFZKYitbVnORc=
346+
github.com/tektoncd/pipeline v1.6.2/go.mod h1:lnC/pCLLG37eZE3B5QPCumkWZyY0Lb2LZBpQlJCNaio=
347347
github.com/tektoncd/plumbing v0.0.0-20250805154627-25448098dea2 h1:v4UPEbe6MEto5i4ELtiXWBxUAUIAWL5U1DznfPhi4WE=
348348
github.com/tektoncd/plumbing v0.0.0-20250805154627-25448098dea2/go.mod h1:BC6F3DlZc+wpUT9YcwG9MoSfb4tUiH2olB9xYoIsB4I=
349349
github.com/vbatts/tar-split v0.12.1 h1:CqKoORW7BUWBe7UL/iqTVvkTBOF8UvOMKOIZykxnnbo=

upstream/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.

upstream/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.

upstream/vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ github.com/stoewer/go-strcase
272272
## explicit; go 1.17
273273
github.com/stretchr/testify/assert
274274
github.com/stretchr/testify/assert/yaml
275-
# github.com/tektoncd/pipeline v1.6.1
276-
## explicit; go 1.24.0
275+
# github.com/tektoncd/pipeline v1.6.2
276+
## explicit; go 1.24.13
277277
github.com/tektoncd/pipeline/internal/artifactref
278278
github.com/tektoncd/pipeline/pkg/apis/config
279279
github.com/tektoncd/pipeline/pkg/apis/pipeline

0 commit comments

Comments
 (0)