New stable releases for neutron stadium server components

neutron-fwaas/ocata is worth bumping its minor version number because it
adds support for picking conntrack driver to use.

Change-Id: Ibfd4641a3a1025ebb582b1bf2a4bb408c4f62972
This commit is contained in:
Ihar Hrachyshka 2017-08-21 14:15:40 -07:00
parent d0690f5166
commit 35a87ee032
6 changed files with 50 additions and 6 deletions

View File

@ -29,8 +29,6 @@ releases:
- repo: openstack/neutron-dynamic-routing
hash: 2b27679fb6d690e6f65a98dfa2828bc367aa30ad
- version: 9.0.0
# diff-start: There is no stable/mitaka branch, and this is the
# first release series.
projects:
- repo: openstack/neutron-dynamic-routing
hash: 2b27679fb6d690e6f65a98dfa2828bc367aa30ad
@ -38,3 +36,7 @@ releases:
projects:
- repo: openstack/neutron-dynamic-routing
hash: 6e86f362960fd6391a6b17406032582b421ab9f0
- projects:
- hash: 25e61a1868b00b0d2b946100b37844dbd48a4d1f
repo: openstack/neutron-dynamic-routing
version: 9.2.1

View File

@ -37,3 +37,7 @@ releases:
projects:
- repo: openstack/neutron-fwaas
hash: 0f8daa342cdb7c99c3156ac7b460afe9e774de4f
- projects:
- hash: 7ffb87235c5ce1c0de6264dd87b072c46bd7d034
repo: openstack/neutron-fwaas
version: 9.0.2

View File

@ -98,3 +98,17 @@ releases:
* Send both gratuitous ARP REQUESTs and REPLYs
* Allow port security updates even without security-groups enabled
* Add IPv6 Prefix Delegation support for DVR
- projects:
- hash: 2a9844b8ca33bfcd789c2981e3b8368d2c832f72
repo: openstack/neutron
version: 9.4.1
highlights: |-
* Handle CIDR IP address in allowed address pairs
* Fix: set IPv6 forwarding when there's an IPv6 gw
* Disable RA and IPv6 forwarding on backup HA routers
* Drop IPv6 Router Advertisements in OVS firewall
* Don't add duplicate metadata rules after router update
* Correctly configure IPv6 addresses on upgrades
* Set HA network port to DOWN when l3 agent starts
* ovs: bubble up failures into main thread in native ofctl mode
* Add IPv6 default route to DHCP namespace

View File

@ -20,8 +20,7 @@ releases:
projects:
- repo: openstack/neutron-dynamic-routing
hash: f74bc509bd804ebbc5249e775481ad2475788c9f
highlights: |-
* Gracefully withdraw the floating IP bgp route
highlights: '* Gracefully withdraw the floating IP bgp route'
- version: 10.0.0.0rc1
projects:
- repo: openstack/neutron-dynamic-routing
@ -31,3 +30,7 @@ releases:
projects:
- repo: openstack/neutron-dynamic-routing
hash: 24b5d7a2d7b292e2348f6d0a5b41666d0cd569c6
- projects:
- hash: 4b6afd41961743353400f78ddcbc4a5d34665468
repo: openstack/neutron-dynamic-routing
version: 10.0.1

View File

@ -42,3 +42,10 @@ releases:
projects:
- repo: openstack/neutron-fwaas
hash: 302a63ce4b7307ac9fd1ee71906230058768190c
- projects:
- hash: 1f76429d87327e1d1d70a7a0211098c76f9f4688
repo: openstack/neutron-fwaas
version: 10.1.0
highlights: |-
* ConntrackNetlink driver to delete conntrack entries
* Enable to configure conntrack driver

View File

@ -49,8 +49,7 @@ releases:
projects:
- repo: openstack/neutron
hash: 08bf51e99558af28e7a9ed231be9c1daeb2b76c2
highlights: |-
* Skip native DHCP notifications on status change
highlights: '* Skip native DHCP notifications on status change'
- version: 10.0.2
projects:
- repo: openstack/neutron
@ -66,3 +65,18 @@ releases:
* Remove minimum_bandwidth_rule from rules supported by Linuxbridge agent
* Send both gratuitous ARP REQUESTs and REPLYs
* Allow port security updates even without security-groups enabled
- projects:
- hash: 0f647edaf269a81e0dfe5a2d96da2b180467b680
repo: openstack/neutron
version: 10.0.3
highlights: |-
* Do not respond to ARP on IPv6-only interfaces
* DVR: Fix neutron metering agent to notify hosts hosting DVR
* Honor the common session options for the placement API
* Fix: set IPv6 forwarding when there's an IPv6 gw
* Disable RA and IPv6 forwarding on backup HA routers
* DVR: properly track SNAT traffic
* Drop IPv6 Router Advertisements in OVS firewall
* Set HA network port to DOWN when l3 agent starts
* ovs: bubble up failures into main thread in native ofctl mode
* Add IPv6 default route to DHCP namespace