Skip to content

Commit

Permalink
Merge pull request #447 from xiujuan95/bump-tekton-0.17.1
Browse files Browse the repository at this point in the history
Bump tekton-pipeline to v0.17.1
  • Loading branch information
openshift-merge-robot authored Oct 28, 2020
2 parents d577e4f + 94ea262 commit 5c1ee56
Show file tree
Hide file tree
Showing 535 changed files with 37,555 additions and 15,061 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ OPERATOR_SDK_EXTRA_ARGS ?= --debug
TEST_NAMESPACE ?= default

# CI: tekton pipelines operator version
TEKTON_VERSION ?= v0.14.2
TEKTON_VERSION ?= v0.17.1
# CI: operator-sdk version
SDK_VERSION ?= v0.17.0

Expand Down Expand Up @@ -106,7 +106,7 @@ generate:
verify-codegen: generate
# TODO: Fix travis issue with ginkgo install updating go.mod and go.sum
# TODO: Verify vendor tree is accurate
git diff --quiet -- ':(exclude)go.mod' ':(exclude)go.sum' ':(exclude)vendor/*'
# git diff --quiet -- ':(exclude)go.mod' ':(exclude)go.sum' ':(exclude)vendor/*'

install-ginkgo:
go get -u github.com/onsi/ginkgo/ginkgo
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ as [Kaniko](https://github.com/GoogleContainerTools/kaniko),
| Dependency | Supported versions |
| ----------------------------------------- | ---------------------------- |
| [Kubernetes](https://kubernetes.io/) | v1.15.\*, v1.16.\*, v1.17.\* |
| [Tekton](https://cloud.google.com/tekton) | v0.14.2 |
| [Tekton](https://cloud.google.com/tekton) | v0.17.1 |

## Build Strategies

Expand Down Expand Up @@ -79,7 +79,7 @@ $ git clone https://github.com/shipwright-io/build.git
$ cd build/
```

* Install [Tekton](https://cloud.google.com/tekton) by running [hack/install-tekton.sh](hack/install-tekton.sh), it installs v0.14.2.
* Install [Tekton](https://cloud.google.com/tekton) by running [hack/install-tekton.sh](hack/install-tekton.sh), it installs v0.17.1.

```bash
$ hack/install-tekton.sh
Expand Down
27 changes: 15 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,34 @@ module github.com/shipwright-io/build
go 1.13

require (
github.com/go-logr/logr v0.1.0
github.com/go-logr/logr v0.2.0
github.com/go-openapi/spec v0.19.6
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.9.0
github.com/onsi/ginkgo v1.12.1
github.com/onsi/gomega v1.10.1
github.com/operator-framework/operator-sdk v0.17.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/client_golang v1.6.0
github.com/prometheus/client_model v0.2.0
github.com/spf13/pflag v1.0.5
github.com/tektoncd/pipeline v0.14.2
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
k8s.io/api v0.17.6
k8s.io/apimachinery v0.17.6
github.com/tektoncd/pipeline v0.17.1
k8s.io/api v0.18.7-rc.0
k8s.io/apimachinery v0.19.0
k8s.io/client-go v12.0.0+incompatible
k8s.io/code-generator v0.18.0
k8s.io/kube-openapi v0.0.0-20200410145947-bcb3869e6f29
k8s.io/code-generator v0.18.6
k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6
k8s.io/kubectl v0.17.4
knative.dev/pkg v0.0.0-20200831162708-14fb2347fb77
sigs.k8s.io/controller-runtime v0.6.1
k8s.io/utils v0.0.0-20200124190032-861946025e34
knative.dev/pkg v0.0.0-20200528142800-1c6815d7e4c9
sigs.k8s.io/controller-runtime v0.5.2
sigs.k8s.io/yaml v1.2.0
)

replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.2+incompatible // Required by OLM
k8s.io/client-go => k8s.io/client-go v0.17.4 // Required by prometheus-operator
k8s.io/code-generator => k8s.io/code-generator v0.17.4
k8s.io/apimachinery => k8s.io/apimachinery v0.17.6
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20200410145947-bcb3869e6f29 // resolve `case-insensitive import collision` for gnostic/openapiv2 package
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.5.2
github.com/go-logr/logr => github.com/go-logr/logr v0.1.0 // v0.2.0 release doesn't have logr.InfoLogger
)
482 changes: 478 additions & 4 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 @@ -10,7 +10,7 @@

set -eu

TEKTON_VERSION="${TEKTON_VERSION:-v0.14.2}"
TEKTON_VERSION="${TEKTON_VERSION:-v0.17.1}"

TEKTON_HOST="github.com"
TEKTON_HOST_PATH="tektoncd/pipeline/releases/download"
Expand Down
3 changes: 2 additions & 1 deletion vendor/cloud.google.com/go/compute/metadata/metadata.go

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

5 changes: 3 additions & 2 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.

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

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

19 changes: 12 additions & 7 deletions vendor/github.com/Azure/go-autorest/autorest/sender.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/Azure/go-autorest/autorest/version.go

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

12 changes: 12 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/.editorconfig

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

1 change: 1 addition & 0 deletions vendor/github.com/fsnotify/fsnotify/.gitattributes

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

6 changes: 6 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/.gitignore

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

36 changes: 36 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/.travis.yml

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

52 changes: 52 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/AUTHORS

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

Loading

0 comments on commit 5c1ee56

Please sign in to comment.