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
This commit is contained in:
Nikhil Komawar 2016-08-17 18:24:25 -04:00
parent ab3dfc2802
commit 5677b6fb74
1 changed files with 14 additions and 0 deletions

View File

@ -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.