mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-06 13:36:54 +00:00
temporarily avoid upgrades to kube v0.32.0 without replace directives
This commit is contained in:
@@ -3,3 +3,17 @@
|
||||
|
||||
# Fosite has not had a release for a long time, so use the head of their main branch.
|
||||
github.com/ory/fosite github.com/ory/fosite@master
|
||||
|
||||
# Temporarily prevent upgrading the Kube packages due to a bug in v0.32.0 which
|
||||
# causes the race detector to fail our unit tests. We hope to remove these
|
||||
# version locks as soon as possible.
|
||||
k8s.io/api k8s.io/api@v0.31.4
|
||||
k8s.io/apiextensions-apiserver k8s.io/apiextensions-apiserver@v0.31.4
|
||||
k8s.io/apimachinery k8s.io/apimachinery@v0.31.4
|
||||
k8s.io/apiserver k8s.io/apiserver@v0.31.4
|
||||
k8s.io/client-go k8s.io/client-go@v0.31.4
|
||||
k8s.io/component-base k8s.io/component-base@v0.31.4
|
||||
k8s.io/kube-aggregator k8s.io/kube-aggregator@v0.31.4
|
||||
# When using v0.31.4, need to use this version of kube-openapi.
|
||||
# See https://github.com/kubernetes/apiserver/blob/v0.31.4/go.mod#L54
|
||||
k8s.io/kube-openapi k8s.io/kube-openapi@v0.0.0-20240228011516-70dd3763d340
|
||||
|
||||
Reference in New Issue
Block a user