Skip to content

Commit

Permalink
Merge pull request #1782 from shipwright-io/bump-tekton-pipeline
Browse files Browse the repository at this point in the history
Bump Tekton Pipeline from v0.65.1 to v0.65.5
  • Loading branch information
openshift-merge-bot[bot] authored Jan 24, 2025
2 parents cb3e684 + 0c87501 commit 0ca82d5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion hack/install-tekton.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ca82d5

Please sign in to comment.