releases/deliverables/rocky/nova.yaml
Sean McGinnis b74d3c339b [nova] Transition Rocky to EM
This transition the rocky branch to extended maintenance.
Changes for bugfixes and things the team deems important are
still encouraged, but there will no longer be official releases
off of the branch.

Please +1 if the team is ready for us to proceed with this
transition, or -1 if there are any final backports currently in
flight that we should wait for. For the latter case, please
update the patch with the new commit hash after doing a final
release to get those changes out so we know to proceed with the
transition.

Change-Id: I1ceed4b21261e36f2bae171e6f224dfba6a76838
2020-02-25 18:46:10 -06:00

105 lines
3.3 KiB
YAML

---
launchpad: nova
release-model: cycle-with-milestones
team: nova
type: service
release-notes: https://docs.openstack.org/releasenotes/nova/rocky.html
repository-settings:
openstack/nova: {}
releases:
- version: 18.0.0.0b1
projects:
- repo: openstack/nova
hash: 8a407bd288bb3116e50ea3b29a125caa036204cb
- projects:
- hash: f9a419e40ff6440d1b85ff175ab862090a970460
repo: openstack/nova
version: 18.0.0.0b2
- projects:
- hash: dd6d7529665eb6bd06de55e0aadc1a860e1edb2a
repo: openstack/nova
version: 18.0.0.0b3
- projects:
- hash: ddc7c466d7c82521e1f5f21e51755596dd6895b1
repo: openstack/nova
version: 18.0.0.0rc1
- projects:
- hash: aebb29ed710fb4b5b92a6efa99f1d3dbdcc48a0c
repo: openstack/nova
version: 18.0.0.0rc2
- projects:
- hash: 5bff489231c16e62f081267a5b433745dba12ded
repo: openstack/nova
version: 18.0.0.0rc3
- diff-start: 17.0.0.0rc1
projects:
- hash: 5bff489231c16e62f081267a5b433745dba12ded
repo: openstack/nova
version: 18.0.0
- projects:
- hash: 1f1482eb7d1d386d44b72269efbc2d4e320f73a2
repo: openstack/nova
version: 18.0.1
- projects:
- hash: 55b63c4d608c0cf779d6a72af52254fe5efb7466
repo: openstack/nova
version: 18.0.2
- projects:
- hash: 16d5bb74d7f74fa44637d89292012092202e8e36
repo: openstack/nova
version: 18.0.3
- projects:
- hash: f5984400373716ee5473266ab2a15bcd74f604fc
repo: openstack/nova
version: 18.1.0
- projects:
- hash: 9bb78d5765dab01e38327f57312583c189a352d5
repo: openstack/nova
version: 18.2.0
- projects:
- hash: d8f1bef63ab4357af2105431d3ea367100518aa2
repo: openstack/nova
version: 18.2.1
- projects:
- hash: 72f9aa720f9137a35d55b9f96e2220d2d0e5588d
repo: openstack/nova
version: 18.2.2
- projects:
- hash: 95f60c0cdc4dfb16f523a1a61d4149512724b785
repo: openstack/nova
version: 18.2.3
- projects:
- hash: fd50cfacd2eb1da507e226be0f9b3c04e747685b
repo: openstack/nova
version: 18.3.0
- version: rocky-em
projects:
- repo: openstack/nova
hash: fd50cfacd2eb1da507e226be0f9b3c04e747685b
branches:
- location: 18.0.0.0rc1
name: stable/rocky
cycle-highlights:
- |
Improvements were made to minimize network downtime during live migrations.
In addition, the libvirt driver is now capable of live migrating between
different types of networking backends, for example, linuxbridge => OVS.
- |
Handling of boot from volume instances when the Nova compute host does not
have enough local storage has been improved.
- |
Operators can now disable a cell to make sure no new instances are
scheduled there. This is useful for operators to introduce new cells to the
deployment and for maintenance of existing cells.
- |
Security enhancements were made when using Glance signed images with the
libvirt compute driver.
- |
A ``nova-manage db purge`` command is now available to help operators with
maintenance and avoid bloat in their database.
- |
The placement service now supports granular RBAC policy rules
configuration. See the `placement policy
<https://docs.openstack.org/nova/rocky/configuration/placement-policy.html>`_
documentation for details.