From cc98743e82fdc783c938a5982dbdac8c97297803 Mon Sep 17 00:00:00 2001 From: Peter Schuurman Date: Tue, 8 Feb 2022 19:13:02 -0800 Subject: [PATCH 1/2] Add changelog for 4.0.1 --- CHANGELOG/CHANGELOG-4.0.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG/CHANGELOG-4.0.md b/CHANGELOG/CHANGELOG-4.0.md index 23e73c651..de9013bfa 100644 --- a/CHANGELOG/CHANGELOG-4.0.md +++ b/CHANGELOG/CHANGELOG-4.0.md @@ -1,3 +1,31 @@ +# Release notes for v4.0.1 + +[Documentation](https://kubernetes-csi.github.io) + +# Changelog since v4.0.0 + +## Changes by Kind + +### Other (Cleanup or Flake) + +- --http-endpoint will now correctly be used for the metrics server address when --metrics-address is not provided. (#497, @ggriffiths) +- Changed the webhook image from distroless/base to distroless/static. (#550, @WanzenBug) + +### Uncategorized + +- Cherry-pick #470: Retain CreateSnapshot Error (#547, @ialidzhikov) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +_Nothing has changed._ + +### Removed +_Nothing has changed._ + # Release notes for v4.0.0 [Documentation](https://kubernetes-csi.github.io) From 9f3980ec36ec31c6495395fb81376c41098e5ecd Mon Sep 17 00:00:00 2001 From: Peter Schuurman Date: Wed, 9 Feb 2022 11:43:40 -0800 Subject: [PATCH 2/2] Re-run release-notes with --markdown-links --- CHANGELOG/CHANGELOG-4.0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG/CHANGELOG-4.0.md b/CHANGELOG/CHANGELOG-4.0.md index de9013bfa..e2afaad80 100644 --- a/CHANGELOG/CHANGELOG-4.0.md +++ b/CHANGELOG/CHANGELOG-4.0.md @@ -8,12 +8,12 @@ ### Other (Cleanup or Flake) -- --http-endpoint will now correctly be used for the metrics server address when --metrics-address is not provided. (#497, @ggriffiths) -- Changed the webhook image from distroless/base to distroless/static. (#550, @WanzenBug) +- --http-endpoint will now correctly be used for the metrics server address when --metrics-address is not provided. ([#497](https://github.com/kubernetes-csi/external-snapshotter/pull/497), [@ggriffiths](https://github.com/ggriffiths)) +- Changed the webhook image from distroless/base to distroless/static. ([#550](https://github.com/kubernetes-csi/external-snapshotter/pull/550), [@WanzenBug](https://github.com/WanzenBug)) ### Uncategorized -- Cherry-pick #470: Retain CreateSnapshot Error (#547, @ialidzhikov) +- Cherry-pick #470: Retain CreateSnapshot Error ([#547](https://github.com/kubernetes-csi/external-snapshotter/pull/547), [@ialidzhikov](https://github.com/ialidzhikov)) ## Dependencies