70b516e11a
This tags the final release for all cycle-with-rc projects for 2024.2 Dalmatian. While not required, having PTLs ack this patch would be nice to include that record in the merged metadata. Release activity should now be frozen until this is processed on October 2nd. Any bugfixes merged to stable/2024.2 can be queued up and ready to go as a follow on stable release after the coordinated release date. There are different diff-start values for each project. This is used when generating release notes to denote the point where the stable/2024.1 branch started to diverge from what is included on stable/2024.2. For some, this will be the final 2024.1 Caracal major version, but if multiple RCs were done, this may show the initial RC1 release version. This is normal. This patch will be merged on October 2nd. Change-Id: I093fc9dda6d787ead5b40defccddadbf913046ec
47 lines
1.8 KiB
YAML
47 lines
1.8 KiB
YAML
---
|
|
launchpad: nova
|
|
release-model: cycle-with-rc
|
|
team: nova
|
|
type: service
|
|
repository-settings:
|
|
openstack/nova: {}
|
|
cycle-highlights:
|
|
- |
|
|
With the libvirt driver and libvirt version 7.3.0 or newer, mediated
|
|
devices for vGPUs are now persisted across reboots of a compute host.
|
|
- |
|
|
Instances with UEFI firmware can now be launched with stateless firmware if
|
|
their image has the ``hw_firmware_stateless`` property and if the compute
|
|
services have libvirt 8.6.0 or later.
|
|
- |
|
|
Nova now automatically detects vTPM support for compute services if
|
|
libvirt version is above 8.0.0 and if ``swtpm`` is installed on the node.
|
|
It will also automatically get the TPM models that are supported.
|
|
- |
|
|
You can now require TLS connections for SPICE consoles if you set the
|
|
``[spice]/require_secure`` configuration option to ``True``.
|
|
- |
|
|
``AggregateMultitenancyIsolation`` scheduler filter now supports multiple
|
|
aggregate keys prefixed by ``filter_tenant_id`` which removes the
|
|
limitation on the number of tenants an aggregate of hosts can relate to.
|
|
- |
|
|
A couple of other improvements target reducing the number of bugs we have:
|
|
one is changing how the Ironic driver sends metadata to the Ironic API, and
|
|
another one created a new ``nova.wsgi`` WSGI module that allows different
|
|
WSGI servers to set their WSGI application the same way (using module
|
|
instead of a binary).
|
|
releases:
|
|
- version: 30.0.0.0rc1
|
|
projects:
|
|
- repo: openstack/nova
|
|
hash: 9c36174539d39e78e8491c565c09558299e42d35
|
|
- version: 30.0.0
|
|
projects:
|
|
- repo: openstack/nova
|
|
hash: 9c36174539d39e78e8491c565c09558299e42d35
|
|
diff-start: 29.0.1
|
|
branches:
|
|
- name: stable/2024.2
|
|
location: 30.0.0.0rc1
|
|
release-notes: https://docs.openstack.org/releasenotes/nova/2024.2.html
|