|
| 1 | +# v0.3.0 |
| 2 | +[Documentation](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/README.md) |
| 3 | + |
| 4 | +## Action Required |
| 5 | +* None |
| 6 | + |
| 7 | +## Upgrade Driver |
| 8 | +Driver upgrade should be performed one version at a time by using following steps: |
| 9 | +1. Delete the old driver controller service and node service along with other resources including cluster roles, cluster role bindings and service accounts. |
| 10 | +1. Deploy the new driver controller service and node service along with other resources including cluster roles, cluster role bindings and service accounts. |
| 11 | + |
| 12 | +## Changes since v0.2.0 |
| 13 | +See [details](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/compare/v0.2.0...master) for all the changes. |
| 14 | + |
| 15 | +### Notable changes |
| 16 | +* Strip symbol for production build ([#201](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/201), [@leakingtapan](https://github.com/leakingtapan/)) |
| 17 | +* Remove vendor directory ([#198](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/198), [@leakingtapan](https://github.com/leakingtapan/)) |
| 18 | +* Use same mount to place in the csi.sock, remove obsolete volumes ([#212](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/212), [@frittentheke](https://github.com/frittentheke/)) |
| 19 | +* Add snapshot support ([#131](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/131), [@tsmetana](https://github.com/tsmetana/)) |
| 20 | +* Add snapshot examples ([#210](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/210), [@tsmetana](https://github.com/tsmetana/)) |
| 21 | +* Implement raw block volume support ([#215](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/215), [@leakingtapan](https://github.com/leakingtapan/)) |
| 22 | +* Add unit tests for ControllerPublish and ControllerUnpublish requests ([#219](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/219), [@sreis](https://github.com/sreis/)) |
| 23 | +* New block volume e2e tests ([#226](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/226), [@dkoshkin](https://github.com/dkoshkin/)) |
| 24 | +* Implement device path discovery for NVMe support ([#231](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/231), [@leakingtapan](https://github.com/leakingtapan/)) |
| 25 | +* Cleanup README and examples ([@232](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/232), [@dkoshkin](https://github.com/dkoshkin/)) |
| 26 | +* New volume snapshot e2e tests ([#235](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/235), [@dkoshkin](https://github.com/dkoshkin/)) |
| 27 | + |
1 | 28 | # v0.2.0 |
2 | 29 | [Documentation](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/v0.2.0/docs/README.md) |
3 | 30 |
|
|
0 commit comments