releases/deliverables/bobcat/nova.yaml
Előd Illés b84d7558c3 nova: Release 2023.2 Bobcat 28.3.0
MINOR version bump is to highlight CVE related fixes.

$ git log --oneline --no-merges 28.2.0..097b56f34c
114eabb38e Refactor vf profile for PCI device
56e73cc7ba [tools] Backport validator: handle unmaintained
7a914d6bfc [tools] Ignore bot generated patches
828a5d0786 Fix test_vmdk_bad_descriptor_mem_limit and test_vmdk_bad_descriptor_mem_limit_stream_optimized
d2d3b2c9e8 Remove AMI snapshot format special case
45d9489383 Change force_format strategy to catch mismatches
52f6968d47 cpu: Only check governor type on online cores
02147b36d3 Stabilize iso format unit tests
bb2645e92c fix qemu-img version dependent tests
24628ecbbe Add iso file format inspector
000b435a44 Reproduce iso regression with deep format inspection
497abea5a1 port format inspector tests from glance
ec0c207fd5 Separate OSError with ValueError
9eebaf3d6b Added context manager for instance lock
f9abe047f6 Fixed an error when caching multiple images in aggregate

Change-Id: Id43de68b5d07915bcb826333901aaaccab70ebc5
2024-08-03 14:29:12 +02:00

73 lines
2.9 KiB
YAML

---
launchpad: nova
release-model: cycle-with-rc
team: nova
type: service
repository-settings:
openstack/nova: {}
cycle-highlights:
- |
The Ironic driver ``[ironic]/peer_list`` configuration option has been
deprecated. The Ironic driver now more closely models other Nova drivers by
having a single compute have exclusive control over assigned nodes.
If high availability of a single compute service is required, operators
should use active/passive failover.
- |
The legacy quota driver is now deprecated and a
`nova-manage limits command <https://docs.openstack.org/nova/latest/cli/nova-manage.html#limits-migrate-to-unified-limits>`_
is provided in order to migrate the orginal limits into Keystone. We plan to
change the default quota driver to the unified limits driver in an upcoming
release. It is recommended that you begin planning and executing a migration
to unified limits as soon as possible.
- |
QEMU in its TCG mode (i.e. full system emulation) uses a translation
block (TB) cache as an optimization during dynamic code translation.
The libvirt driver can now configure the tb-cache size when the virt type is
``qemu``. This helps running VMs with small memory size.
In order to use this feature, a configuration option
``[libvirt]/tb_cache_size`` has been introduced.
- |
Two new scheduler weighers have been introduced. One helps sorting the nodes
by the number of active instances they run, the other helps sorting by
the hypervisor version each compute runs. Accordingly, you can place your
instances with different strategies, eg. by allocating them to more recent
nodes or by reducing the number of noisy instance neighbors.
- |
It is now possible to define different authorization policies for migration
with and without a target host.
- |
A couple of other improvements target reducing the number of bugs we have,
one checking at reboot if stale volume attachments still reside and another
one ensuring a strict linkage between a compute, a service and the instances
it runs.
releases:
- version: 28.0.0.0rc1
projects:
- repo: openstack/nova
hash: 1f60a71e0ac8527f0f528e950198670f3e0583bb
- version: 28.0.0
projects:
- repo: openstack/nova
hash: 1f60a71e0ac8527f0f528e950198670f3e0583bb
diff-start: 27.0.0
- version: 28.0.1
projects:
- repo: openstack/nova
hash: 3962a98f81b0e1f546f346650480025dc35699a7
- version: 28.1.0
projects:
- repo: openstack/nova
hash: 1bbd44e16e51660eb4fea9d3c970a5aee99225a5
- version: 28.2.0
projects:
- repo: openstack/nova
hash: 70a435fd519a0ebcc3ac9ad5254fefbf19c93e48
- version: 28.3.0
projects:
- repo: openstack/nova
hash: 097b56f34c228a4d50385773926d2b139319b836
branches:
- name: stable/2023.2
location: 28.0.0.0rc1
release-notes: https://docs.openstack.org/releasenotes/nova/2023.2.html