Merge "Add release notes for 0.17.0"

This commit is contained in:
Jenkins 2016-08-18 04:10:18 +00:00 committed by Gerrit Code Review
commit 2e712db2fc
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.