Skip to content

Commit 73ba6f9

Browse files
authoredJan 16, 2025··
Merge pull request #408 from kubernetes-sigs/release-1.3
Release 1.3 part 3/3
2 parents 356cabf + 681071a commit 73ba6f9

File tree

9 files changed

+29
-7
lines changed

9 files changed

+29
-7
lines changed
 

‎CHANGELOG-0.x.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v1.3.0
2+
3+
### Notable Changes
4+
* Add dynamic provisioning support for metadata configuration and efa ([#402](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/402), [@jpayvazian](https://github.com/jpayvazian))
5+
6+
### Bug fixes
7+
* Pin to latest AL2 5.10 kernel AMI for e2e ([#381](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/381), [@jacobwolfaws](https://github.com/jacobwolfaws))
8+
* Add permissions to release job and update Chart Releaser ([#391](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/391), [@toneill818](https://github.com/toneill818))
9+
* Docs: Update Recommended Instance Profile to include fsx:UpdateFileSystem ([#394](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/394), [@kamirendawkins](https://github.com/kamirendawkins))
10+
11+
### Improvements
12+
* Add Affinity to DaemonSet ([#377](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/377), [@karaktaka](https://github.com/karaktaka))
13+
* Migrate to aws sdk v2 ([#397](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/397), [@michael-diggin](https://github.com/michael-diggin))
14+
* Sanitize CSI request logs ([#404](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/404), [@jpayvazian](https://github.com/jpayvazian))
15+
* Bump dependencies and sidecar images for v1.3.0 ([#403](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/403), [#405](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/405), [@jpayvazian](https://github.com/jpayvazian))
16+
117
# v1.2.0
218

319
### Bug fixes

‎Makefile

+1-1
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-
VERSION?=v1.2.0
15+
VERSION?=v1.3.0
1616

1717
PKG=sigs.k8s.io/aws-fsx-csi-driver
1818
GIT_COMMIT?=$(shell git rev-parse HEAD)

‎charts/aws-fsx-csi-driver/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Helm chart
22

3+
# v1.10.0
4+
* Use driver image 1.3.0
5+
36
# v1.9.2
47
* Fix ci tooling
58

‎charts/aws-fsx-csi-driver/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: "1.2.0"
2+
appVersion: "1.3.0"
33
name: aws-fsx-csi-driver
44
description: A Helm chart for AWS FSx for Lustre CSI Driver
5-
version: 1.9.2
5+
version: 1.10.0
66
kubeVersion: ">=1.17.0-0"
77
home: https://github.com/kubernetes-sigs/aws-fsx-csi-driver
88
sources:

‎charts/aws-fsx-csi-driver/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver
7-
tag: v1.2.0
7+
tag: v1.3.0
88
pullPolicy: IfNotPresent
99

1010
csidriver:

‎deploy/kubernetes/base/controller-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
tolerationSeconds: 300
3131
containers:
3232
- name: fsx-plugin
33-
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.2.0
33+
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.3.0
3434
imagePullPolicy: IfNotPresent
3535
args:
3636
- --mode=controller

‎deploy/kubernetes/base/node-daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
- name: fsx-plugin
3838
securityContext:
3939
privileged: true
40-
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.2.0
40+
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.3.0
4141
imagePullPolicy: IfNotPresent
4242
args:
4343
- --mode=node

‎docs/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ For installation and deployment instructions, please refer to our [installation
1515
### CSI Specification Compatibility Matrix
1616
| AWS FSx for Lustre CSI Driver \ CSI Version | v0.3.0 | v1.x.x |
1717
|---------------------------------------------|--------|--------|
18+
| v1.3.0 | no | yes |
1819
| v1.2.0 | no | yes |
1920
| v1.1.0 | no | yes |
2021
| v1.0.0 | no | yes |
@@ -46,6 +47,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us
4647
### Kubernetes Version Compatibility Matrix
4748
| AWS FSx for Lustre CSI Driver \ Kubernetes Version | v1.11 | v1.12 | v1.13 | v1.14-16 | v1.17+ |
4849
|----------------------------------------------------|-------|-------|-------|----------|--------|
50+
| v1.3.0 | no | no | no | no | yes |
4951
| v1.2.0 | no | no | no | no | yes |
5052
| v1.1.0 | no | no | no | no | yes |
5153
| v1.0.0 | no | no | no | no | yes |
@@ -68,6 +70,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us
6870
### Container Images
6971
| FSx CSI Driver Version | Image |
7072
|------------------------|----------------------------------------------------------|
73+
| v1.3.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.3.0 |
7174
| v1.2.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.2.0 |
7275
| v1.1.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.1.0 |
7376
| v1.0.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.0.0 |

‎docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You may deploy the FSx for Lustre CSI driver via Kustomize or Helm
8686

8787
#### Kustomize
8888
```sh
89-
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.2"
89+
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.3"
9090
```
9191

9292
*Note: Using the master branch to deploy the driver is not supported as the master branch may contain upcoming features incompatible with the currently released stable version of the driver.*

0 commit comments

Comments
 (0)
Please sign in to comment.