Skip to content

Commit 557a1c9

Browse files
committed
Release 1.5.0 1/3: Update docs and version v2
1 parent 8e5b561 commit 557a1c9

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG-0.x.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v1.5.0
2+
3+
### Bug fixes
4+
* Update e2e test dependencies - Kubernetes, Ginkgo, pinned AMI, eksctl ([#441](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/441), [@nppietra](https://github.com/nppietra))
5+
* Expose AWS_REGION on the node ([#430](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/428), [@olemarkus](https://github.com/olemarkus))
6+
7+
### Improvements
8+
* Add prestop hook for graceful termination ([#428](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/428), [@kuba-wolf](https://github.com/kuba-wolf))
9+
* Add Affinity to Controller and Node in the Helm Chart ([#444](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/444), [@Trickybrain](https://github.com/Trickybrain))
10+
* Add Security Context in the Helm Chart ([#444](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/444), [@Trickybrain](https://github.com/Trickybrain))
11+
* Add PodDisruptionBudget ([#444](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/444), [@Trickybrain](https://github.com/Trickybrain))
12+
* Add more flexibility in specifying where to pull the container image from ([#444](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/444), [@Trickybrain](https://github.com/Trickybrain))
13+
114
# v1.4.0
215

316
### Bug fixes

Makefile

Lines changed: 1 addition & 1 deletion
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.4.0
15+
VERSION?=v1.5.0
1616

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

docs/README.md

Lines changed: 3 additions & 0 deletions
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.5.0 | no | yes |
1819
| v1.4.0 | no | yes |
1920
| v1.3.0 | no | yes |
2021
| v1.2.0 | no | yes |
@@ -48,6 +49,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us
4849
### Kubernetes Version Compatibility Matrix
4950
| AWS FSx for Lustre CSI Driver \ Kubernetes Version | v1.11 | v1.12 | v1.13 | v1.14-16 | v1.17+ |
5051
|----------------------------------------------------|-------|-------|-------|----------|--------|
52+
| v1.5.0 | no | no | no | no | yes |
5153
| v1.4.0 | no | no | no | no | yes |
5254
| v1.3.0 | no | no | no | no | yes |
5355
| v1.2.0 | no | no | no | no | yes |
@@ -72,6 +74,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us
7274
### Container Images
7375
| FSx CSI Driver Version | Image |
7476
|------------------------|----------------------------------------------------------|
77+
| v1.5.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.5.0 |
7578
| v1.4.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.4.0 |
7679
| v1.3.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.3.0 |
7780
| v1.2.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.2.0 |

docs/install.md

Lines changed: 1 addition & 1 deletion
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.4"
89+
kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.5"
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)