Skip to content

Commit 3b01df9

Browse files
Merge pull request #2858 from conforma/renovate/release-v0.7-tektoncd-pipelines
Update module github.com/tektoncd/pipeline to v0.70.0 (release-v0.7)
2 parents dfb7caf + b2e0ac6 commit 3b01df9

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

acceptance/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/sigstore/sigstore v1.9.1
2828
github.com/stretchr/testify v1.11.1
2929
github.com/tektoncd/cli v0.38.2
30-
github.com/tektoncd/pipeline v0.66.0
30+
github.com/tektoncd/pipeline v0.70.0
3131
github.com/testcontainers/testcontainers-go v0.34.1
3232
github.com/transparency-dev/merkle v0.0.2
3333
github.com/wiremock/go-wiremock v1.11.0
@@ -262,7 +262,7 @@ require (
262262
k8s.io/klog/v2 v2.130.1 // indirect
263263
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
264264
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
265-
knative.dev/pkg v0.0.0-20240815051656-89743d9bbf7c // indirect
265+
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b // indirect
266266
sigs.k8s.io/controller-runtime v0.19.0 // indirect
267267
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
268268
sigs.k8s.io/randfill v1.0.0 // indirect

acceptance/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,8 @@ github.com/tektoncd/cli v0.38.2 h1:TtQT4ywO1FNK10gg7+5mjLv54I9xOJDzBO9toDHCFLI=
956956
github.com/tektoncd/cli v0.38.2/go.mod h1:r605VFZjkn8ucTdZysqQODRLKA4Z2FlAyeOExWJ9LME=
957957
github.com/tektoncd/pipeline v0.66.0 h1:WLL98YEgWzblSAD2mPbpZN97tkOC50wiftaW+8+6zTY=
958958
github.com/tektoncd/pipeline v0.66.0/go.mod h1:V3cyfxxc7b3GLT2a13GX2mWA86qmxWhh4mOp4gfFQwQ=
959+
github.com/tektoncd/pipeline v0.70.0 h1:aJHIGuevkyLIVW0J1LEXSE6BQ+BYRs896sQGNSW4Xfs=
960+
github.com/tektoncd/pipeline v0.70.0/go.mod h1:sfoEd7VHC6w6PHhI7TD+6tLa7UuUO7FUC4CNHLMFlMw=
959961
github.com/tektoncd/triggers v0.29.0 h1:piRTJT1Sjq3xmGnR50V54oG0NlsszKETLxdCGhgSNQQ=
960962
github.com/tektoncd/triggers v0.29.0/go.mod h1:CHE2QhjYkECFCpvPLpiANhI/hIlJUxL03ulTNEgbT10=
961963
github.com/testcontainers/testcontainers-go v0.34.0 h1:5fbgF0vIN5u+nD3IWabQwRybuB4GY8G2HHgCkbMzMHo=
@@ -1519,6 +1521,8 @@ knative.dev/networking v0.0.0-20231017124814-2a7676e912b7 h1:6+1icZuxiZO1paFZ4d/
15191521
knative.dev/networking v0.0.0-20231017124814-2a7676e912b7/go.mod h1:1gcHoIVG47ekQWjkddqRq+/7tWRh+CB9W4k/NAcdRbk=
15201522
knative.dev/pkg v0.0.0-20240815051656-89743d9bbf7c h1:2crXVk4FG0dSG6WHaIT+WKbUzn7qG2wn0AfYmvA22zs=
15211523
knative.dev/pkg v0.0.0-20240815051656-89743d9bbf7c/go.mod h1:cI2RPEEHZk+/dBpfHobs0aBdPA1mMZVUVWnGAc8NSzM=
1524+
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b h1:a+gP7Yzu5NmoX2w1p8nfTgmSKF+aHLKGzqYT82ijJTw=
1525+
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b/go.mod h1:bedSpkdLybR6JhL1J7XDLpd+JMKM/x8M5Apr80i5TeE=
15221526
knative.dev/serving v0.39.0 h1:NVt8WthHmFFMWZ3qpBblXt47del8qqrbCegqwGBVSwk=
15231527
knative.dev/serving v0.39.0/go.mod h1:0QIp5mvgWa1oUC2MxMf+Q/JWgG8JhAsSdJKc6iTRlvE=
15241528
oras.land/oras-go/v2 v2.6.0 h1:X4ELRsiGkrbeox69+9tzTu492FMUu7zJQW6eJU+I2oc=

features/__snapshots__/task_validate_image.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ success: true
493493
---
494494

495495
[Initialize TUF succeeds:initialize-tuf - 1]
496-
{"level":"info","ts":${TIMESTAMP},"caller":"entrypoint/entrypointer.go:265","msg":"Step was skipped due to when expressions were evaluated to false."}
496+
${TIMESTAMP} INFO Step was skipped due to when expressions were evaluated to false.
497497

498498
---
499499

@@ -544,7 +544,7 @@ success: true
544544
---
545545

546546
[Outputs are there:initialize-tuf - 1]
547-
{"level":"info","ts":${TIMESTAMP},"caller":"entrypoint/entrypointer.go:265","msg":"Step was skipped due to when expressions were evaluated to false."}
547+
${TIMESTAMP} INFO Step was skipped due to when expressions were evaluated to false.
548548

549549
---
550550

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
github.com/spf13/viper v1.20.1
4444
github.com/stretchr/testify v1.11.1
4545
github.com/stuart-warren/yamlfmt v0.2.0
46-
github.com/tektoncd/pipeline v0.66.0
46+
github.com/tektoncd/pipeline v0.70.0
4747
github.com/testcontainers/testcontainers-go v0.34.1-0.20241204123437-72be13940122 // using unreleased version that contains the fix in https://github.com/testcontainers/testcontainers-go/pull/2899
4848
github.com/testcontainers/testcontainers-go/modules/registry v0.34.0
4949
golang.org/x/benchmarks v0.0.0-20241115175113-a2b48b605b42
@@ -380,7 +380,7 @@ require (
380380
gopkg.in/yaml.v3 v3.0.1 // indirect
381381
k8s.io/api v0.34.3 // indirect
382382
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
383-
knative.dev/pkg v0.0.0-20240815051656-89743d9bbf7c // indirect
383+
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b // indirect
384384
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
385385
sigs.k8s.io/controller-runtime v0.19.0 // indirect
386386
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1940,6 +1940,8 @@ github.com/tchap/go-patricia/v2 v2.3.3 h1:xfNEsODumaEcCcY3gI0hYPZ/PcpVv5ju6RMAhg
19401940
github.com/tchap/go-patricia/v2 v2.3.3/go.mod h1:VZRHKAb53DLaG+nA9EaYYiaEx6YztwDlLElMsnSHD4k=
19411941
github.com/tektoncd/pipeline v0.66.0 h1:WLL98YEgWzblSAD2mPbpZN97tkOC50wiftaW+8+6zTY=
19421942
github.com/tektoncd/pipeline v0.66.0/go.mod h1:V3cyfxxc7b3GLT2a13GX2mWA86qmxWhh4mOp4gfFQwQ=
1943+
github.com/tektoncd/pipeline v0.70.0 h1:aJHIGuevkyLIVW0J1LEXSE6BQ+BYRs896sQGNSW4Xfs=
1944+
github.com/tektoncd/pipeline v0.70.0/go.mod h1:sfoEd7VHC6w6PHhI7TD+6tLa7UuUO7FUC4CNHLMFlMw=
19431945
github.com/terminalstatic/go-xsd-validate v0.1.6 h1:TenYeQ3eY631qNi1/cTmLH/s2slHPRKTTHT+XSHkepo=
19441946
github.com/terminalstatic/go-xsd-validate v0.1.6/go.mod h1:18lsvYFofBflqCrvo1umpABZ99+GneNTw2kEEc8UPJw=
19451947
github.com/testcontainers/testcontainers-go v0.34.1-0.20241204123437-72be13940122 h1:dsnk0a/bMsSQzsfrFCvXkbp9arGuAVgike7POsCRXOg=
@@ -2950,6 +2952,8 @@ k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 h1:hwvWFiBzdWw1FhfY1FooPn3kzWuJ8
29502952
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
29512953
knative.dev/pkg v0.0.0-20240815051656-89743d9bbf7c h1:2crXVk4FG0dSG6WHaIT+WKbUzn7qG2wn0AfYmvA22zs=
29522954
knative.dev/pkg v0.0.0-20240815051656-89743d9bbf7c/go.mod h1:cI2RPEEHZk+/dBpfHobs0aBdPA1mMZVUVWnGAc8NSzM=
2955+
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b h1:a+gP7Yzu5NmoX2w1p8nfTgmSKF+aHLKGzqYT82ijJTw=
2956+
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b/go.mod h1:bedSpkdLybR6JhL1J7XDLpd+JMKM/x8M5Apr80i5TeE=
29532957
lukechampine.com/uint128 v1.1.1/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk=
29542958
lukechampine.com/uint128 v1.2.0/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk=
29552959
modernc.org/cc/v3 v3.36.0/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI=

0 commit comments

Comments
 (0)