Skip to content

Commit

Permalink
Pin knative/eventing to release-0.17 (#111)
Browse files Browse the repository at this point in the history
* Pin to 0.17.

* hack/update-deps.sh --upgrade
  • Loading branch information
Harwayne authored Aug 19, 2020
1 parent 1aa1137 commit b2d4539
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
k8s.io/kubernetes v1.14.7
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451
knative.dev/eventing v0.16.1-0.20200817131707-40e289cd152a
knative.dev/eventing v0.16.1-0.20200818065713-9f3fb3ffde17
knative.dev/pkg v0.0.0-20200812224206-44c860147a87
knative.dev/test-infra v0.0.0-20200813220834-388e55a496cf
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1851,8 +1851,8 @@ k8s.io/utils v0.0.0-20200603063816-c1c6865ac451 h1:v8ud2Up6QK1lNOKFgiIVrZdMg7Mpm
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
knative.dev/caching v0.0.0-20190719140829-2032732871ff/go.mod h1:dHXFU6CGlLlbzaWc32g80cR92iuBSpsslDNBWI8C7eg=
knative.dev/caching v0.0.0-20200116200605-67bca2c83dfa/go.mod h1:dHXFU6CGlLlbzaWc32g80cR92iuBSpsslDNBWI8C7eg=
knative.dev/eventing v0.16.1-0.20200817131707-40e289cd152a h1:q676TZkNJpw2ZM8as8AFnjqcitccMpBldgrrfkZaLvI=
knative.dev/eventing v0.16.1-0.20200817131707-40e289cd152a/go.mod h1:9NwCSwLnMCKmgz3YQBNax18mSgBjud8CvfsUUVOZ1sA=
knative.dev/eventing v0.16.1-0.20200818065713-9f3fb3ffde17 h1:3y7/7gMTsFAZtZzrqv3SpnNarQ2wl2Y4+A+qjADckOY=
knative.dev/eventing v0.16.1-0.20200818065713-9f3fb3ffde17/go.mod h1:9NwCSwLnMCKmgz3YQBNax18mSgBjud8CvfsUUVOZ1sA=
knative.dev/eventing-contrib v0.6.1-0.20190723221543-5ce18048c08b/go.mod h1:SnXZgSGgMSMLNFTwTnpaOH7hXDzTFtw0J8OmHflNx3g=
knative.dev/eventing-contrib v0.11.2/go.mod h1:SnXZgSGgMSMLNFTwTnpaOH7hXDzTFtw0J8OmHflNx3g=
knative.dev/pkg v0.0.0-20191101194912-56c2594e4f11/go.mod h1:pgODObA1dTyhNoFxPZTTjNWfx6F0aKsKzn+vaT9XO/Q=
Expand Down
4 changes: 2 additions & 2 deletions hack/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ export GO111MODULE=on
export GOFLAGS=-mod=

# This controls the release branch we track.
VERSION="master"
VERSION="release-0.17"

cd "${ROOT_DIR}"

# The list of dependencies that we track at HEAD and periodically
# float forward in this repository.
FLOATING_DEPS=(
"knative.dev/test-infra@release-0.17"
"knative.dev/test-infra@${VERSION}"
"knative.dev/eventing@${VERSION}"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
// +genreconciler
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

// EventType represents a type of event that can be consumed from a Broker.
type EventType struct {
metav1.TypeMeta `json:",inline"`
// +optional
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ k8s.io/utils/buffer
k8s.io/utils/integer
k8s.io/utils/pointer
k8s.io/utils/trace
# knative.dev/eventing v0.16.1-0.20200817131707-40e289cd152a
# knative.dev/eventing v0.16.1-0.20200818065713-9f3fb3ffde17
## explicit
knative.dev/eventing/pkg/apis/config
knative.dev/eventing/pkg/apis/configs
Expand Down

0 comments on commit b2d4539

Please sign in to comment.