From 741013c60887b1c0a3590c12f5047533472309d1 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Wed, 18 Sep 2019 13:17:26 +0200 Subject: [PATCH] Update 2.0 changelog --- CHANGELOG-2.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-2.0.md b/CHANGELOG-2.0.md index 0826c8990..20c4d39b2 100644 --- a/CHANGELOG-2.0.md +++ b/CHANGELOG-2.0.md @@ -13,6 +13,7 @@ The version 2.0 is not compatible with v1.x. See Action Required section and upd ## Bug Fixes - Fixed issue to actually translate backwards compatible access modes for CSI Migration ([#163](https://github.com/kubernetes-csi/external-attacher/pull/163), [@davidz627](https://github.com/davidz627)) +- The external attacher now exits when it loses the connection to a CSI driver. This speeds up re-election of a new attacher leader that has connection to the driver. ([182](https://github.com/kubernetes-csi/external-attacher/pull/182), [@jsafrane](https://github.com/jsafrane)) ## Other Notable Changes