releases/deliverables/antelope/nova.yaml
Sylvain Bauza afe857035a 27.1.0 Nova stable release
Since we merged the fixes for CVE-2023-2088, we need to
use a minor version for the new release.

$ git log --oneline --no-merges 27.0.0..f361ce2ab1
09f85a8a92 CI: fix backport validator for new branch naming
6eab57952e Bump nova-ceph-multstore timeout
a02f966873 Revert "Debug Nova APIs call failures"
eb3fe4ddc6 Have host look for CPU controller of cgroupsv2 location.
1f781423ee Enable use of service user token with admin context
efb01985db Use force=True for os-brick disconnect during delete
fa2ba3ab2c Handle zero pinned CPU in a cell with mixed policy
2cf835be82 Reproduce asym NUMA mixed CPU policy bug
acb511652c Save cell socket correctly when updating host NUMA topology
29e3f2f2ab Reproduce bug 1995153
47b6850bb1 (gerrit/stable/2023.1) [stable-only] Update TOX_CONSTRAINTS_FILE for stable/2023.1
d081938e22 [stable-only] Update .gitreview for stable/2023.1

Change-Id: I3454f91a07545779776a016e97cb716c536aa9df
2023-05-16 17:24:27 +02:00

54 lines
2.4 KiB
YAML

---
launchpad: nova
release-model: cycle-with-rc
team: nova
type: service
repository-settings:
openstack/nova: {}
cycle-highlights:
- |
`PCI devices can now be scheduled <https://docs.openstack.org/nova/latest/admin/pci-passthrough.html#pci-tracking-in-placement>`_
by Nova using the Placement API on a opt-in basis. This will help the
nova-scheduler service to better schedule flavors that use PCI
(non-Neutron related) resources, will generate less reschedules if an
instance cannot be created on a candidate and will help the nova-scheduler
to not miss valid candidates if the list was too large.
- |
Operators can now ask Nova to `manage the power consumption of dedicated
CPUs <https://docs.openstack.org/nova/latest/admin/cpu-topologies.html#configuring-cpu-power-management-for-dedicated-cores>`_
so as to either offline them or change their governor if they're
currently not in use by any instance or if the instance is stopped.
- |
Nova will prevent unexpected compute service renames by `persisting a unique
compute UUID on local disk <https://docs.openstack.org/nova/latest/admin/compute-node-identification.html>`_.
This stored UUID will be considered the source of truth for knowing whether
the compute service hostame has been modified or not. As a reminder,
changing a compute hostname is forbidden, particularly when this compute is
currently running instances on top of it.
- |
`SPICE consoles <https://docs.openstack.org/nova/latest/admin/remote-console-access.html#spice-console>`_
can now be configured with compression settings which include choices of the
compression algorithm and the compression mode.
- Fully-Qualified Domain Names are now considered valid for an instance
hostname if you use the 2.94 API microversion.
- By opting into 2.95 API microversion, evacuated instances will remain
stopped on the destination host until manually started.
releases:
- version: 27.0.0.0rc1
projects:
- repo: openstack/nova
hash: 2bb8689835a4631622201299d531a24f28aad281
- version: 27.0.0
projects:
- repo: openstack/nova
hash: 2bb8689835a4631622201299d531a24f28aad281
diff-start: 26.0.0.0rc1
- version: 27.1.0
projects:
- repo: openstack/nova
hash: f361ce2ab1c2cec12ace3ab6a3416747ccf1a630
branches:
- name: stable/2023.1
location: 27.0.0.0rc1
release-notes: https://docs.openstack.org/releasenotes/nova/2023.1.html