Skip to content

Commit

Permalink
build(deps): Upgrade CAPX and CCM Versions
Browse files Browse the repository at this point in the history
Update CAPX to v1.5.0-beta.2
Update CCM to v0.4.0
  • Loading branch information
thunderboltsid committed Aug 1, 2024
1 parent abca6f1 commit 088787f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data:
RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://kubernetes-sigs.github.io/node-feature-discovery/charts{{ end }}
nutanix-ccm: |
ChartName: nutanix-cloud-provider
ChartVersion: 0.3.4
ChartVersion: 0.4.0
RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm/{{ end }}
nutanix-storage-csi: |
ChartName: nutanix-csi-storage
Expand Down
2 changes: 1 addition & 1 deletion hack/addons/mindthegap-helm-registry/repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repositories:
repoURL: https://nutanix.github.io/helm/
charts:
nutanix-cloud-provider:
- 0.3.4
- 0.4.0
nutanix-csi-storage:
repoURL: https://nutanix.github.io/helm-releases/
charts:
Expand Down
4 changes: 2 additions & 2 deletions hack/third-party/capx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go 1.22.1

toolchain go1.22.2

require github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.5.0-beta.1
require github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.5.0-beta.2

require (
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
Expand All @@ -24,7 +24,7 @@ require (
github.com/mailru/easyjson v0.7.7 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/nutanix-cloud-native/prism-go-client v0.4.1-0.20240723182624-ebad4f1ab5c5 // indirect
github.com/nutanix-cloud-native/prism-go-client v0.5.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/text v0.15.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions hack/third-party/capx/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.5.0-beta.1 h1:ttcd2Fw05ABj48lMYy0GQrF+nj8Snygcxy6RbA2yRXA=
github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.5.0-beta.1/go.mod h1:1MX3abwtC8hxnEAh2othC4cnwX88wTKbFPxSwYpQONY=
github.com/nutanix-cloud-native/prism-go-client v0.4.1-0.20240723182624-ebad4f1ab5c5 h1:jx5xhYQDtPPl/ZibqBsnvR5KcHlrod3BL4qC/AULDhM=
github.com/nutanix-cloud-native/prism-go-client v0.4.1-0.20240723182624-ebad4f1ab5c5/go.mod h1:QhLX+sEep0cStzHVYU6mPgIlnA8U3DySskagrbDprRk=
github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.5.0-beta.2 h1:LZCzQqDp9IrGr0H3JPFrB2ls/NIWLHZVahPYRV4tb9g=
github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.5.0-beta.2/go.mod h1:lv5bJGZqHKDAViqDJjk5PFdlkoPvDNtPMTQMMJKfJdY=
github.com/nutanix-cloud-native/prism-go-client v0.5.0 h1:aSNuKDOK7+q676MQyetYXcySY41IjSvN2UmrDIU3+6s=
github.com/nutanix-cloud-native/prism-go-client v0.5.0/go.mod h1:QhLX+sEep0cStzHVYU6mPgIlnA8U3DySskagrbDprRk=
github.com/onsi/ginkgo/v2 v2.19.0 h1:9Cnnf7UHo57Hy3k6/m5k3dRfGTMXGvxhHFvkDTCTpvA=
github.com/onsi/ginkgo/v2 v2.19.0/go.mod h1:rlwLi9PilAFJ8jCg9UE1QP6VBpd6/xj3SRC0d6TU0To=
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
Expand Down
2 changes: 1 addition & 1 deletion make/addons.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export AWS_CCM_VERSION_128 := v1.28.6
export AWS_CCM_VERSION_129 := v1.29.3
export AWS_CCM_VERSION_130 := v1.30.1

export NUTANIX_CCM_CHART_VERSION := 0.3.4
export NUTANIX_CCM_CHART_VERSION := 0.4.0

export KUBE_VIP_VERSION := v0.8.1

Expand Down

0 comments on commit 088787f

Please sign in to comment.