Skip to content

Commit

Permalink
Merge pull request #165 from ayberk/release-0.4
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
k8s-ci-robot committed Nov 3, 2020
2 parents d44f910 + c18c152 commit 5d2c96f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG-0.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.4.0

## Changelog
See [details](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/compare/v0.3.0...v0.4.0) for all the changes.

# v0.3.0
[Documentation](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/blob/v0.3.0/docs/README.md)

Expand Down
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,7 +4,7 @@ bases:
- ../../base
images:
- name: amazon/aws-fsx-csi-driver
newTag: v0.3.0
newTag: v0.4.0
- name: quay.io/k8scsi/csi-provisioner
newTag: v1.3.0
- name: quay.io/k8scsi/livenessprobe
Expand Down
15 changes: 9 additions & 6 deletions 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.1.0 |
|---------------------------------------------------|-------|--------|
| master branch | no | yes |
| v0.4.0 | no | yes |
| v0.3.0 | no | yes |
| v0.2.0 | no | yes |
| v0.1.0 | yes | no |
Expand All @@ -25,17 +26,19 @@ The following CSI interfaces are implemented:
Following sections are Kubernetes specific. If you are Kubernetes user, use followings for driver features, installation steps and examples.

### Kubernetes Version Compability Matrix
| AWS FSx for Lustre CSI Driver \ Kubernetes Version| v1.11 | v1.12 | v1.13 | v1.14 | v1.15 |
|---------------------------------------------------|-------|-------|-------|-------|-------|
| master branch | no | no | no | yes | yes |
| v0.3.0 | no | no | no | yes | yes |
| v0.2.0 | no | no | no | yes | yes |
| v0.1.0 | yes | yes | yes | no | no |
| AWS FSx for Lustre CSI Driver \ Kubernetes Version| v1.11 | v1.12 | v1.13 | v1.14 | v1.15+ |
|---------------------------------------------------|-------|-------|-------|-------|--------|
| master branch | no | no | no | yes | yes |
| v0.4.0 | no | no | no | yes | yes |
| v0.3.0 | no | no | no | yes | yes |
| v0.2.0 | no | no | no | yes | yes |
| v0.1.0 | yes | yes | yes | no | no |

### Container Images
|FSx CSI Driver Version | Image |
|---------------------------|-------------------------------------|
|master branch |amazon/aws-fsx-csi-driver:latest |
|v0.4.0 |amazon/aws-fsx-csi-driver:v0.4.0 |
|v0.3.0 |amazon/aws-fsx-csi-driver:v0.3.0 |
|v0.2.0 |amazon/aws-fsx-csi-driver:v0.2.0 |
|v0.1.0 |amazon/aws-fsx-csi-driver:v0.1.0 |
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "0.3.0"
appVersion: "0.4.0"
name: aws-fsx-csi-driver
description: A Helm chart for AWS FSx for Lustre CSI Driver
version: 0.1.0
version: 0.2.0
kubeVersion: ">=1.14.0-0"
home: https://github.com/kubernetes-sigs/aws-fsx-csi-driver
sources:
Expand Down
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ controllerService:
fsxPlugin:
image:
repository: amazon/aws-fsx-csi-driver
tag: v0.3.0
tag: v0.4.0
pullPolicy: IfNotPresent

extraArgs:
Expand Down Expand Up @@ -63,7 +63,7 @@ nodeService:
fsxPlugin:
image:
repository: amazon/aws-fsx-csi-driver
tag: v0.3.0
tag: v0.4.0
pullPolicy: IfNotPresent

extraArgs:
Expand Down

0 comments on commit 5d2c96f

Please sign in to comment.