-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from msau42/changelog
Add 2.0 changelog
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# v2.0.0 | ||
|
||
## Breaking Changes | ||
|
||
- Changing name of the driver from "csi-nfsplugin" to "nfs.csi.k8s.io" ([#26](https://github.com/kubernetes-csi/csi-driver-nfs/pull/26), [@wozniakjan](https://github.com/wozniakjan)) | ||
|
||
## New Features | ||
|
||
- Add support for CSI spec 1.0. | ||
- Remove external-attacher and update deployment specs to apps/v1. | ||
([#24](https://github.com/kubernetes-csi/csi-driver-nfs/pull/24), | ||
[@wozniakjan](https://github.com/wozniakjan)) | ||
|
||
## Bug Fixes | ||
|
||
- Adds support for all access modes. ([#15](https://github.com/kubernetes-csi/csi-driver-nfs/pull/15), [@msau42](https://github.com/msau42)) | ||
|
||
## Other Notable Changes | ||
|
||
- Update base image to centos8. | ||
([#28](https://github.com/kubernetes-csi/csi-driver-nfs/pull/28), [@wozniakjan](https://github.com/wozniakjan)) | ||
- Switch to go mod and update dependencies. ([#22](https://github.com/kubernetes-csi/csi-driver-nfs/pull/22), [@wozniakjan](https://github.com/wozniakjan)) |