-
Notifications
You must be signed in to change notification settings - Fork 141
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 #38 from jsafrane/changelog-1.1
Add Changelog for 1.1.0
- Loading branch information
Showing
1 changed file
with
18 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,18 @@ | ||
# Changelog since v1.0.2 | ||
|
||
## Deprecations | ||
* Command line flag `-connection-timeout` is deprecated and has no effect. | ||
|
||
## Notable Features | ||
|
||
* The driver registrar now tries to connect to CSI driver indefinitely. ([#29](https://github.com/kubernetes-csi/node-driver-registrar/pull/29)) | ||
|
||
## Other notable changes | ||
|
||
* Use distroless as base image ([#34](https://github.com/kubernetes-csi/node-driver-registrar/pull/34)) | ||
* Use GetDriverName from csi-lib-utils ([#33](https://github.com/kubernetes-csi/node-driver-registrar/pull/33)) | ||
* Migrate to k8s.io/klog from glog. ([#24](https://github.com/kubernetes-csi/node-driver-registrar/pull/24)) | ||
* Update compatibility matrix to only reflect branch head ([#25](https://github.com/kubernetes-csi/node-driver-registrar/pull/25)) | ||
* Update documentation and argument descriptions ([#13](https://github.com/kubernetes-csi/node-driver-registrar/pull/13)) | ||
* Cleanup vendor ([#11](https://github.com/kubernetes-csi/node-driver-registrar/pull/11)) | ||
* Add csi prefix to image name ([#5](https://github.com/kubernetes-csi/node-driver-registrar/pull/5)) |