glance_store/releasenotes/notes/releasenote-0.17.0-efee3f557ea2096a.yaml
Nikhil Komawar 5677b6fb74 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
2016-08-17 22:28:54 +00:00

15 lines
627 B
YAML

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