Skip to content

Commit 8cdbbe1

Browse files
authored
Merge pull request #32 from msau42/changelog
Add 2.0 changelog
2 parents 2bb0d1e + c637060 commit 8cdbbe1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG/CHANGELOG-2.0.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# v2.0.0
2+
3+
## Breaking Changes
4+
5+
- 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))
6+
7+
## New Features
8+
9+
- Add support for CSI spec 1.0.
10+
- Remove external-attacher and update deployment specs to apps/v1.
11+
([#24](https://github.com/kubernetes-csi/csi-driver-nfs/pull/24),
12+
[@wozniakjan](https://github.com/wozniakjan))
13+
14+
## Bug Fixes
15+
16+
- Adds support for all access modes. ([#15](https://github.com/kubernetes-csi/csi-driver-nfs/pull/15), [@msau42](https://github.com/msau42))
17+
18+
## Other Notable Changes
19+
20+
- Update base image to centos8.
21+
([#28](https://github.com/kubernetes-csi/csi-driver-nfs/pull/28), [@wozniakjan](https://github.com/wozniakjan))
22+
- Switch to go mod and update dependencies. ([#22](https://github.com/kubernetes-csi/csi-driver-nfs/pull/22), [@wozniakjan](https://github.com/wozniakjan))

0 commit comments

Comments
 (0)