From f6eda36b62365ceae1e577b483d3572b51ac2535 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Fri, 18 Sep 2020 08:25:02 +0200 Subject: [PATCH] release notes for 2.0.2 --- CHANGELOG/CHANGELOG-2.0.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG/CHANGELOG-2.0.md b/CHANGELOG/CHANGELOG-2.0.md index f634be8fb7..ae9c428588 100644 --- a/CHANGELOG/CHANGELOG-2.0.md +++ b/CHANGELOG/CHANGELOG-2.0.md @@ -1,3 +1,25 @@ +# Release notes for v2.0.2 + +[Documentation](https://kubernetes-csi.github.io) + +# Changelog since v2.0.1 + +## Changes by Kind + +### Feature + - The watch of VolumeAttachements is avoided for drivers which don't support attach/detach (aka controller `PUBLISH_UNPUBLISH_VOLUME`) ([#480](https://github.com/kubernetes-csi/external-provisioner/pull/480), [@pohly](https://github.com/pohly)) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +_Nothing has changed._ + +### Removed +_Nothing has changed._ + # Release notes for v2.0.1 [Documentation](https://kubernetes-csi.github.io)