Skip to content

Commit

Permalink
Bump knative to enable new features
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Tasci authored and tekton-robot committed Sep 15, 2020
1 parent 3079138 commit 2e6cd9b
Show file tree
Hide file tree
Showing 584 changed files with 36,660 additions and 14,907 deletions.
19 changes: 6 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,28 @@ module github.com/tektoncd/pipeline
go 1.13

require (
cloud.google.com/go/storage v1.8.0
contrib.go.opencensus.io/exporter/stackdriver v0.13.1 // indirect
github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher v0.0.0-20191203181535-308b93ad1f39
github.com/cloudevents/sdk-go/v2 v2.1.0
github.com/docker/cli v0.0.0-20200210162036-a4bedce16568 // indirect
github.com/ghodss/yaml v1.0.0
github.com/google/go-cmp v0.4.1
github.com/google/go-containerregistry v0.1.1
github.com/google/go-cmp v0.5.2
github.com/google/go-containerregistry v0.1.2
github.com/google/uuid v1.1.1
github.com/grpc-ecosystem/grpc-gateway v1.12.2 // indirect
github.com/hashicorp/go-multierror v1.1.0
github.com/hashicorp/golang-lru v0.5.4
github.com/jenkins-x/go-scm v1.5.117
github.com/mailru/easyjson v0.7.1-0.20191009090205-6c0755d89d1e // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/tektoncd/plumbing v0.0.0-20200430135134-e53521e1d887
go.opencensus.io v0.22.4
go.uber.org/zap v1.15.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/text v0.3.3 // indirect
gomodules.xyz/jsonpatch/v2 v2.1.0
google.golang.org/api v0.25.0
k8s.io/api v0.17.6
k8s.io/apimachinery v0.17.6
k8s.io/api v0.18.7-rc.0
k8s.io/apimachinery v0.19.0
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
k8s.io/code-generator v0.18.0
k8s.io/code-generator v0.18.6
k8s.io/kube-openapi v0.0.0-20200410145947-bcb3869e6f29
knative.dev/pkg v0.0.0-20200702222342-ea4d6e985ba0
knative.dev/pkg v0.0.0-20200831162708-14fb2347fb77
)

// Knative deps (release-0.16)
Expand Down
284 changes: 280 additions & 4 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hack/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ source $(git rev-parse --show-toplevel)/vendor/github.com/tektoncd/plumbing/scri

cd ${REPO_ROOT_DIR}

VERSION="release-0.16"
VERSION="release-0.17"

# The list of dependencies that we track at HEAD and periodically
# float forward in this repository.
Expand Down
116 changes: 59 additions & 57 deletions pkg/client/injection/reconciler/pipeline/v1alpha1/run/reconciler.go

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

106 changes: 106 additions & 0 deletions pkg/client/injection/reconciler/pipeline/v1alpha1/run/state.go

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

Loading

0 comments on commit 2e6cd9b

Please sign in to comment.