Skip to content

Commit 1131754

Browse files
build(deps): Upgrade CAPX version to v1.4.0
CAPX Version 1.4.0 is out and we can start using it instead of the pre-releases.
1 parent 2cb6ec5 commit 1131754

File tree

4 files changed

+8
-700
lines changed

4 files changed

+8
-700
lines changed

docs/content/getting-started/deployment/via-clusterctl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env CLUSTER_TOPOLOGY=true \
2626
NUTANIX_ENDPOINT= NUTANIX_PASSWORD= NUTANIX_USER= \
2727
AWS_B64ENCODED_CREDENTIALS= \
2828
clusterctl init \
29-
--infrastructure docker,nutanix:v1.4.0-alpha.2,aws \
29+
--infrastructure docker,nutanix:v1.4.0,aws \
3030
--addon helm \
3131
--runtime-extension caren:v{{< param "version" >}} \
3232
--wait-providers

docs/content/getting-started/deployment/via-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env CLUSTER_TOPOLOGY=true \
1414
NUTANIX_ENDPOINT= NUTANIX_PASSWORD= NUTANIX_USER= \
1515
AWS_B64ENCODED_CREDENTIALS= \
1616
clusterctl init \
17-
--infrastructure docker,nutanix:v1.4.0-alpha.2,aws \
17+
--infrastructure docker,nutanix:v1.4.0,aws \
1818
--addon helm \
1919
--wait-providers
2020
```

hack/third-party/capx/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go 1.22.1
77

88
toolchain go1.22.2
99

10-
require github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.4.0-alpha.2
10+
require github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.4.0
1111

1212
require (
1313
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
@@ -24,7 +24,7 @@ require (
2424
github.com/mailru/easyjson v0.7.7 // indirect
2525
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2626
github.com/modern-go/reflect2 v1.0.2 // indirect
27-
github.com/nutanix-cloud-native/prism-go-client v0.3.4 // indirect
27+
github.com/nutanix-cloud-native/prism-go-client v0.4.0 // indirect
2828
github.com/pkg/errors v0.9.1 // indirect
2929
golang.org/x/net v0.24.0 // indirect
3030
golang.org/x/text v0.14.0 // indirect

0 commit comments

Comments
 (0)