Skip to content

Commit

Permalink
knative/pkg: bump to release-1.7.
Browse files Browse the repository at this point in the history
This just make us depend on a "released" version of knative/pkg
instead of a commit on main.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Aug 24, 2022
1 parent 472f51c commit d28aaa1
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 21 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
k8s.io/code-generator v0.23.9
k8s.io/klog v1.0.0
k8s.io/kube-openapi v0.0.0-20220124234850-424119656bbf
knative.dev/pkg v0.0.0-20220805012121-7b8b06028e4f
knative.dev/pkg v0.0.0-20220818004048-4a03844c0b15
sigs.k8s.io/yaml v1.3.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum

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

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-1.6"
VERSION="release-1.7"

# The list of dependencies that we track at HEAD and periodically
# float forward in this repository.
Expand Down
71 changes: 55 additions & 16 deletions vendor/knative.dev/pkg/network/handlers/drain.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/modules.txt

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

0 comments on commit d28aaa1

Please sign in to comment.