ce4884ff64
With the new resolution '2023-07-24 Unmaintained status replaces Extended Maintenance' [1] the last 3 EM branches (Xena, Wallaby, Victoria) will transition to Unmaintained, but older branches (Ussuri, Train) should move to End of Life unless someone steps up as maintainer of this branch for this project. To signal this, please add a -1 for this patch if you or the team want to keep this branch open for further maintenance. If there is no response from anyone within a reasonable time frame, then PTLs/release liaisons will be asked to confirm the EOL transition with their +1. [1] https://governance.openstack.org/tc/resolutions/20230724-unmaintained-branches.html Change-Id: I3f6bf9e50e6eba8ab6fc0bb1e466468d6925c776
96 lines
3.6 KiB
YAML
96 lines
3.6 KiB
YAML
---
|
|
launchpad: neutron
|
|
team: neutron
|
|
type: service
|
|
release-model: cycle-with-rc
|
|
repository-settings:
|
|
openstack/neutron: {}
|
|
releases:
|
|
- version: 16.0.0.0b1
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 6930f5dc3300c990f8777952c0042c89aaf2d14c
|
|
- version: 16.0.0.0rc1
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 0fab732485dd9922ccbec54867f0d9fc2c34e205
|
|
- version: 16.0.0.0rc2
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: c06cb95b6f46574e74244fd738873290fd1773cb
|
|
- version: 16.0.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: c06cb95b6f46574e74244fd738873290fd1773cb
|
|
diff-start: 15.0.0.0rc1
|
|
- version: 16.1.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 711cd65118ace8609b69f1588238a2a10b0123c1
|
|
- version: 16.2.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 70d0a7e769a88330118dde7073bdcb4bab04ba7c
|
|
- version: 16.3.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 3ff0a604677503bd6066e99681c17d7f29027831
|
|
- version: 16.3.1
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 4ca55a3365922918f9e0a946cd6bb43f0b53b027
|
|
- version: 16.3.2
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 95343978756ebebcb1d841ac75cda77216a16835
|
|
- version: 16.4.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: d07ad0324ab2e6171bb57997960c13159813c712
|
|
- version: 16.4.1
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 6a761dc42da99625bb18b4aabf4e2b340396c78c
|
|
- version: 16.4.2
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: ee67324c17c7d46bf110da977d999796951a6a2d
|
|
- version: ussuri-em
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: ee67324c17c7d46bf110da977d999796951a6a2d
|
|
- version: ussuri-eol
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 18b820ea41e05c36a954a92cec1cd20e010b1e9f
|
|
cycle-highlights:
|
|
- The ``OVN`` driver is now merged into Neutron repository and is
|
|
one of the in-tree Neutron ML2 drivers, like ``linuxbridge`` or
|
|
``openvswitch``. ``OVN`` driver benefits over the ``openvswitch``
|
|
driver include for example DVR with distributed SNAT traffic, distributed
|
|
DHCP and possibility to run without network nodes. Other ML2 drivers
|
|
are still in-tree and are fully supported. Currently default agent
|
|
is still ``openvswitch`` but our plan is to make ``OVN`` driver
|
|
to be the default choice in the future.
|
|
- Support for stateless security groups has been added. Users can
|
|
now create security group set as ``stateless`` which means that
|
|
conntrack will not be used for any rule in that group. One port
|
|
can only use ``stateless`` or ``stateful`` security groups. In some
|
|
use cases stateless security groups will allow operator to choose
|
|
for optimized datapath performance whereas stateful security groups
|
|
impose extra processing on the system.
|
|
- Role Based Access Control (``RBAC``) for address scopes and subnet
|
|
pools has been added. Address scopes and subnet pools are usually
|
|
defined by operators and exposed to users. This change allows operators
|
|
to use more granular access controls on address scopes and subnet
|
|
pools.
|
|
- Support for tagging resources during creation has been added in
|
|
Neutron API. User can now set tags for resources like e.g. ports
|
|
directly in ``POST`` requests. This will improve the performance
|
|
of kubernetes network operations a lot. The number of API calls
|
|
which e.g. ``Kuryr`` has to send to Neutron are greatly reduced.
|
|
branches:
|
|
- name: stable/ussuri
|
|
location: 16.0.0.0rc1
|
|
release-notes: https://docs.openstack.org/releasenotes/neutron/ussuri.html
|