Skip to content

Commit

Permalink
Merge pull request #38 from jsafrane/changelog-1.1
Browse files Browse the repository at this point in the history
Add Changelog for 1.1.0
  • Loading branch information
k8s-ci-robot authored Apr 11, 2019
2 parents f2c1a07 + 4d598cd commit 6ce0a12
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG-1.1.md
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))

0 comments on commit 6ce0a12

Please sign in to comment.