File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 69
69
# oldest LTS that exists at the time of our planned next release
70
70
- v0.56.8
71
71
# newest LTS that exists at the time of our planned next release
72
- - v0.65.5 # RETAIN-COMMENT: TEKTON_NEWEST_LTS
72
+ - v0.65.6 # RETAIN-COMMENT: TEKTON_NEWEST_LTS
73
73
max-parallel : 4
74
74
runs-on : ubuntu-latest
75
75
steps :
@@ -149,7 +149,7 @@ jobs:
149
149
# oldest LTS that exists at the time of our planned next release
150
150
- v0.56.8
151
151
# newest LTS that exists at the time of our planned next release
152
- - v0.65.5 # RETAIN-COMMENT: TEKTON_NEWEST_LTS
152
+ - v0.65.6 # RETAIN-COMMENT: TEKTON_NEWEST_LTS
153
153
max-parallel : 4
154
154
runs-on : ubuntu-latest-16-cores
155
155
steps :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ZAP_FLAGS ?= --zap-log-level=debug --zap-encoder=console
36
36
TEST_NAMESPACE ?= default
37
37
38
38
# CI: tekton pipelines controller version
39
- TEKTON_VERSION ?= v0.65.5
39
+ TEKTON_VERSION ?= v0.65.6
40
40
41
41
# E2E test flags
42
42
TEST_E2E_FLAGS ?= -r -p --randomize-all --timeout=1h --trace --vv
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Shipwright supports any tool that can build container images in Kubernetes clust
39
39
- We also require a Tekton installation (v0.56.+). To install the latest LTS release, run:
40
40
41
41
``` bash
42
- kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.65.5 /release.yaml
42
+ kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.65.6 /release.yaml
43
43
```
44
44
45
45
If you are using OpenShift cluster refer [ Running on OpenShift] ( #running-on-openshift ) for some more configurations.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
github.com/prometheus/client_model v0.6.1
17
17
github.com/spf13/cobra v1.8.1
18
18
github.com/spf13/pflag v1.0.5
19
- github.com/tektoncd/pipeline v0.65.5
19
+ github.com/tektoncd/pipeline v0.65.6
20
20
go.uber.org/zap v1.27.0
21
21
k8s.io/api v0.30.6
22
22
k8s.io/apiextensions-apiserver v0.30.6
Original file line number Diff line number Diff line change @@ -385,8 +385,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
385
385
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
386
386
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
387
387
github.com/stvp/go-udp-testing v0.0.0-20201019212854-469649b16807 /go.mod h1:7jxmlfBCDBXRzr0eAQJ48XC1hBu1np4CS5+cHEYfwpc =
388
- github.com/tektoncd/pipeline v0.65.5 h1:jbLNoGAZdrEVXc3HpMHuI39wyluB/o/4K8HSjmf8etA =
389
- github.com/tektoncd/pipeline v0.65.5 /go.mod h1:GGDTCx+29wqJUTgLCHIttVmZMJ9II1P6PJRojIIxt0U =
388
+ github.com/tektoncd/pipeline v0.65.6 h1:w1fQKkIYPzWSJIVFWmD2A4RH3nYBKZImalnTiF1Psmk =
389
+ github.com/tektoncd/pipeline v0.65.6 /go.mod h1:GGDTCx+29wqJUTgLCHIttVmZMJ9II1P6PJRojIIxt0U =
390
390
github.com/vbatts/tar-split v0.11.6 h1:4SjTW5+PU11n6fZenf2IPoV8/tz3AaYHMWjf23envGs =
391
391
github.com/vbatts/tar-split v0.11.6 /go.mod h1:dqKNtesIOr2j2Qv3W/cHjnvk9I8+G7oAkFDFN6TCBEI =
392
392
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM =
Original file line number Diff line number Diff line change 9
9
10
10
set -eu
11
11
12
- TEKTON_VERSION=" ${TEKTON_VERSION:- v0.65.5 } "
12
+ TEKTON_VERSION=" ${TEKTON_VERSION:- v0.65.6 } "
13
13
14
14
TEKTON_HOST=" github.com"
15
15
TEKTON_HOST_PATH=" tektoncd/pipeline/releases/download"
Original file line number Diff line number Diff line change @@ -461,7 +461,7 @@ github.com/spf13/pflag
461
461
# github.com/stoewer/go-strcase v1.3.0
462
462
## explicit; go 1.11
463
463
github.com/stoewer/go-strcase
464
- # github.com/tektoncd/pipeline v0.65.5
464
+ # github.com/tektoncd/pipeline v0.65.6
465
465
## explicit; go 1.22
466
466
github.com/tektoncd/pipeline/internal/artifactref
467
467
github.com/tektoncd/pipeline/pkg/apis/config
You can’t perform that action at this time.
0 commit comments