Skip to content

Commit 9436233

Browse files
authored
Staging v1.3.1 release (#151)
1 parent fb8d0a0 commit 9436233

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.3.1
2+
[Documentation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v1.3.1/README.md)
3+
4+
### Notable changes
5+
* Support Mountpoint [version 1.4.1](https://github.com/awslabs/mountpoint-s3/releases/tag/mountpoint-s3-1.4.1) which is a patchfix for a critical bug
6+
17
# v1.3.0
28
[Documentation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v1.3.0/README.md)
39

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#See the License for the specific language governing permissions and
1313
#limitations under the License.
1414

15-
ARG MOUNTPOINT_VERSION=1.4.0
15+
ARG MOUNTPOINT_VERSION=1.4.1
1616

1717
# Download the mountpoint tarball and produce an installable directory
1818
# Building on Amazon Linux 2 because it has an old libc version. libfuse from the os

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#limitations under the License.
1414
SHELL = /bin/bash
1515

16-
VERSION=1.3.0
16+
VERSION=1.3.1
1717

1818
PKG=github.com/awslabs/aws-s3-csi-driver
1919
GIT_COMMIT?=$(shell git rev-parse HEAD)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ Mountpoint for Amazon S3 does not implement all the features of a POSIX file sys
1414
## Container Images
1515
| Driver Version | [ECR Public](https://gallery.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver) Image |
1616
|----------------|---------------------------------------------------------------------------------------------------|
17-
| v1.3.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.3.0 |
17+
| v1.3.1 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.3.1 |
1818

1919
<details>
2020
<summary>Previous Images</summary>
2121

2222
| Driver Version | [ECR Public](https://gallery.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver) Image |
2323
|----------------|---------------------------------------------------------------------------------------------------|
24+
| v1.3.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.3.0 |
2425
| v1.2.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.2.0 |
2526
| v1.1.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.1.0 |
2627
| v1.0.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.0.0 |

charts/aws-mountpoint-s3-csi-driver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: aws-mountpoint-s3-csi-driver
33
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.
4-
version: 1.3.0
4+
version: 1.3.1
55
kubeVersion: ">=1.23.0-0"
66
home: https://github.com/awslabs/mountpoint-s3-csi-driver
77
sources:

charts/aws-mountpoint-s3-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image:
66
repository: public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver
77
pullPolicy: IfNotPresent
88
# Overrides the image tag whose default is the chart appVersion.
9-
tag: "v1.3.0"
9+
tag: "v1.3.1"
1010

1111
node:
1212
resources: {}

deploy/kubernetes/overlays/stable/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: csi-driver
77
newName: public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver
8-
newTag: v1.3.0
8+
newTag: v1.3.1

0 commit comments

Comments
 (0)