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 4, 2019
1 parent 5c740ca commit 9bd541a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## 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 flag `--leader-election-type` is deprecated. Support for Configmaps-based
leader election will be removed in the future in favor of Lease-based leader election.
The default currently remains as `configmaps` for backwards compatibility.

## Notable Features

Expand All @@ -14,6 +18,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 9bd541a

Please sign in to comment.