Add changelogs to provisioners missing them

This commit is contained in:
Matthew Wong 2017-08-08 13:28:32 -04:00
parent da48ed92e1
commit eb39ebd88a
1 changed files with 8 additions and 0 deletions

8
CHANGELOG.md Normal file
View File

@ -0,0 +1,8 @@
# v2.0.1
- Add support for ARM (Raspberry PI). Image at `quay.io/external_storage/nfs-client-provisioner-arm`. (https://github.com/kubernetes-incubator/external-storage/pull/275)
# v2.0.0
- Fix issue 149 - nfs-client-provisioner create folder with 755, not 777 (https://github.com/kubernetes-incubator/external-storage/pull/150)
# v1
- Initial release