From 0c875018f26545ea1af4eecf22282f3426ff6093 Mon Sep 17 00:00:00 2001 From: openshift-merge-bot <148852131+openshift-merge-bot@users.noreply.github.com> Date: Fri, 24 Jan 2025 00:01:58 +0000 Subject: [PATCH] Bump Tekton Pipeline from v0.65.1 to v0.65.5 --- .github/workflows/ci.yml | 4 ++-- Makefile | 2 +- README.md | 2 +- go.mod | 2 +- go.sum | 4 ++-- hack/install-tekton.sh | 2 +- vendor/modules.txt | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 523313349..a4826bd33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: # oldest LTS that exists at the time of our planned next release - v0.56.8 # newest LTS that exists at the time of our planned next release - - v0.65.1 # RETAIN-COMMENT: TEKTON_NEWEST_LTS + - v0.65.5 # RETAIN-COMMENT: TEKTON_NEWEST_LTS max-parallel: 4 runs-on: ubuntu-latest steps: @@ -149,7 +149,7 @@ jobs: # oldest LTS that exists at the time of our planned next release - v0.56.8 # newest LTS that exists at the time of our planned next release - - v0.65.1 # RETAIN-COMMENT: TEKTON_NEWEST_LTS + - v0.65.5 # RETAIN-COMMENT: TEKTON_NEWEST_LTS max-parallel: 4 runs-on: ubuntu-latest steps: diff --git a/Makefile b/Makefile index f51f2bbfa..99778836e 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ ZAP_FLAGS ?= --zap-log-level=debug --zap-encoder=console TEST_NAMESPACE ?= default # CI: tekton pipelines controller version -TEKTON_VERSION ?= v0.65.1 +TEKTON_VERSION ?= v0.65.5 # E2E test flags TEST_E2E_FLAGS ?= -r -p --randomize-all --timeout=1h --trace --vv diff --git a/README.md b/README.md index 5033f47b0..cd4956fec 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Shipwright supports any tool that can build container images in Kubernetes clust - We also require a Tekton installation (v0.56.+). To install the latest LTS release, run: ```bash - kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.65.1/release.yaml + kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.65.5/release.yaml ``` If you are using OpenShift cluster refer [Running on OpenShift](#running-on-openshift) for some more configurations. diff --git a/go.mod b/go.mod index 76c251ce4..f52dad71d 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/prometheus/client_model v0.6.1 github.com/spf13/cobra v1.8.1 github.com/spf13/pflag v1.0.5 - github.com/tektoncd/pipeline v0.65.1 + github.com/tektoncd/pipeline v0.65.5 go.uber.org/zap v1.27.0 k8s.io/api v0.30.6 k8s.io/apiextensions-apiserver v0.30.6 diff --git a/go.sum b/go.sum index c8c3bf753..3119cfbdc 100644 --- a/go.sum +++ b/go.sum @@ -385,8 +385,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/stvp/go-udp-testing v0.0.0-20201019212854-469649b16807/go.mod h1:7jxmlfBCDBXRzr0eAQJ48XC1hBu1np4CS5+cHEYfwpc= -github.com/tektoncd/pipeline v0.65.1 h1:7Ee/nqG+QWE25NGzwKZdFE0p5COb/aljfDysUFv8+0o= -github.com/tektoncd/pipeline v0.65.1/go.mod h1:V3cyfxxc7b3GLT2a13GX2mWA86qmxWhh4mOp4gfFQwQ= +github.com/tektoncd/pipeline v0.65.5 h1:jbLNoGAZdrEVXc3HpMHuI39wyluB/o/4K8HSjmf8etA= +github.com/tektoncd/pipeline v0.65.5/go.mod h1:GGDTCx+29wqJUTgLCHIttVmZMJ9II1P6PJRojIIxt0U= github.com/vbatts/tar-split v0.11.6 h1:4SjTW5+PU11n6fZenf2IPoV8/tz3AaYHMWjf23envGs= github.com/vbatts/tar-split v0.11.6/go.mod h1:dqKNtesIOr2j2Qv3W/cHjnvk9I8+G7oAkFDFN6TCBEI= github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM= diff --git a/hack/install-tekton.sh b/hack/install-tekton.sh index 56b8fc7c1..bf7861156 100755 --- a/hack/install-tekton.sh +++ b/hack/install-tekton.sh @@ -9,7 +9,7 @@ set -eu -TEKTON_VERSION="${TEKTON_VERSION:-v0.65.1}" +TEKTON_VERSION="${TEKTON_VERSION:-v0.65.5}" TEKTON_HOST="github.com" TEKTON_HOST_PATH="tektoncd/pipeline/releases/download" diff --git a/vendor/modules.txt b/vendor/modules.txt index 8cba4519a..30a83a9d9 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -461,7 +461,7 @@ github.com/spf13/pflag # github.com/stoewer/go-strcase v1.3.0 ## explicit; go 1.11 github.com/stoewer/go-strcase -# github.com/tektoncd/pipeline v0.65.1 +# github.com/tektoncd/pipeline v0.65.5 ## explicit; go 1.22 github.com/tektoncd/pipeline/internal/artifactref github.com/tektoncd/pipeline/pkg/apis/config