File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
27
27
k8s.io/apimachinery v0.29.2
28
28
k8s.io/client-go v0.29.2
29
29
k8s.io/kubectl v0.29.0
30
- sigs.k8s.io/kind v0.24 .0
30
+ sigs.k8s.io/kind v0.25 .0
31
31
)
32
32
33
33
require (
Original file line number Diff line number Diff line change @@ -690,8 +690,8 @@ oras.land/oras-go v1.2.5 h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo=
690
690
oras.land/oras-go v1.2.5 /go.mod h1:PuAwRShRZCsZb7g8Ar3jKKQR/2A/qN+pkYxIOd/FAoo =
691
691
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
692
692
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
693
- sigs.k8s.io/kind v0.24 .0 h1:g4y4eu0qa+SCeKESLpESgMmVFBebL0BDa6f777OIWrg =
694
- sigs.k8s.io/kind v0.24 .0 /go.mod h1:t7ueEpzPYJvHA8aeLtI52rtFftNgUYUaCwvxjk7phfw =
693
+ sigs.k8s.io/kind v0.25 .0 h1:ugUvgesHKKA0yKmD6QtYTiEev+kPUpGxdTPbMGf8VTU =
694
+ sigs.k8s.io/kind v0.25 .0 /go.mod h1:t7ueEpzPYJvHA8aeLtI52rtFftNgUYUaCwvxjk7phfw =
695
695
sigs.k8s.io/kustomize/api v0.16.0 h1:/zAR4FOQDCkgSDmVzV2uiFbuy9bhu3jEzthrHCuvm1g =
696
696
sigs.k8s.io/kustomize/api v0.16.0 /go.mod h1:MnFZ7IP2YqVyVwMWoRxPtgl/5hpA+eCCrQR/866cm5c =
697
697
sigs.k8s.io/kustomize/kyaml v0.16.0 h1:6J33uKSoATlKZH16unr2XOhDI+otoe2sR3M8PDzW3K0 =
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ type kindCluster struct {
48
48
49
49
// k8sVersion is the kind node version being used.
50
50
// Note that the sha256 must match the version listed on the release for the specific version of kind
51
- // that we're currently using (e.g. https://github.com/kubernetes-sigs/kind/releases/tag/v0.24 .0)
52
- const k8sVersion = "v1.29.8 @sha256:d46b7aa29567e93b27f7531d258c372e829d7224b25e3fc6ffdefed12476d3aa "
51
+ // that we're currently using (e.g. https://github.com/kubernetes-sigs/kind/releases/tag/v0.25 .0)
52
+ const k8sVersion = "v1.29.10 @sha256:3b2d8c31753e6c8069d4fc4517264cd20e86fd36220671fb7d0a5855103aa84b "
53
53
54
54
func (k * kindCluster ) Create (ctx context.Context , port int , extraMounts []ExtraVolumeMount ) error {
55
55
ctx , span := trace .NewSpan (ctx , "kindCluster.Create" )
You can’t perform that action at this time.
0 commit comments