Skip to content

Commit

Permalink
Update dependencies (tekton, knative, k8s, …)
Browse files Browse the repository at this point in the history
tektoncd/pipeline: 0.27.3 -> 0.31.0
tektoncd/triggers: 0.16.0 -> 0.18.0
knative.dev/pkg: release-1.1

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Jan 5, 2022
1 parent 8766185 commit 50c93dc
Show file tree
Hide file tree
Showing 454 changed files with 16,635 additions and 7,556 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ require (
github.com/markbates/inflect v1.0.4
github.com/openshift/api v0.0.0-20210910062324-a41d3573a3ba
github.com/openshift/client-go v0.0.0-20210521082421-73d9475a9142
github.com/tektoncd/pipeline v0.27.3
github.com/tektoncd/plumbing v0.0.0-20210514044347-f8a9689d5bd5
github.com/tektoncd/triggers v0.16.0
github.com/tektoncd/pipeline v0.31.0
github.com/tektoncd/plumbing v0.0.0-20211012143332-c7cc43d9bc0c
github.com/tektoncd/triggers v0.18.0
go.opencensus.io v0.23.0
go.uber.org/zap v1.19.0
golang.org/x/mod v0.5.0
go.uber.org/zap v1.19.1
golang.org/x/mod v0.5.1
gomodules.xyz/jsonpatch/v2 v2.2.0
gotest.tools/v3 v3.0.3
k8s.io/api v0.21.4
k8s.io/apimachinery v0.21.4
k8s.io/client-go v0.21.4
k8s.io/code-generator v0.21.4
knative.dev/pkg v0.0.0-20210827184538-2bd91f75571c
knative.dev/pkg v0.0.0-20211206113427-18589ac7627e
sigs.k8s.io/controller-runtime v0.7.2
)

Expand Down
284 changes: 215 additions & 69 deletions go.sum

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions hack/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ source $(git rev-parse --show-toplevel)/vendor/github.com/tektoncd/plumbing/scri

cd ${REPO_ROOT_DIR}

VERSION="release-0.22"
VERSION="release-1.1"
K8S_VERSION="v0.21.4"
TRIGGERS_VERSION="v0.16.0"
PIPELINE_VERSION="v0.27.3"
TRIGGERS_VERSION="v0.18.0"
PIPELINE_VERSION="v0.31.0"

# The list of dependencies that we track at HEAD and periodically
# float forward in this repository.
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/operator/v1alpha1/zz_generated.deepcopy.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.

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.

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.

Loading

0 comments on commit 50c93dc

Please sign in to comment.