diff --git a/CHANGELOG-0.x.md b/CHANGELOG-0.x.md index 7490c945..99e99192 100644 --- a/CHANGELOG-0.x.md +++ b/CHANGELOG-0.x.md @@ -1,3 +1,11 @@ +# v0.8.0 + +### Misc. +* Release 0.7.0 part 3/3 ([#224](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/224), [@khoang98](https://github.com/khoang98)) +* Add make all-push rule ([#228](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/228), [@wongma7](https://github.com/wongma7)) +* Release 0.7.1 part 3/3 ([#230](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/230), [@wongma7](https://github.com/wongma7)) +* Update ECR sidecars to 1-18-13 ([#231](https://github.com/kubernetes-sigs/aws-fsx-csi-driver/pull/231), [@wongma7](https://github.com/wongma7)) + # v0.7.1 * Updating to latest AL2 base image. diff --git a/Makefile b/Makefile index 910e6110..02a3a80b 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION=v0.7.1 +VERSION=v0.8.0 PKG=github.com/kubernetes-sigs/aws-fsx-csi-driver GIT_COMMIT?=$(shell git rev-parse HEAD) diff --git a/docs/README.md b/docs/README.md index 61f4ee60..8f0fca11 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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.8.0 | no | yes | | v0.7.1 | no | yes | | v0.7.0 | no | yes | | v0.6.0 | no | yes | @@ -33,6 +34,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.8.0 | no | no | no | no | yes | | v0.7.1 | no | no | no | no | yes | | v0.7.0 | no | no | no | no | yes | | v0.6.0 | no | no | no | no | yes | @@ -46,6 +48,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.8.0 |amazon/aws-fsx-csi-driver:v0.8.0 | |v0.7.1 |amazon/aws-fsx-csi-driver:v0.7.1 | |v0.7.0 |amazon/aws-fsx-csi-driver:v0.7.0 | |v0.6.0 |amazon/aws-fsx-csi-driver:v0.6.0 | @@ -118,7 +121,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.7" +kubectl apply -k "github.com/kubernetes-sigs/aws-fsx-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-0.8" ``` Alternatively, you could also install the driver using helm: