Skip to content

Commit

Permalink
Pin knative/pkg to 1.8
Browse files Browse the repository at this point in the history
This pin the dependency to the 1.8 release of knative instead of a
commit in main.

The commit (knative/pkg@8178c38)
that #5643 required is available in 1.8 (see https://github.com/knative/pkg/commits/release-1.8)

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Oct 19, 2022
1 parent 2ae8b6a commit 9bd07d4
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 71 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
k8s.io/code-generator v0.25.2
k8s.io/klog v1.0.0
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1
knative.dev/pkg v0.0.0-20221014164553-b812affa3893
knative.dev/pkg v0.0.0-20221011175852-714b7630a836
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.7"
VERSION="release-1.8"

# The list of dependencies that we track at HEAD and periodically
# float forward in this repository.
Expand Down
33 changes: 0 additions & 33 deletions vendor/knative.dev/pkg/injection/sharedmain/main.go

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

33 changes: 0 additions & 33 deletions vendor/knative.dev/pkg/metrics/config_observability.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 9bd07d4

Please sign in to comment.