Skip to content

Commit cbc3738

Browse files
authored
Merge pull request #365 from kubernetes-sigs/release-1.1
Release 1.1.0 - part 3/3
2 parents 5366436 + cfe2072 commit cbc3738

File tree

10 files changed

+28
-10
lines changed

10 files changed

+28
-10
lines changed

CHANGELOG-0.x.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v1.1.0
2+
3+
### Bug fixes
4+
* Change node-level idempotency to use volume-target ([#360](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/360), [@jacobwolfaws](https://github.com/jacobwolfaws))
5+
6+
### Improvements
7+
* Only trigger container images wf on v* tag ([#345](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/345), [@jacobwolfaws](https://github.com/jacobwolfaws))
8+
* Upgrade k8s and eksctl in testing ([#347](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/347), [@jacobwolfaws](https://github.com/jacobwolfaws))
9+
* Move to new s3 bucket ([#354](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/354), [@jacobwolfaws](https://github.com/jacobwolfaws))
10+
* Bump dependencies for v1.1.0 ([#361](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/361), [@jacobwolfaws](https://github.com/jacobwolfaws))
11+
* Don't mark helm chart release as latest & Show latest release badge in README ([#362](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/362), [@jacobwolfaws](https://github.com/jacobwolfaws))
12+
113
# v1.0.0
214
## Notable Changes
315
* Substantially reduced driver dependencies ([#318](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/318), [@jacobwolfaws](https://github.com/jacobwolfaws))

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Helm chart
22

3-
# v.1.7.0
3+
# v1.8.0
4+
* Use driver image 1.1.0
5+
6+
# v1.7.0
47
* Use driver image 1.0.0
58

69
# v1.6.1

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.0.0"
2+
appVersion: "1.1.0"
33
name: aws-fsx-csi-driver
44
description: A Helm chart for AWS FSx for Lustre CSI Driver
5-
version: 1.7.0
5+
version: 1.8.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.0.0
7+
tag: v1.1.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.0.0
33+
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.1.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
@@ -28,7 +28,7 @@ spec:
2828
- name: fsx-plugin
2929
securityContext:
3030
privileged: true
31-
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.0.0
31+
image: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.1.0
3232
imagePullPolicy: IfNotPresent
3333
args:
3434
- --mode=node

deploy/kubernetes/overlays/stable/ecr/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ bases:
55
images:
66
- name: public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver
77
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-fsx-csi-driver
8-
newTag: v1.0.0
8+
newTag: v1.1.0

docs/README.md

+4-1
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.1.0 | no | yes |
1819
| v1.0.0 | no | yes |
1920
| v0.10.1 | no | yes |
2021
| v0.10.0 | no | yes |
@@ -44,6 +45,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us
4445
### Kubernetes Version Compatibility Matrix
4546
| AWS FSx for Lustre CSI Driver \ Kubernetes Version | v1.11 | v1.12 | v1.13 | v1.14-16 | v1.17+ |
4647
|----------------------------------------------------|-------|-------|-------|----------|--------|
48+
| v1.1.0 | no | no | no | no | yes |
4749
| v1.0.0 | no | no | no | no | yes |
4850
| v0.10.1 | no | no | no | no | yes |
4951
| v0.10.0 | no | no | no | no | yes |
@@ -64,6 +66,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us
6466
### Container Images
6567
| FSx CSI Driver Version | Image |
6668
|------------------------|----------------------------------------------------------|
69+
| v1.1.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.1.0 |
6770
| v1.0.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.0.0 |
6871
| v0.10.1 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v0.10.1 |
6972
| v0.10.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v0.10.0 |
@@ -107,7 +110,7 @@ Before the example, you need to:
107110
Please go through [CSI Spec](https://github.com/container-storage-interface/spec/blob/master/spec.md) and [General CSI driver development guideline](https://kubernetes-csi.github.io/docs/Development.html) to get some basic understanding of CSI driver before you start.
108111

109112
### Requirements
110-
* Golang 1.20.0+
113+
* Golang 1.21.0+
111114

112115
### Dependency
113116
Dependencies are managed through go module. To build the project, first turn on go mod using `export GO111MODULE=on`, to build the project run: `make`

docs/install.md

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

8686
#### Kustomize
8787
```sh
88-
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-0.10"
88+
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.1"
8989
```
9090

9191
*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)