From e4e6a31a586b8624e26c3866bb442db162d12848 Mon Sep 17 00:00:00 2001 From: Andy Goldstein Date: Mon, 6 Nov 2017 10:30:33 -0500 Subject: [PATCH] Add 0.5.1 to changelog Signed-off-by: Andy Goldstein --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b61e089b0..8688cea31b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +#### [v0.5.1](https://github.com/heptio/ark/tree/v0.5.1) - 2017-11-06 +Bug fixes: + * If a Service is headless, retain ClusterIP = None when backing up and restoring. + * Use the specifed --label-selector when listing backups, schedules, and restores. + * Restore namespace mapping functionality that was accidentally broken in 0.5.0. + * Always include namespaces in the backup, regardless of the --include-cluster-resources setting. + #### [v0.5.0](https://github.com/heptio/ark/tree/v0.5.0) - 2017-10-26 Breaking changes: * The backup tar file format has changed. Backups created using previous versions of Ark cannot be restored using v0.5.0.