Skip to content

Commit

Permalink
Merge pull request eksctl-io#121 from leakingtapan/release-note
Browse files Browse the repository at this point in the history
Add CHANGELOG for v0.1.0 alpha release
  • Loading branch information
k8s-ci-robot authored Nov 28, 2018
2 parents 37019aa + 3d921ba commit a2e0d6c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG-0.1.md
Original file line number Diff line number Diff line change
@@ -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/))
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit a2e0d6c

Please sign in to comment.