Files
releases/deliverables/pike/neutron-lib.yaml
Ihar Hrachyshka 02694b2850 Release new neutron-lib 1.5.0
I am primarily interested in delivering the new hacking check to
consuming projects that forbigs translations for log messages, so that
we can start to enable it in all the gates and clean up trees from those
_L* markers.

Change-Id: Ia45ac2c2ccede5ff6a74ce47e2a15407a23c7b16
2017-04-26 14:44:23 -07:00

54 lines
2.1 KiB
YAML

---
include-pypi-link: true
launchpad: neutron
release-model: cycle-with-intermediary
send-announcements-to: openstack-dev@lists.openstack.org
team: neutron
release-notes: https://docs.openstack.org/releasenotes/neutron-lib/unreleased.html
type: library
releases:
- version: 1.2.0
projects:
- repo: openstack/neutron-lib
hash: fc38a3fe8e6fa7c75572180554a02b43a72f9af9
highlights: |
* Move BGPVPN API definition into neutron-lib
* Add is_extension_supported to neutron_lib
* rehome l3 api-def exceptions
* Remove support for py33, py34
* Update api-ref for enhanced tag mechanism
* Add FIP64 extension from networking-midonet
* Add router-interface-fip extension from networking-midonet
* Migrate logging-resource extension from networking-midonet
* API reference improvements
- version: 1.3.0
projects:
- repo: openstack/neutron-lib
hash: cd5b4765b4f91dbbc98c40fe0b47572161312dd2
highlights: |
* Synced neutron callbacks into lib
* Multiple API-ref changes: cleaned quotas, added QoS rule types list, corrected QoS policies
* Added networking-bgpvpn API reference
* Tweaked trunk extension to support Ironic use case
* Added a note about the current status of FWaaS v1
- version: 1.4.0
projects:
- repo: openstack/neutron-lib
hash: 998899622e2c38948bb846bc834d49d3f3ea4542
highlights: |
* Rehomed Plugin common constants
* Rehomed NeutronWorker class
* Downgraded callback abortable event log to debug
* Added flush_on_subtransaction=True to engine config
- version: 1.5.0
projects:
- repo: openstack/neutron-lib
hash: a73142e977b0f5c7afc8d1ab8e4bfce66c8db75c
highlights: |
* Rehomed extra_dhcp_opt api-def.
* Rehomed core resource api-defs.
* Rehomed ``is_port_trusted`` util function.
* hacking: enforce log messages not being translated.
* fwaas: added new protocols (DCCP, SCTP).
* fwaas: migrated from ``public`` attribute to ``shared``.