Skip to content

Commit

Permalink
update CHANGELOG with leader election changes
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
  • Loading branch information
andrewsykim committed Apr 3, 2019
1 parent f8bae7f commit 1bd3b71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Deprecations

* Command line flag `-connection-timeout` is deprecated and has no effect.
* Command line flag `--leader-election-identity` is deprecated and has no effect.
* Command line argument `configmaps` for flag `--leader-election-type` is deprecated in favor of `--leader-election-type=leases`. The default is still `configmaps` for backwards compatibility reasons but will be switched to `leases` in a future release.

## Notable Features

Expand All @@ -14,6 +16,8 @@

* README.md has been significantly enhanced. ([#130](https://github.com/kubernetes-csi/external-attacher/pull/130))

* Add support for Lease based leader election. Enable this by setting `--leader-election-type=leases` ([#135](https://github.com/kubernetes-csi/external-attacher/pull/135))

## Other notable changes

* Update vendor to bring in updated CSI translation library ([#133](https://github.com/kubernetes-csi/external-attacher/pull/133))
Expand Down

0 comments on commit 1bd3b71

Please sign in to comment.