releases/deliverables/newton/nova.yaml
Matt Riedemann 6d0ebd91e3 newton: release nova 14.0.7
Contains some high severity fixes which impact upgrades
and performance.

user@ubuntu:~/git/nova$ git log --oneline --no-merges 14.0.6..
c350548 Updated from global requirements
e3076f5 Handle special characters in database connection URL netloc
f9a3c3f Fix the generated cell0 default database name
d6a628d Cache database and message queue connection objects
b4bbe68 Fixed suspend for PCI passthrough

Change-Id: If9358f649742f37ca24a79060b9289c689284b5d
2017-05-26 07:41:18 -04:00

91 lines
3.0 KiB
YAML

---
launchpad: nova
team: nova
type: service
release-model: cycle-with-milestones
send-announcements-to: openstack-announce@lists.openstack.org
release-notes: https://docs.openstack.org/releasenotes/nova/newton.html
branches:
- name: stable/newton
location: 14.0.0.0rc1
releases:
- version: 14.0.0.0b1
projects:
- repo: openstack/nova
hash: 0f8b89c6bf1762985ff59dc19a458e99c07278fa
- version: 14.0.0.0b2
projects:
- repo: openstack/nova
hash: f6f4003dfdac83d1decad56cdf39258e9dc75ec0
- version: 14.0.0.0b3
projects:
- repo: openstack/nova
hash: 8f35bb321d26bd7d296c57f4188ec12fcde897c3
- version: 14.0.0.0rc1
projects:
- repo: openstack/nova
hash: d4b35152c0ac2f3f2b4d158c83dba249d6d2ff0c
- version: 14.0.0.0rc2
projects:
- repo: openstack/nova
hash: 59653c6f4623a231c777985b9c5202376ea68aa5
- version: 14.0.0
diff-start: 13.0.0.0rc1
projects:
- repo: openstack/nova
hash: 59653c6f4623a231c777985b9c5202376ea68aa5
- version: 14.0.1
projects:
- repo: openstack/nova
hash: e08cc356b0fb78163657f7a6e99572039fd58543
- version: 14.0.2
projects:
- repo: openstack/nova
hash: 867661d51bdb0cf2a6f326cb18f26bbc1f04eb15
highlights: >
- There is an idempotent database schema migration to fix a regression
when creating servers with very large user_data entries.
- A known issue is reported where WebOb>=1.6.0 is required if using the
placement service.
- version: 14.0.3
projects:
- repo: openstack/nova
hash: c80c8e6dbfb59c117cca53250fdc97f9a171db03
- version: 14.0.4
projects:
- repo: openstack/nova
hash: 642caf0c58ed0a0e0c06103d2e3ef001c1ae142f
highlights: >
- Bug fixes for placement and cells v2 to prepare for upgrading to Ocata.
- Online data migration to fix orphaned build requests created in Mitaka.
- Bug fix for the 330 main DB schema migration for upgrades from Mitaka.
- version: 14.0.5
projects:
- repo: openstack/nova
hash: c2c91ce44592fc5dc2aacee1cf7f5b5cfd2e9a0a
highlights: >
- Fix for CVE-2017-7214.
- Several bug fixes.
- version: 14.0.6
projects:
- repo: openstack/nova
hash: 0c56c62878138c3c3d2dfc6827e4cf8f34953bea
highlights: >
- Bug fixes.
- version: 14.0.7
projects:
- repo: openstack/nova
hash: d756b78e303753e1b88e0691aa0fd13d2edaf1f0
highlights: >
- High severity bug fixes:
* Bug 1673613: Properly handles special characters in database
connection URL when setting up cells v2 (optional in Newton).
* Bug 1656673: Fixes "nova-manage cell_v2 simple_cell_setup" to
default the cell0 database name in the cell0 connection URL to be
"nova_cell0" rather than "nova_api_cell0" (optional in Newton).
* Bug 1691545: Fixes a performance regression which caused
high consumption of memory due to database connection switching.
See the release notes for more details.