Skip to content

Commit

Permalink
Merge pull request #282 from kubernetes-sigs/release-0.9
Browse files Browse the repository at this point in the history
Release 0.9.0 part 3/3 Merge Master
  • Loading branch information
k8s-ci-robot authored Dec 2, 2022
2 parents 60823a8 + a4fc150 commit e35ddd0
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG-0.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.9.0

### Misc.
* Bump klog to klog2 ([#267](https:/kubernetes-sigs/aws-fsx-csi-driver/pull/267), [@olemarkus](https:/olemarkus))
* Bump golang to 1.19 ([#268](https:/kubernetes-sigs/aws-fsx-csi-driver/pull/268), [@olemarkus](https:/olemarkus))
* Check if volume is mounted before unmounting ([#274](https:/kubernetes-sigs/aws-fsx-csi-driver/pull/274), [@khoang98](https:/khoang98))
* upgrade kubernetes dependencies to v0.22.3 ([#276](https:/kubernetes-sigs/aws-fsx-csi-driver/pull/276), [@jacobwolfaws](https:/jacobwolfaws))
* Update import path to match the go module name ([#277](https:/kubernetes-sigs/aws-fsx-csi-driver/pull/277), [@olemarkus](https:/olemarkus))

# v0.8.3
* Use docker buildx 0.8.x --no-cache-filter to avoid using cached amazonlinux image ([#249](https:/kubernetes-sigs/aws-fsx-csi-driver/pull/249), [@wongma7](https:/wongma7))
* Release 0.8.2 part 3/3 ([#251](https:/kubernetes-sigs/aws-fsx-csi-driver/pull/251), [@amankhunt](https:/amankhunt))
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION=v0.8.3
VERSION=v0.9.0

PKG=github.com/kubernetes-sigs/aws-fsx-csi-driver
GIT_COMMIT?=$(shell git rev-parse HEAD)
Expand Down
4 changes: 4 additions & 0 deletions charts/aws-fsx-csi-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Helm chart

# v1.5.0
* Use driver 0.9.0

# v1.4.4
* Use driver 0.8.3

Expand Down
4 changes: 2 additions & 2 deletions charts/aws-fsx-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "0.8.3"
appVersion: "0.9.0"
name: aws-fsx-csi-driver
description: A Helm chart for AWS FSx for Lustre CSI Driver
version: 1.4.4
version: 1.5.0
kubeVersion: ">=1.17.0-0"
home: https:/kubernetes-sigs/aws-fsx-csi-driver
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-fsx-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: amazon/aws-fsx-csi-driver
tag: v0.8.3
tag: v0.9.0
pullPolicy: IfNotPresent

csidriver:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
tolerationSeconds: 300
containers:
- name: fsx-plugin
image: amazon/aws-fsx-csi-driver:v0.8.3
image: amazon/aws-fsx-csi-driver:v0.9.0
imagePullPolicy: IfNotPresent
args:
- --endpoint=$(CSI_ENDPOINT)
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: fsx-plugin
securityContext:
privileged: true
image: amazon/aws-fsx-csi-driver:v0.8.3
image: amazon/aws-fsx-csi-driver:v0.9.0
imagePullPolicy: IfNotPresent
args:
- --endpoint=$(CSI_ENDPOINT)
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/ecr/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ bases:
images:
- name: amazon/aws-fsx-csi-driver
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-fsx-csi-driver
newTag: v0.8.3
newTag: v0.9.0
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ bases:
- ../../base
images:
- name: amazon/aws-fsx-csi-driver
newTag: v0.8.3
newTag: v0.9.0
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The [Amazon FSx for Lustre](https://aws.amazon.com/fsx/lustre/) Container Storag
| AWS FSx for Lustre CSI Driver \ CSI Version | v0.3.0 | v1.x.x |
|---------------------------------------------|--------|--------|
| master branch | no | yes |
| v0.9.0 | no | yes |
| v0.8.3 | no | yes |
| v0.8.2 | no | yes |
| v0.8.1 | no | yes |
Expand All @@ -37,6 +38,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us
| AWS FSx for Lustre CSI Driver \ Kubernetes Version | v1.11 | v1.12 | v1.13 | v1.14-16 | v1.17+ |
|----------------------------------------------------|-------|-------|-------|----------|--------|
| master branch | no | no | no | no | yes |
| v0.9.0 | no | no | no | no | yes |
| v0.8.3 | no | no | no | no | yes |
| v0.8.2 | no | no | no | no | yes |
| v0.8.1 | no | no | no | no | yes |
Expand All @@ -54,6 +56,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us
| FSx CSI Driver Version | Image |
|------------------------|----------------------------------|
| master branch | amazon/aws-fsx-csi-driver:latest |
| v0.9.0 | amazon/aws-fsx-csi-driver:v0.9.0 |
| v0.8.3 | amazon/aws-fsx-csi-driver:v0.8.3 |
| v0.8.2 | amazon/aws-fsx-csi-driver:v0.8.2 |
| v0.8.1 | amazon/aws-fsx-csi-driver:v0.8.1 |
Expand Down Expand Up @@ -130,7 +133,7 @@ kubectl apply -f secret.yaml

#### Deploy driver
```sh
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-0.8"
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-0.9"
```

Alternatively, you could also install the driver using helm:
Expand Down

0 comments on commit e35ddd0

Please sign in to comment.