From 2d067d84d7fd4f65d5f9bd98a4ba16e61e8d8a6b Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Thu, 1 Nov 2018 17:39:13 -0400 Subject: [PATCH] Add v0.9.10 changelog Signed-off-by: Wayne Witzel III --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1773a60f3..ed180301b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +#### [v0.9.10](https://github.com/heptio/ark/releases/tag/v0.9.10) - 2018-11-01 + +#### Bug Fixes + * restore storageclasses before pvs and pvcs (#594, @shubheksha) + * AWS: Ensure that the order returned by ListObjects is consistent (#999, @bashofmann) + * Add CRDs to list of prioritized resources (#424, @domenicrosati) + * Verify PV doesn't exist before creating new volume (#609, @nrb) + * Update README.md - Grammar mistake corrected (#1018, @midhunbiju) + #### [v0.9.9](https://github.com/heptio/ark/releases/tag/v0.9.9) - 2018-10-24 #### Bug Fixes