From 3d921ba792f1b3f034a4fdf342907c0e9b277cec Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Fri, 16 Nov 2018 16:15:57 -0800 Subject: [PATCH] Add CHANGELOG for v0.1.0 alpha release --- CHANGELOG-0.1.md | 23 +++++++++++++++++++++++ docs/README.md | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG-0.1.md diff --git a/CHANGELOG-0.1.md b/CHANGELOG-0.1.md new file mode 100644 index 0000000000..de14e26b83 --- /dev/null +++ b/CHANGELOG-0.1.md @@ -0,0 +1,23 @@ +# v0.1.0 +[Documentation](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/v0.1.0/docs/README.md) + +## Downloads for v0.1.0 + +filename | sha512 hash +--------- | ------------ +[v0.1.0.zip](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/archive/v0.1.0.zip) | `2e74b202a96a1dc4a604d1e7cc86356706b21bbbe8090a48b476eedbd1c8c80a06bd068d40af24f9e85313eb226544b58c35a9da38a923c9a68ee3032ad3afc0` +[v0.1.0.tar.gz](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/archive/v0.1.0.tar.gz) | `5d8175b912403b069f5863cd5de29668d1c9f43e8e77234f2e306f7e65e30d79a93c7c8eb47838755586347df89e3f9490b951b962ec2342a544f850db1a9825` + +## Changelog since initial commit + +### Notable changes +* Update driver name and topology key ([#105](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/105), [@leakingtapan](https://github.com/leakingtapan/)) +* Add support for creating encrypted volume and unit test ([#80](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/80), [@leakingtapan](https://github.com/leakingtapan/)) +* Implement support for storage class parameter - volume type ([#73](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/73), [@leakingtapan](https://github.com/leakingtapan/)) +* Implement support for storage class parameter - fsType ([#67](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/67), [@leakingtapan](https://github.com/leakingtapan/)) +* Add missing capability and clusterrole permission to enable tology awareness scheduling ([#61](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/commit/2873e0b), [@leakingtapan](https://github.com/leakingtapan/)) +* Wait for correct attachment state ([#58](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/58), [@bertinatto](https://github.com/bertinatto/)) +* Implement topology awareness support for dynamic provisioning ([#42](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/42), [@leakingtapan](https://github.com/leakingtapan/)) +* Wait for volume status in e2e test ([#34](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/34), [@bertinatto](https://github.com/bertinatto/)) +* Update cloud provider interface to take in context ([#45](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/45), [@leakingtapan](https://github.com/leakingtapan/)) +* Initial driver implementation ([9ba4c5d](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/commit/9ba4c5d), [@bertinatto](https://github.com/bertinatto/)) diff --git a/docs/README.md b/docs/README.md index 780c513bbd..5952dc00f3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -19,7 +19,7 @@ This driver is in alpha stage and basic volume operations are already working in This driver is compatiable with CSI version [v0.3.0](https://github.com/container-storage-interface/spec/blob/v0.3.0/spec.md). -Stable alpha image: [amazon/aws-ebs-csi-driver:0.1.0-alpha](https://hub.docker.com/r/amazon/aws-ebs-csi-driver/) +Stable alpha image: [amazon/aws-ebs-csi-driver:0.1.0](https://hub.docker.com/r/amazon/aws-ebs-csi-driver/) To check our current development efforts, visit our [Milestones page](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/milestones).