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 26e001f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 70 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.

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 26e001f

Please sign in to comment.