From ccb8610bdd26a7f5ffbd03175f6d7f02046338a3 Mon Sep 17 00:00:00 2001 From: Simon Beal <5381483+muddyfish@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:09:48 +0000 Subject: [PATCH] v1.12.0 release (#352) *Issue #, if available:* N/A *Description of changes:* v1.12.0 release By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- charts/aws-mountpoint-s3-csi-driver/Chart.yaml | 2 +- charts/aws-mountpoint-s3-csi-driver/values.yaml | 2 +- deploy/kubernetes/overlays/stable/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/aws-mountpoint-s3-csi-driver/Chart.yaml b/charts/aws-mountpoint-s3-csi-driver/Chart.yaml index 86a50a5c..5f101908 100644 --- a/charts/aws-mountpoint-s3-csi-driver/Chart.yaml +++ b/charts/aws-mountpoint-s3-csi-driver/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: aws-mountpoint-s3-csi-driver description: A Helm chart for installing the Mountpoint for Amazon S3 CSI Driver. This CSI driver allows your Kubernetes applications to access S3 objects through a file system interface. -version: 1.11.0 +version: 1.12.0 kubeVersion: ">=1.23.0-0" home: https://github.com/awslabs/mountpoint-s3-csi-driver sources: diff --git a/charts/aws-mountpoint-s3-csi-driver/values.yaml b/charts/aws-mountpoint-s3-csi-driver/values.yaml index 5c53b1a6..7162061a 100644 --- a/charts/aws-mountpoint-s3-csi-driver/values.yaml +++ b/charts/aws-mountpoint-s3-csi-driver/values.yaml @@ -9,7 +9,7 @@ image: repository: public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v1.11.0" + tag: "v1.12.0" node: kubeletPath: /var/lib/kubelet diff --git a/deploy/kubernetes/overlays/stable/kustomization.yaml b/deploy/kubernetes/overlays/stable/kustomization.yaml index 92831a42..75749e41 100644 --- a/deploy/kubernetes/overlays/stable/kustomization.yaml +++ b/deploy/kubernetes/overlays/stable/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: csi-driver newName: public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver - newTag: v1.11.0 + newTag: v1.12.0