releases/deliverables/antelope/nova.yaml
Előd Illés 7675d74da6 nova: release nova stable versions
MINOR version bumps are due to highligh bug 2059809, which has fixes on
every stable branch.

2024.1 Caracal: $ git log --oneline --no-merges 29.0.2..HEAD
11301e7e3f Fix vmdk_allowed_types checking
8a0d5f2afa Additional qemu safety checking on base images
f07fa55fd8 Check images with format_inspector for safety
58d933eafb Reject qcow files with data-file attributes
62b3192c70 Fix disk_formats in ceph job tempest config

2023.2 Bobcat: $ git log --oneline --no-merges 28.1.0..HEAD
70a435fd51 Fix vmdk_allowed_types checking
0269234dc4 Additional qemu safety checking on base images
0acf5ee7b5 Check images with format_inspector for safety
736328f78f Reject qcow files with data-file attributes
625a10f7d0 Fix disk_formats in ceph job tempest config
555d7d0ad0 [ironic] Partition & use cache for list_instance*
0d970bfa5a Improve logging at '_numa_cells_support_network_metadata'
611bd95aab Adding server actions tests to grenade-multinode

2023.1 Antelope: $ git log --oneline --no-merges 27.3.0..HEAD
f732f84768 Fix vmdk_allowed_types checking
9e10ac2549 Additional qemu safety checking on base images
67e5376dd6 Check images with format_inspector for safety
af4d819c60 Reject qcow files with data-file attributes
42d3725b51 Fix disk_formats in ceph job tempest config
3226318b53 [ironic] Partition & use cache for list_instance*
b128957591 Fix nova-manage image_property show unexpected keyword
43273631d8 Improve logging at '_numa_cells_support_network_metadata'

Change-Id: Ibb364d4cd02e17dcf4d013b2f322f23f22d83aee
2024-07-08 16:48:59 +02:00

66 lines
2.8 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
- version: 27.2.0
projects:
- repo: openstack/nova
hash: 2d05ee3747d36664cca4ac49203667e97e063327
- version: 27.3.0
projects:
- repo: openstack/nova
hash: 9cad74c51330ee952fe6c1897902533519739cef
- version: 27.4.0
projects:
- repo: openstack/nova
hash: f732f8476851e6272d8ad9937f54b918795844e8
branches:
- name: stable/2023.1
location: 27.0.0.0rc1
release-notes: https://docs.openstack.org/releasenotes/nova/2023.1.html