File tree Expand file tree Collapse file tree 7 files changed +13
-6
lines changed
charts/aws-mountpoint-s3-csi-driver
deploy/kubernetes/overlays/stable Expand file tree Collapse file tree 7 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
7
# v1.3.0
2
8
[ Documentation] ( https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v1.3.0/README.md )
3
9
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- ARG MOUNTPOINT_VERSION=1.4.0
15
+ ARG MOUNTPOINT_VERSION=1.4.1
16
16
17
17
# Download the mountpoint tarball and produce an installable directory
18
18
# Building on Amazon Linux 2 because it has an old libc version. libfuse from the os
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
SHELL = /bin/bash
15
15
16
- VERSION =1.3.0
16
+ VERSION =1.3.1
17
17
18
18
PKG =github.com/awslabs/aws-s3-csi-driver
19
19
GIT_COMMIT? =$(shell git rev-parse HEAD)
Original file line number Diff line number Diff line change @@ -14,13 +14,14 @@ Mountpoint for Amazon S3 does not implement all the features of a POSIX file sys
14
14
## Container Images
15
15
| Driver Version | [ ECR Public] ( https://gallery.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver ) Image |
16
16
| ----------------| ---------------------------------------------------------------------------------------------------|
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 |
18
18
19
19
<details >
20
20
<summary >Previous Images</summary >
21
21
22
22
| Driver Version | [ ECR Public] ( https://gallery.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver ) Image |
23
23
| ----------------| ---------------------------------------------------------------------------------------------------|
24
+ | v1.3.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver: v1 .3.0 |
24
25
| v1.2.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver: v1 .2.0 |
25
26
| v1.1.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver: v1 .1.0 |
26
27
| v1.0.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver: v1 .0.0 |
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : aws-mountpoint-s3-csi-driver
3
3
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
5
5
kubeVersion : " >=1.23.0-0"
6
6
home : https://github.com/awslabs/mountpoint-s3-csi-driver
7
7
sources :
Original file line number Diff line number Diff line change 6
6
repository : public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver
7
7
pullPolicy : IfNotPresent
8
8
# Overrides the image tag whose default is the chart appVersion.
9
- tag : " v1.3.0 "
9
+ tag : " v1.3.1 "
10
10
11
11
node :
12
12
resources : {}
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : csi-driver
7
7
newName : public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver
8
- newTag : v1.3.0
8
+ newTag : v1.3.1
You can’t perform that action at this time.
0 commit comments