Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Pin to knative.dev/eventing@release-16 (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nghia Tran authored Jul 7, 2020
1 parent 583b589 commit 9cefcda
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ require (
k8s.io/apimachinery v0.18.1
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
k8s.io/utils v0.0.0-20200124190032-861946025e34
knative.dev/eventing v0.15.1-0.20200707032243-5a1368ae3a29
knative.dev/eventing v0.15.1-0.20200707170044-e018fe794753
knative.dev/pkg v0.0.0-20200702222342-ea4d6e985ba0
knative.dev/serving v0.15.1-0.20200707011544-d74ecbeb1071
knative.dev/test-infra v0.0.0-20200630141629-15f40fe97047
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1455,8 +1455,8 @@ k8s.io/utils v0.0.0-20200124190032-861946025e34 h1:HjlUD6M0K3P8nRXmr2B9o4F9dUy9T
k8s.io/utils v0.0.0-20200124190032-861946025e34/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew=
knative.dev/caching v0.0.0-20200116200605-67bca2c83dfa/go.mod h1:dHXFU6CGlLlbzaWc32g80cR92iuBSpsslDNBWI8C7eg=
knative.dev/caching v0.0.0-20200630172829-a78409990d76/go.mod h1:iyrTBBqVs1H+bmj+mqyGEgNiLBzuGsY1LslIayGy0OE=
knative.dev/eventing v0.15.1-0.20200707032243-5a1368ae3a29 h1:uP5J6ihhrWv0m09aYAgWowIYvLvdAfw/+0ROhZonloU=
knative.dev/eventing v0.15.1-0.20200707032243-5a1368ae3a29/go.mod h1:jU8gg/VL4ZBDkAlqTPaBMnoC1Vrw/2ue1n4vc19EN5k=
knative.dev/eventing v0.15.1-0.20200707170044-e018fe794753 h1:GvVrLC0yzL4Nn3hZJKN6qZK8AxopU4PWM6h14u8NZcU=
knative.dev/eventing v0.15.1-0.20200707170044-e018fe794753/go.mod h1:jU8gg/VL4ZBDkAlqTPaBMnoC1Vrw/2ue1n4vc19EN5k=
knative.dev/eventing-contrib v0.11.2/go.mod h1:SnXZgSGgMSMLNFTwTnpaOH7hXDzTFtw0J8OmHflNx3g=
knative.dev/networking v0.0.0-20200630191330-5080f859c17d h1:/U/lrkoEsrnDc3LHpaKHhy0uRVXpxOpH8eGVdDltsLE=
knative.dev/networking v0.0.0-20200630191330-5080f859c17d/go.mod h1:76Bt5r+xMgNrjwIjSvCvuQwbYG23cTFDIDrxU1ECA54=
Expand Down
6 changes: 3 additions & 3 deletions hack/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ source $(dirname $0)/../vendor/knative.dev/test-infra/scripts/library.sh

cd ${REPO_ROOT_DIR}

VERSION="master"
VERSION="release-0.16"

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

# Parse flags to determine any we should pass to dep.
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ k8s.io/utils/buffer
k8s.io/utils/integer
k8s.io/utils/pointer
k8s.io/utils/trace
# knative.dev/eventing v0.15.1-0.20200707032243-5a1368ae3a29
# knative.dev/eventing v0.15.1-0.20200707170044-e018fe794753
## explicit
knative.dev/eventing/pkg/adapter/v2
knative.dev/eventing/pkg/adapter/v2/test
Expand Down

0 comments on commit 9cefcda

Please sign in to comment.