Skip to content

Commit

Permalink
Merge pull request #741 from qu1queee/qu1queee/tekton_bump_23
Browse files Browse the repository at this point in the history
Bump Tekton to v0.23.0
  • Loading branch information
openshift-merge-robot authored Apr 23, 2021
2 parents 784ca20 + 1989d73 commit efa0a16
Show file tree
Hide file tree
Showing 35 changed files with 388 additions and 753 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ZAP_FLAGS ?= --zap-log-level=debug --zap-encoder=console
TEST_NAMESPACE ?= default

# CI: tekton pipelines controller version
TEKTON_VERSION ?= v0.21.0
TEKTON_VERSION ?= v0.23.0

# E2E test flags
TEST_E2E_FLAGS ?= -failFast -p -randomizeAllSpecs -slowSpecThreshold=300 -timeout=30m -progress -stream -trace -v
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ To find out more on what's the best strategy or what else can Shipwright do for
| Dependency | Supported versions |
| -------------------------------------| ---------------------------- |
| [Kubernetes](https://kubernetes.io/) | v1.17.\*, v1.18.\*, v1.19.\*, v1.20.\* |
| [Tekton](https://tekton.dev) | v0.19.0, v0.20.\*, v0.21.0 |
| [Tekton](https://tekton.dev) | v0.19.0, v0.20.\*, v0.21.0, v0.22.0, v0.23.0 |
### Platform support
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/client_model v0.2.0
github.com/spf13/pflag v1.0.5
github.com/tektoncd/pipeline v0.21.0
github.com/tektoncd/pipeline v0.23.0
go.uber.org/zap v1.16.0
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
Expand Down
66 changes: 6 additions & 60 deletions go.sum

Large diffs are not rendered by default.

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.21.0}"
TEKTON_VERSION="${TEKTON_VERSION:-v0.23.0}"

TEKTON_HOST="github.com"
TEKTON_HOST_PATH="tektoncd/pipeline/releases/download"
Expand Down
172 changes: 52 additions & 120 deletions vendor/github.com/Azure/go-autorest/autorest/adal/token.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 0 additions & 41 deletions vendor/github.com/Azure/go-autorest/autorest/adal/token_1.13.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 0 additions & 40 deletions vendor/github.com/Azure/go-autorest/autorest/adal/token_legacy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit efa0a16

Please sign in to comment.