Merge "Clean up current release notes"
This commit is contained in:
commit
519112c737
@ -1,5 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Querying **inspector** rules API now also returns the ``invert`` and
|
||||
Querying **ironic-inspector** rules API now also returns the ``invert`` and
|
||||
``multiple`` attributes of the associated conditions.
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
other:
|
||||
fixes:
|
||||
- |
|
||||
Allow a timeout to happen while a node inspection is in any active state.
|
||||
Timeout in an active state led to an
|
||||
`undefined transition error <https://bugs.launchpad.net/ironic-inspector/+bug/1662494>`_.
|
||||
This is fixed and an introspection finishes now with ``Timeout`` error.
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add ``disabled`` option to add_ports, so discovered nodes can be created
|
||||
without create ports.
|
||||
Add ``disabled`` option to ``add_ports``, so discovered nodes can be
|
||||
created without creating ports.
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add a check from the link_local_connection plugin to use data stored by the
|
||||
lldp_basic plugin to avoid having to parse the LLDP packets twice.
|
||||
|
||||
Add a check from the ``link_local_connection`` plugin to use data stored by
|
||||
the ``lldp_basic``; this avoids parsing the LLDP packets twice.
|
||||
|
@ -1,4 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- Adds node state to the GET /v1/introspection/<node UUID or name> and
|
||||
GET /v1/introspection API response data.
|
||||
- Adds node state to the ``GET /v1/introspection/<node UUID or name>`` and
|
||||
``GET /v1/introspection`` API response data.
|
||||
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Timeout event on ``starting`` state lead to undefined transition error.
|
@ -2,7 +2,8 @@
|
||||
upgrade:
|
||||
- |
|
||||
Experimental setting IPMI credentials support was removed from all versions
|
||||
of the API. The current API version was bumped to 1.12 to mark this change.
|
||||
of the API. The current **ironic-inspector** API version was bumped to
|
||||
`1.12` to mark this change.
|
||||
- |
|
||||
The default API version was synchronized with the current API version again
|
||||
after removal of the IPMI credentials setting.
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Create the node_state enum explicitly in the migration, as it is required
|
||||
by PostgreSQL
|
||||
For postgreSQL, the database migration command ``ironic-inspector-dbsync upgrade`` always
|
||||
failed (with `enum NODE_STATE does not exist <https://bugs.launchpad.net/ironic-inspector/+bug/1696950>`_).
|
||||
This is fixed and the migration now works.
|
||||
|
@ -6,4 +6,4 @@ features:
|
||||
discovered and existing ports are affected.
|
||||
upgrade:
|
||||
- |
|
||||
Bare metal API version '1.19' is now required.
|
||||
Bare metal API version `1.19` is now required.
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Removes deprecated configuration options: ``introspection_delay_drivers``
|
||||
from the DEFAULT section and ``log_bmc_address`` from the ``processing``
|
||||
section.
|
||||
Removes deprecated configuration options: ``introspection_delay_drivers`` from the
|
||||
default section and ``log_bmc_address`` from the ``processing`` section.
|
||||
|
||||
|
@ -5,7 +5,7 @@ upgrade:
|
||||
removed if a node is removed from Ironic.
|
||||
deprecations:
|
||||
- |
|
||||
The ``node_status_keep_time`` configuration option is deprecated. Now that
|
||||
we can remove status information about nodes removed from **ironic**, this
|
||||
option does not make much sense, and maybe be confusing (see `bug 1695858
|
||||
<https://bugs.launchpad.net/ironic-inspector/+bug/1695858>`_).
|
||||
The ``node_status_keep_time`` configuration option is deprecated.
|
||||
Now that we can remove status information about nodes removed from
|
||||
**ironic**, this option does not make much sense,
|
||||
and `may be confusing <https://bugs.launchpad.net/ironic-inspector/+bug/1695858>`_
|
||||
|
Loading…
Reference in New Issue
Block a user