6d06978d7d
With the new TC resolution the community replaces Extended Maintenance with Unmaintained status [1]. So this patch transitions victoria, wallaby, and xena EM branches to Unmaintained as follows: - tip of the given branch will be tagged with <series>-eom tag - unmaintained/<series> branch will be cut from <series>-eom tag - stable/<series> branch will be deleted Some further notes: - stable policy still applies - backports can be pushed against unmaintained/<series> branch - openstack-unmaintained-core group have the rights to merge patches For further details please read the resolution [1] & review and +1 this patch if this is correct as soon as possible. [1] https://governance.openstack.org/tc/resolutions/20230724-unmaintained-branches.html Change-Id: I40169aeccc5c80a6623e8fff81c7f5973e7217b2
78 lines
2.6 KiB
YAML
78 lines
2.6 KiB
YAML
---
|
|
launchpad: neutron
|
|
team: neutron
|
|
type: service
|
|
release-model: cycle-with-rc
|
|
repository-settings:
|
|
openstack/neutron: {}
|
|
cycle-highlights:
|
|
- Distributed DHCP service is now available as an neutron-ovs-agent
|
|
extension. It provides basic DHCP functionality locally on compute
|
|
nodes where VMs are and no DHCP agents are needed in such case.
|
|
- Support stateless security groups with the latest OVN 21.06+. The
|
|
``stateful=False`` security groups are mapped to the new ``allow-stateless``
|
|
OVN ACL verb.
|
|
- ECMP routes are now supported by Neutron. Multiple routes with the
|
|
same destination address are now consolidated into a single ECMP
|
|
route.
|
|
- A new quota driver is added ``DbQuotaNoLockDriver``. This driver
|
|
does not create a unique lock per (resource, project_id). Such locks
|
|
could lead to a database deadlock state if the number of server
|
|
requests exceeds the number of resolved resource creations.
|
|
releases:
|
|
- version: 19.0.0.0rc1
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 6db261962894b1667dd213b116e89246a3e54386
|
|
- version: 19.0.0.0rc2
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 23f956ab37618d5ec6b1b2bf0d50dea7a601513c
|
|
- version: 19.0.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 23f956ab37618d5ec6b1b2bf0d50dea7a601513c
|
|
diff-start: 18.0.0.0rc1
|
|
- version: 19.1.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 1a4353d2877b2d1d54cc9eeb701c728ae4fc84a5
|
|
- version: 19.2.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 493afef940d548d02b997b0514643035a44ee030
|
|
- version: 19.3.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 2f5a42c637c23f1080eb55a9b0eea67b5f55d078
|
|
- version: 19.4.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 0eb8e2b21652bd1beacfdf6079baca660737625e
|
|
- version: 19.5.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: fc62d1ea8ef5024cd1b851dab2f765ba425279c3
|
|
- version: 19.6.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: ee781c277b3aa47eb8f891568fb4b1b8359c2f38
|
|
- version: 19.7.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: edfb66d1575aaabc49d321f1f6135d2f6cfe32b0
|
|
- version: xena-em
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: edfb66d1575aaabc49d321f1f6135d2f6cfe32b0
|
|
- version: xena-eom
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: f99ec47c4c437fb8bb967d4b5705edb02993bd72
|
|
branches:
|
|
- name: stable/xena
|
|
location: 19.0.0.0rc1
|
|
- name: unmaintained/xena
|
|
location: xena-eom
|
|
release-notes: https://docs.openstack.org/releasenotes/neutron/xena.html
|