ecca7b268c
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: Ib19f52b45eb2b9c5509db05e3c2965f42fef8abc
64 lines
2.3 KiB
YAML
64 lines
2.3 KiB
YAML
---
|
|
include-pypi-link: true
|
|
storyboard: 908
|
|
release-model: cycle-with-rc
|
|
release-type: python-pypi
|
|
team: octavia
|
|
type: service
|
|
cycle-highlights:
|
|
- Users can now specify the TLS versions accepted for listeners and
|
|
pools. Operators also now have the ability to set a minimum TLS
|
|
version acceptable for their deployment.
|
|
- Octavia now supports HTTP/2 over TLS using the new Application Layer
|
|
Protocol Negotiation (ALPN) configuration option for listeners.
|
|
- Load balancer statistics can now be reported to multiple statistics
|
|
drivers simultaneously and supports delta metrics. This allows easier
|
|
integration into external metrics system, such as a time series
|
|
database.
|
|
- Octavia flavors for the amphora driver now support specifying the
|
|
glance image tag as part of the flavor. This allows the operator
|
|
to define Octavia flavors that boot alternate amphora images.
|
|
- Load balancer pools now support version two of the PROXY protocol.
|
|
This allows passing client information to member servers when using
|
|
TCP protocols. PROXYV2 improves the performance of establishing
|
|
new connections using the PROXY protocol to member servers, especially
|
|
when the listener is using IPv6.
|
|
repository-settings:
|
|
openstack/octavia: {}
|
|
releases:
|
|
- version: 7.0.0.0rc1
|
|
projects:
|
|
- repo: openstack/octavia
|
|
hash: afe9ac3cfc60c598e647a7b25f74ffeff1d1333b
|
|
- version: 7.0.0
|
|
projects:
|
|
- repo: openstack/octavia
|
|
hash: afe9ac3cfc60c598e647a7b25f74ffeff1d1333b
|
|
diff-start: 6.0.0
|
|
- version: 7.1.0
|
|
projects:
|
|
- repo: openstack/octavia
|
|
hash: b5c6c884a4a4de48eea7ea08ba865f08fbfcf972
|
|
- version: 7.1.1
|
|
projects:
|
|
- repo: openstack/octavia
|
|
hash: 857533b59cf1ef2b657ce74bc0de89798356ab93
|
|
- version: 7.1.2
|
|
projects:
|
|
- repo: openstack/octavia
|
|
hash: de20868ab74e5d0b3b24e254b8c4cefae7b78fb6
|
|
- version: victoria-em
|
|
projects:
|
|
- repo: openstack/octavia
|
|
hash: de20868ab74e5d0b3b24e254b8c4cefae7b78fb6
|
|
- version: victoria-eom
|
|
projects:
|
|
- repo: openstack/octavia
|
|
hash: 881e93fc8005533a487b67148021f1ae791c7384
|
|
branches:
|
|
- name: stable/victoria
|
|
location: 7.0.0.0rc1
|
|
- name: unmaintained/victoria
|
|
location: victoria-eom
|
|
release-notes: https://docs.openstack.org/releasenotes/octavia/victoria.html
|