File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ IMPORT_BOSS_VER := v0.28.1
194194IMPORT_BOSS := $(abspath $(TOOLS_BIN_DIR ) /$(IMPORT_BOSS_BIN ) )
195195IMPORT_BOSS_PKG := k8s.io/code-generator/cmd/import-boss
196196
197- CAPI_HACK_TOOLS_VER := 1aab5f5381716d5453f06247aaddff05e5ae8c5f # Note: this the commit ID of CAPI v1.11.0-rc.0 .
197+ CAPI_HACK_TOOLS_VER := 0a2d8df101b1c66d48223859dc5df4192e071e67 # Note: this the commit ID of CAPI v1.11.0-rc.1 .
198198
199199BOSKOSCTL_BIN := boskosctl
200200BOSKOSCTL := $(abspath $(TOOLS_BIN_DIR ) /$(BOSKOSCTL_BIN ) )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-provider-vsphere
22
33go 1.24.0
44
5- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.11.0-rc.0
5+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.11.0-rc.1
66
77replace github.com/vmware-tanzu/vm-operator/pkg/constants/testlabels => github.com/vmware-tanzu/vm-operator/pkg/constants/testlabels v0.0.0-20240404200847-de75746a9505
88
Original file line number Diff line number Diff line change @@ -383,8 +383,8 @@ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 h1:M3sRQVHv7vB20Xc2ybTt7ODCeFj6J
383383k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
384384sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 h1:jpcvIRr3GLoUoEKRkHKSmGjxb6lWwrBlJsXc+eUYQHM =
385385sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 /go.mod h1:Ve9uj1L+deCXFrPOk1LpFXqTg7LCFzFso6PA48q/XZw =
386- sigs.k8s.io/cluster-api v1.11.0-rc.0 h1:sZihW/OjiucSnOKrFfo093wC/Qp0MBhmXiIcU9FtTBY =
387- sigs.k8s.io/cluster-api v1.11.0-rc.0 /go.mod h1:HVLZTAcnkzsM8bYvGgh4eC2Wfx/WzFerPvtCGfmggiw =
386+ sigs.k8s.io/cluster-api v1.11.0-rc.1 h1:99cSK8dAsh3ZAb7H+jRCs2OmB0nMybHMSHIHNJVm8FI =
387+ sigs.k8s.io/cluster-api v1.11.0-rc.1 /go.mod h1:HVLZTAcnkzsM8bYvGgh4eC2Wfx/WzFerPvtCGfmggiw =
388388sigs.k8s.io/controller-runtime v0.21.0 h1:CYfjpEuicjUecRk+KAeyYh+ouUBn4llGyDYytIGcJS8 =
389389sigs.k8s.io/controller-runtime v0.21.0 /go.mod h1:OSg14+F65eWqIu4DceX7k/+QRAbTTvxeQSNSOQpukWM =
390390sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 h1:/Rv+M11QRah1itp8VhT6HoVx1Ray9eB4DBr+K+/sCJ8 =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sigs.k8s.io/cluster-api-provider-vsphere/packaging
22
33go 1.24.0
44
5- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.11.0-rc.0
5+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.11.0-rc.1
66
77replace sigs.k8s.io/cluster-api-provider-vsphere => ../
88
Original file line number Diff line number Diff line change @@ -241,8 +241,8 @@ k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a h1:ZV3Zr+/7s7aVbjNGICQt+p
241241k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a /go.mod h1:5jIi+8yX4RIb8wk3XwBo5Pq2ccx4FP10ohkbSKCZoK8 =
242242k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 h1:hwvWFiBzdWw1FhfY1FooPn3kzWuJ8tmbZBHi4zVsl1Y =
243243k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
244- sigs.k8s.io/cluster-api v1.11.0-rc.0 h1:sZihW/OjiucSnOKrFfo093wC/Qp0MBhmXiIcU9FtTBY =
245- sigs.k8s.io/cluster-api v1.11.0-rc.0 /go.mod h1:HVLZTAcnkzsM8bYvGgh4eC2Wfx/WzFerPvtCGfmggiw =
244+ sigs.k8s.io/cluster-api v1.11.0-rc.1 h1:99cSK8dAsh3ZAb7H+jRCs2OmB0nMybHMSHIHNJVm8FI =
245+ sigs.k8s.io/cluster-api v1.11.0-rc.1 /go.mod h1:HVLZTAcnkzsM8bYvGgh4eC2Wfx/WzFerPvtCGfmggiw =
246246sigs.k8s.io/controller-runtime v0.21.0 h1:CYfjpEuicjUecRk+KAeyYh+ouUBn4llGyDYytIGcJS8 =
247247sigs.k8s.io/controller-runtime v0.21.0 /go.mod h1:OSg14+F65eWqIu4DceX7k/+QRAbTTvxeQSNSOQpukWM =
248248sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 h1:/Rv+M11QRah1itp8VhT6HoVx1Ray9eB4DBr+K+/sCJ8 =
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ providers:
2727 type : CoreProvider
2828 versions :
2929 - name : " v1.11.99"
30- value : " https://storage.googleapis.com/k8s-staging-cluster-api/components/v1.11.0-rc.0 /core-components.yaml"
30+ value : " https://storage.googleapis.com/k8s-staging-cluster-api/components/v1.11.0-rc.1 /core-components.yaml"
3131 type : " url"
3232 contract : v1beta2
3333 files :
@@ -67,7 +67,7 @@ providers:
6767 type : BootstrapProvider
6868 versions :
6969 - name : " v1.11.99"
70- value : " https://storage.googleapis.com/k8s-staging-cluster-api/components/v1.11.0-rc.0 /bootstrap-components.yaml"
70+ value : " https://storage.googleapis.com/k8s-staging-cluster-api/components/v1.11.0-rc.1 /bootstrap-components.yaml"
7171 type : " url"
7272 contract : v1beta2
7373 files :
@@ -107,7 +107,7 @@ providers:
107107 type : ControlPlaneProvider
108108 versions :
109109 - name : " v1.11.99"
110- value : " https://storage.googleapis.com/k8s-staging-cluster-api/components/v1.11.0-rc.0 /control-plane-components.yaml"
110+ value : " https://storage.googleapis.com/k8s-staging-cluster-api/components/v1.11.0-rc.1 /control-plane-components.yaml"
111111 type : " url"
112112 contract : v1beta2
113113 files :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ module sigs.k8s.io/cluster-api-provider-vsphere/test
22
33go 1.24.0
44
5- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.11.0-rc.0
5+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.11.0-rc.1
66
7- replace sigs.k8s.io/cluster-api/test => sigs.k8s.io/cluster-api/test v1.11.0-rc.0
7+ replace sigs.k8s.io/cluster-api/test => sigs.k8s.io/cluster-api/test v1.11.0-rc.1
88
99replace sigs.k8s.io/cluster-api-provider-vsphere => ../
1010
Original file line number Diff line number Diff line change @@ -534,10 +534,10 @@ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 h1:M3sRQVHv7vB20Xc2ybTt7ODCeFj6J
534534k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
535535sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 h1:jpcvIRr3GLoUoEKRkHKSmGjxb6lWwrBlJsXc+eUYQHM =
536536sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 /go.mod h1:Ve9uj1L+deCXFrPOk1LpFXqTg7LCFzFso6PA48q/XZw =
537- sigs.k8s.io/cluster-api v1.11.0-rc.0 h1:sZihW/OjiucSnOKrFfo093wC/Qp0MBhmXiIcU9FtTBY =
538- sigs.k8s.io/cluster-api v1.11.0-rc.0 /go.mod h1:HVLZTAcnkzsM8bYvGgh4eC2Wfx/WzFerPvtCGfmggiw =
539- sigs.k8s.io/cluster-api/test v1.11.0-rc.0 h1:PulJADupD3qF2F4Rwdt+OcH0YSrRgTTGYYgU/Pwu5gM =
540- sigs.k8s.io/cluster-api/test v1.11.0-rc.0 /go.mod h1:2f489Lp5TKPGVhNL6V3huq8fp6eb23APlY2cLbhuDBU =
537+ sigs.k8s.io/cluster-api v1.11.0-rc.1 h1:99cSK8dAsh3ZAb7H+jRCs2OmB0nMybHMSHIHNJVm8FI =
538+ sigs.k8s.io/cluster-api v1.11.0-rc.1 /go.mod h1:HVLZTAcnkzsM8bYvGgh4eC2Wfx/WzFerPvtCGfmggiw =
539+ sigs.k8s.io/cluster-api/test v1.11.0-rc.1 h1:DqYqYi6inHzcFlQbN/6o4Lov9y/ntwMV7/AtF7sGfYs =
540+ sigs.k8s.io/cluster-api/test v1.11.0-rc.1 /go.mod h1:2f489Lp5TKPGVhNL6V3huq8fp6eb23APlY2cLbhuDBU =
541541sigs.k8s.io/controller-runtime v0.21.0 h1:CYfjpEuicjUecRk+KAeyYh+ouUBn4llGyDYytIGcJS8 =
542542sigs.k8s.io/controller-runtime v0.21.0 /go.mod h1:OSg14+F65eWqIu4DceX7k/+QRAbTTvxeQSNSOQpukWM =
543543sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 h1:/Rv+M11QRah1itp8VhT6HoVx1Ray9eB4DBr+K+/sCJ8 =
You can’t perform that action at this time.
0 commit comments