releases/deliverables/antelope/ironic.yaml

34 lines
1.1 KiB
YAML

---
storyboard: 943
release-model: cycle-with-intermediary
stable-branch-type: std-with-versions
team: ironic
type: service
repository-settings:
openstack/ironic: {}
releases:
- version: 21.2.0
projects:
- repo: openstack/ironic
hash: e590dd838389fb937c78a86ef35338b45e03185e
- version: 21.3.0
projects:
- repo: openstack/ironic
hash: e73c3c9c227eb71d760858ad1425fa82e9e9fe8a
branches:
- name: bugfix/21.2
location: 21.2.0
- name: bugfix/21.3
location: 21.3.0
cycle-highlights:
- 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.
- 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.