From e80f7ec8e153401c11c7d11f6ebd558fcf2bec92 Mon Sep 17 00:00:00 2001 From: openshift-merge-bot <148852131+openshift-merge-bot@users.noreply.github.com> Date: Fri, 21 Mar 2025 00:02:03 +0000 Subject: [PATCH] Bump Tekton Pipeline from v0.68.0 to v0.68.1 --- .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 611b32ecbf..88c7a1f0b0 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.59.5 # newest LTS that exists at the time of our planned next release - - v0.68.0 # RETAIN-COMMENT: TEKTON_NEWEST_LTS + - v0.68.1 # 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.59.5 # newest LTS that exists at the time of our planned next release - - v0.68.0 # RETAIN-COMMENT: TEKTON_NEWEST_LTS + - v0.68.1 # RETAIN-COMMENT: TEKTON_NEWEST_LTS max-parallel: 4 runs-on: ubuntu-latest-16-cores steps: diff --git a/Makefile b/Makefile index 2d794311d8..01b036c10c 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.68.0 +TEKTON_VERSION ?= v0.68.1 # E2E test flags TEST_E2E_FLAGS ?= -r -p --randomize-all --timeout=1h --trace --vv diff --git a/README.md b/README.md index e59fecca08..a5611abe0a 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.59.+). To install the latest LTS release, run: ```bash - kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.68.0/release.yaml + kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.68.1/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 1727b2088c..1c3d7bef49 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.9.1 github.com/spf13/pflag v1.0.6 - github.com/tektoncd/pipeline v0.68.0 + github.com/tektoncd/pipeline v0.68.1 go.uber.org/zap v1.27.0 k8s.io/api v0.30.9 k8s.io/apiextensions-apiserver v0.30.9 diff --git a/go.sum b/go.sum index b130759f43..fefebddab0 100644 --- a/go.sum +++ b/go.sum @@ -390,8 +390,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.68.0 h1:bVzj+HbS/NQAPV2CfEW8HZrREm7uagPCzEggyxVTBdc= -github.com/tektoncd/pipeline v0.68.0/go.mod h1:MScUtGGW4VeaNcaNrulmNLBSn14EGTXXKy+kh+YZ8Gg= +github.com/tektoncd/pipeline v0.68.1 h1:/R1qV2ea8BYbhVBNHceDq5SRAGQ8rCc/+0u7SFwG0vk= +github.com/tektoncd/pipeline v0.68.1/go.mod h1:MScUtGGW4VeaNcaNrulmNLBSn14EGTXXKy+kh+YZ8Gg= github.com/vbatts/tar-split v0.12.1 h1:CqKoORW7BUWBe7UL/iqTVvkTBOF8UvOMKOIZykxnnbo= github.com/vbatts/tar-split v0.12.1/go.mod h1:eF6B6i6ftWQcDqEn3/iGFRFRo8cBIMSJVOpnNdfTMFA= 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 d52c096219..1662cf04a1 100755 --- a/hack/install-tekton.sh +++ b/hack/install-tekton.sh @@ -9,7 +9,7 @@ set -eu -TEKTON_VERSION="${TEKTON_VERSION:-v0.68.0}" +TEKTON_VERSION="${TEKTON_VERSION:-v0.68.1}" TEKTON_HOST="github.com" TEKTON_HOST_PATH="tektoncd/pipeline/releases/download" diff --git a/vendor/modules.txt b/vendor/modules.txt index 5c72e14b84..f12736a9a4 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -459,7 +459,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.68.0 +# github.com/tektoncd/pipeline v0.68.1 ## explicit; go 1.22.3 github.com/tektoncd/pipeline/internal/artifactref github.com/tektoncd/pipeline/pkg/apis/config