releases/deliverables/newton/neutron.yaml
Ihar Hrachyshka d25c82be85 Release a new newton release of neutron
This release is primarily to fix regression sneaked into official
releases with 9.3.0 that is a bug #1680912 where a network delete
request may hang indefinitely, spinning CPU until a port delete for the
network comes in.

This release effectively reintroduces bug #1672701 because it reverted a
fix that was intended to fix it for the sake of killing the newly
introduced regression. A follow up release may fix bug #1672701 later.

This release includes only neutron core, it doesn't attempt to release
any subprojects.

Change-Id: I3183b7adc500bf0aa05e5b750bda16945b55d718
Related-Bug: #1680912
Related-Bug: #1672701
2017-04-11 21:42:01 +00:00

87 lines
3.0 KiB
YAML

---
launchpad: neutron
team: neutron
type: service
release-model: cycle-with-milestones
send-announcements-to: openstack-announce@lists.openstack.org
release-notes: http://docs.openstack.org/releasenotes/neutron/newton.html
branches:
- name: stable/newton
location: 9.0.0.0rc1
releases:
- version: 9.0.0.0b1
projects:
- repo: openstack/neutron
hash: 8ae7436da9c72cde949ae5b6a1706cdbff093f70
- version: 9.0.0.0b2
projects:
- repo: openstack/neutron
hash: ed58510023d7bbeb2daf61bb1cbdb4e5e4537c0a
- version: 9.0.0.0b3
projects:
- repo: openstack/neutron
hash: e8b0d77f0f530b3da7ea4560a4994dd723098dff
- version: 9.0.0.0rc1
projects:
- repo: openstack/neutron
hash: 827fd459fae9c814b74388194262425d6f26a0bf
- version: 9.0.0.0rc2
projects:
- repo: openstack/neutron
hash: c9a54002f2fdbd86e03fb266361ff482ea1c6c9f
- version: 9.0.0.0rc3
projects:
- repo: openstack/neutron
hash: 71f2d2bc90aaf9ee696cd4e4f29879ba6c5703b5
- version: 9.0.0
diff-start: 8.0.0.0rc1
projects:
- repo: openstack/neutron
hash: 71f2d2bc90aaf9ee696cd4e4f29879ba6c5703b5
- version: 9.1.0
projects:
- repo: openstack/neutron
hash: d7a0c3ebc59645671ce261cdfa62395de5582d81
highlights: |-
* ovsfw: Add a dl_type match fo action=ct flows
* Extend project_id in objects dicts
* Add required extension to trunk_details descriptor
* New option for num_threads for state change server
* Keepalived global_defs configuration entries required to avoid DNS lookup
- version: 9.1.1
projects:
- repo: openstack/neutron
hash: 23def1be5c1deb34b47b60eb8da2dc63335568ca
- version: 9.2.0
projects:
- repo: openstack/neutron
hash: a79da4c3107a9bbabc564b6930e6e9172f71db26
highlights: |-
* Unplug external device when delete snat namespace
* Kill processes when cleaning up namespaces
* Remove iptables nat and mangle rules for security group
* L3-HA: Send gratuitous ARP when new floating IP is added
* OVSDB: don't erase existing ovsdb managers
* Skip larger than /64 subnets in DHCP agent
* DVR: Fix race condition in creation of fip gateway
* Update MTU on existing devices
- version: 9.3.0
projects:
- repo: openstack/neutron
hash: f7ad3206034ddda1236a58704d3fb3b94336c858
highlights: |-
* openvswitch agent: add OVS_RESTARTED event
* Don't create HA resources until needed
* Bulk creation of SecurityGroups
* DVR: Add static routes to FIP namespace
- version: 9.3.1
projects:
- repo: openstack/neutron
hash: e4aac689002645b837c12f23470fea5e61600a21
highlights: |-
* Fixed a bug where network delete request may hang indefinitely,
spinning up CPU until a port from the network is deleted
* Switched to 'subquery' for 1-M relationships when fetching
relationships from database to improve scalability
* Throttle SIGHUPs to keepalived to avoid data plane flips