Files
releases/deliverables/newton/neutron.yaml
Dariusz Smigiel b1fbb67e09 Release neutron and deliverables for newton
Minor version bumped for neutron, because of backward compatible:
* Bulk creation of SecurityGroups
* DVR: Add static routes to FIP namespace
Bugfix for neutron-fwaas.
No releases for networking-ovn, neutron-dynamic-routing and
neutron-vpnaas.
neutron-lbaas is under governance of octavia.

Change-Id: Idec82fb189ef10854f14cbe4b824841fcfe56c53
2017-03-28 15:21:53 +00:00

77 lines
2.6 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