release ironic 21.4.0 and branch stable/2023.1

CWI deliverables deadline for antelope is over and at this point every
projects should be branched.

Change-Id: I5c92b115eaba7698046b14509506897a05fccc61
This commit is contained in:
Hervé Beraud 2023-03-06 14:04:13 +01:00
parent 0243d899c4
commit 8b638c7edf

View File

@ -15,19 +15,25 @@ releases:
projects:
- repo: openstack/ironic
hash: e73c3c9c227eb71d760858ad1425fa82e9e9fe8a
- version: 21.4.0
projects:
- repo: openstack/ironic
hash: c172e08415f7f0ff82a497494a798790e4c3af42
branches:
- name: bugfix/21.2
location: 21.2.0
- name: bugfix/21.3
location: 21.3.0
- name: stable/2023.1
location: 21.4.0
cycle-highlights:
- Adds support for service role in default policy, intended for service to
service communication.
- Adds support for service role in default policy, intended for service
to service communication.
- Ironic can now export application metrics from the ironic-conductor
service into prometheus, alongside hardware metrics. Previously these
were only accessible via statsd.
service into prometheus, alongside hardware metrics. Previously
these were only accessible via statsd.
- Adds support for sharding Ironic nodes using a shard-key, to enable
external API clients to horizontal scale. See
https://docs.openstack.org/api-ref/baremetal/#shards for more information.
- Performance on the /v1/ports and /v1/portgroups API list endpoints has
been improved.
external API clients to horizontal scale. See https://docs.openstack.org/api-ref/baremetal/#shards
for more information.
- Performance on the /v1/ports and /v1/portgroups API list endpoints
has been improved.