From 6ff98784fe961ba49ba7b47142a77ba458cb1ed9 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Thu, 8 Nov 2018 09:27:45 -0700 Subject: [PATCH] v0.9.11 changelog Signed-off-by: Steve Kriss --- CHANGELOG.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5798e8e7b..c547b2e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,19 @@ #### [v0.10.0-beta.1](https://github.com/heptio/ark/releases/tag/v0.10.0-beta.1) - 2018-10-26 * [CHANGELOG-0.10.md][1] +#### [v0.9.11](https://github.com/heptio/ark/releases/tag/v0.9.11) - 2018-11-08 + +#### Bug Fixes + * Fix bug preventing PV snapshots from being restored (#1040, @ncdc) + #### [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) + * 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