From 5829c82da1ba3ee2a71d18c6a5a109b97e3fecc3 Mon Sep 17 00:00:00 2001 From: Sid Shukla Date: Mon, 29 Jul 2024 15:47:42 +0200 Subject: [PATCH] Update CCM Helm chart to CCM Version 0.4.0 (#151) --- charts/nutanix-cloud-provider/Chart.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/charts/nutanix-cloud-provider/Chart.yaml b/charts/nutanix-cloud-provider/Chart.yaml index 7281817..91985a3 100644 --- a/charts/nutanix-cloud-provider/Chart.yaml +++ b/charts/nutanix-cloud-provider/Chart.yaml @@ -12,13 +12,17 @@ keywords: - Cloud Controller Manager - Cloud - CCM -version: 0.3.4 -appVersion: "v0.3.2" +version: 0.4.0 +appVersion: "v0.4.0" annotations: artifacthub.io/displayName: "Nutanix Cloud Provider" artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - - Fix SWEET32 issue + - Use a cached prism-go-client with session auth + - Do not log node exists/shutdown status at default verbosity + - Nutanix CCM should scope secret informers per namespace + - Update k8s dependencies to v0.30.2 + - Update prism-go-client to v0.4.0 artifacthub.io/maintainers: | - name: Nutanix Cloud Native Team email: cloudnative@nutanix.com