diff --git a/CHANGELOG-0.x.md b/CHANGELOG-0.x.md index 17606b91..c143b786 100644 --- a/CHANGELOG-0.x.md +++ b/CHANGELOG-0.x.md @@ -1,3 +1,19 @@ +# v1.3.0 + +### Notable Changes +* 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)) + +### Bug fixes +* 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)) +* 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)) +* 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)) + +### Improvements +* Add Affinity to DaemonSet ([#377](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/377), [@karaktaka](https://github.com/karaktaka)) +* Migrate to aws sdk v2 ([#397](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/397), [@michael-diggin](https://github.com/michael-diggin)) +* Sanitize CSI request logs ([#404](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/404), [@jpayvazian](https://github.com/jpayvazian)) +* 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)) + # v1.2.0 ### Bug fixes diff --git a/Makefile b/Makefile index c9972814..f1c4e37e 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION?=v1.2.0 +VERSION?=v1.3.0 PKG=sigs.k8s.io/aws-fsx-csi-driver GIT_COMMIT?=$(shell git rev-parse HEAD) diff --git a/docs/README.md b/docs/README.md index f9d1c7a2..99d9aef1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,6 +15,7 @@ For installation and deployment instructions, please refer to our [installation ### CSI Specification Compatibility Matrix | AWS FSx for Lustre CSI Driver \ CSI Version | v0.3.0 | v1.x.x | |---------------------------------------------|--------|--------| +| v1.3.0 | no | yes | | v1.2.0 | no | yes | | v1.1.0 | no | yes | | v1.0.0 | no | yes | @@ -46,6 +47,7 @@ The following sections are Kubernetes-specific. If you are a Kubernetes user, us ### Kubernetes Version Compatibility Matrix | AWS FSx for Lustre CSI Driver \ Kubernetes Version | v1.11 | v1.12 | v1.13 | v1.14-16 | v1.17+ | |----------------------------------------------------|-------|-------|-------|----------|--------| +| v1.3.0 | no | no | no | no | yes | | v1.2.0 | no | no | no | no | yes | | v1.1.0 | no | no | no | no | yes | | 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 ### Container Images | FSx CSI Driver Version | Image | |------------------------|----------------------------------------------------------| +| v1.3.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.3.0 | | v1.2.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.2.0 | | v1.1.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.1.0 | | v1.0.0 | public.ecr.aws/fsx-csi-driver/aws-fsx-csi-driver:v1.0.0 | diff --git a/docs/install.md b/docs/install.md index 676a13f5..becf9bdd 100644 --- a/docs/install.md +++ b/docs/install.md @@ -86,7 +86,7 @@ You may deploy the FSx for Lustre CSI driver via Kustomize or Helm #### Kustomize ```sh -kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.2" +kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.3" ``` *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.*