From 5677b6fb74d94e1c2556a26c21f7c2de5fc3ad11 Mon Sep 17 00:00:00 2001 From: Nikhil Komawar Date: Wed, 17 Aug 2016 18:24:25 -0400 Subject: [PATCH] Add release notes for 0.17.0 Besides the configuration help text enhancements, there has been removal of the deprecated exceptions. This commit adds a release note for the same. Change-Id: Ib0d6b67eaa03437daf819d52926aaded1a59fe19 --- .../notes/releasenote-0.17.0-efee3f557ea2096a.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 releasenotes/notes/releasenote-0.17.0-efee3f557ea2096a.yaml diff --git a/releasenotes/notes/releasenote-0.17.0-efee3f557ea2096a.yaml b/releasenotes/notes/releasenote-0.17.0-efee3f557ea2096a.yaml new file mode 100644 index 00000000..62e22e07 --- /dev/null +++ b/releasenotes/notes/releasenote-0.17.0-efee3f557ea2096a.yaml @@ -0,0 +1,14 @@ +--- +prelude: > + Some deprecated exceptions have been removed. See + upgrade section for more details. +upgrade: + - The following list of exceptions have been deprecated + since 0.10.0 release -- ``Conflict``, ``ForbiddenPublicImage`` + ``ProtectedImageDelete``, ``BadDriverConfiguration``, + ``InvalidRedirect``, ``WorkerCreationFailure``, + ``SchemaLoadError``, ``InvalidObject``, + ``UnsupportedHeaderFeature``, ``ImageDataNotFound``, + ``InvalidParameterValue``, ``InvalidImageStatusTransition``. + This release removes these exceptions so any remnant + consumption of the same must be avoided/removed.