5677b6fb74
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
15 lines
627 B
YAML
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.
|