$ git log --oneline --no-merges 22.2.1..HEAD
bec6dd4752 Stop leaking ceph df cmd in RBD utils
f7d84db587 [neutron] Get only ID and name of the SGs from Neutron
6ede6df7f4 Error anti-affinity violation on migrations
e3085fa631 Initialize global data separately and run_once in WSGI app init
f20346bc00 Honor [neutron]http_retries in the manual client
2af08fb5ea zuul: Replace grenade and nova-grenade-multinode with grenade-multinode
0405709999 rbd: Get rbd_utils unit tests running again
90ffc553d7 Ignore PCI devices with 32bit domain
0354d4d9f4 Reproduce bug 1897528
Change-Id: Ibc960d6ca3f9bcd05079f374df7ebfde7a2882bd
$ git log --oneline --no-merges 22.2.0..HEAD
210abc09b8 guestfs: With libguestfs >= v1.41.1 decode returned bytes to string
7b4f479647 Dynamically archive FK related records in archive_deleted_rows
21241b38dd Add functional test for bug 1837995
382d64ea36 Centralize sqlite FK constraint enforcement
c7d9d6d9dd Fix the vGPU dynamic options race
276b8db5af Add config parameter 'live_migration_scheme' to live migration with tls guide
5d1adb2604 libvirt: Use specific user when probing encrypted rbd disks during extend
3d84097eab api: Log os-resetState as an instance action
831abc9f83 Use absolute path during qemu img rebase
eda11a4875 libvirt: Skip encryption metadata lookups if secret already exists on host
Change-Id: I299c231697d97d073a54922269edfa5b1dc9d6b6
Minor version bump is due to patch 8e12b81839 that modifies the allowed
value of a configuration parameter.
$ git log --oneline --no-merges 22.1.0..HEAD
35112d7667 Handle instance = None in _local_delete_cleanup
4f17ea2f7d Add regression test for bug 1914777
3d86df068a tools: Allow check-cherry-picks.sh to be disabled by an env var
ef348c4eb3 only wait for plugtime events in pre-live-migration
8e12b81839 Disallow CONF.compute.max_disk_devices_to_attach = 0
09784db62f Prevent archiving of pci_devices records because of 'instance_uuid'
Change-Id: Ib81e163a8cbb6c2c1600ef6b0079465e665c81db
Minor version bump due to patch
4e5b92545d Add upgrade check about old computes
(I873b0c1e6e695ae88241bbf75ac9f80ecc6f5664).
$ git log --oneline --no-merges 22.0.1..HEAD
eebf94b654 compute: Lock by instance.uuid lock during swap_volume
63d2e62c3a Use subqueryload() instead of joinedload() for (system_)metadata
6b57575092 Fallback to same-cell resize with qos ports
7366e3c375 Reproduce bug 1907522 in functional test
4e5b92545d Add upgrade check about old computes
0c5ca351e2 Warn when starting services with older than N-1 computes
e3da2ca7be lower-constraints: Bump packaging to 20.4
c3a0969329 Omit resource inventories from placement update if zero
eda458828b compute: Don't detach volumes when RescheduledException raised without retry
95fc161334 Add regression test for bug #1899649
478be6f4fb zuul: Replace nova-live-migration with zuulv3 jobs
f4d62e1a0b Fix a hacking test
82d415d200 Add missing exception
3ecc098d28 Set instance host and drop migration under lock
d768cdbb88 Reproduce bug 1896463 in func env
9a5b6249d6 Use cell targeted context to query BDMs for metadata
Change-Id: Ie8d769c593f6606d95afa761fce3c15420b2af64
$ git log --oneline --no-merges 22.0.0..HEAD
059d53d4c3 Modify glance's copy_image permission for nova-ceph-multistore
d8b8a8193b Update pci stat pools based on PCI device changes
a06e27592f Fix the compute RPC 5.12 issue
239ffff2ab Add a regression test for 5.12 compute API issue
a919cc0cbd [doc]: Fix glance image_metadata link
048a3337a8 libvirt: Only ask tpool.Proxy to autowrap vir* classes
115fe350ad Fix virsh domifstat to get vhostuser vif statistics
45a4110d20 Handle disabled CPU features to fix live migration failures
fd7c66f61c libvirt: 'video.vram' property must be an integer
f1e4f6b078 Follow up for cherry-pick check for merge patch
4819f694b2 libvirt: Increase incremental and max sleep time during device detach
7baca2b1d1 [stable-only] Update TOX_CONSTRAINTS_FILE for stable/victoria
f74f6efb1a [stable-only] Update .gitreview for stable/victoria
Change-Id: I5f912dd0b2ea5e45ea30a981ee86d9a6ca785671
This tags the final release for all cycle-with-rc projects for Victoria.
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 Oct 14.
Any bugfixes merged to stable/victoria 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/ussuri branch started to diverge from what is included on
stable/victoria. For some, this will be the final Ussuri major version,
but if multiple RCs were done, this may show the initial RC1 release
version. This is normal.
Change-Id: I71d78cf386b960c20f6f453fb13c263d4c9b2e18
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
As a courtesy for project teams, on RC1 week the release management
team proposes a RC1 release for all cycle-with-rc deliverables,
based on HEAD. That RC1 will double as the branch point for the
stable/victoria branch for nova.
Release liaison or PTL should +1 this proposal if they are happy
with it, amend this proposal (for example with a more recent SHA)
to match their needs, or -1 to block it until release-critical
issues are all fixed.
Change-Id: I34bce76f9353bfa8367e81d8f68aff69245bcef7
Signed-off-by: Thierry Carrez <thierry@openstack.org>