beb06b34dd
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: I9dac1d9441cfe02ff264c82d7500f81b1d363698
81 lines
2.6 KiB
YAML
81 lines
2.6 KiB
YAML
---
|
|
launchpad: horizon
|
|
release-model: cycle-with-intermediary
|
|
team: horizon
|
|
type: service
|
|
repository-settings:
|
|
openstack/horizon: {}
|
|
releases:
|
|
- version: 17.0.0
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: 201b5380d5c10c55fb71ffea7d67a26b288817cf
|
|
- version: 17.1.0
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: 32f16711b1b2430eb0563fade531cc17f31c044b
|
|
- version: 18.0.0
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: 79fc46a0642c2844c6da858176d54f16ea204d1f
|
|
- version: 18.1.0
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: 571eb23c79c8a231832cd6478447369320c2cac0
|
|
- version: 18.2.0
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: ddc52a7405f0be38629f665d24bcf75022ce0018
|
|
- version: 18.3.0
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: b62c49acf5eba001937cff33a41d73a4f4caa292
|
|
- version: 18.3.1
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: 8eb9b7d75f73cfbc2b5ff69cb0b8fc2fc956f3d5
|
|
- version: 18.3.2
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: d3ba7f17cd675e12d087bde1adf995fcaace48d4
|
|
- version: 18.3.3
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: 664c6ec28ec56ffd7474fba7ebce43dbdcf65543
|
|
- version: 18.3.4
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: 774800c1b6a974da99cf7def554e8a1ae52dd61e
|
|
- version: 18.3.5
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: ab2c91efca0613bd67f2e74af06654114e0a4448
|
|
- version: ussuri-em
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: ab2c91efca0613bd67f2e74af06654114e0a4448
|
|
- version: ussuri-eol
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: 47153196bef8cb4938170f33c5a8098c6d00a089
|
|
branches:
|
|
- name: stable/ussuri
|
|
location: 18.3.0
|
|
release-notes: https://docs.openstack.org/releasenotes/horizon/ussuri.html
|
|
cycle-highlights:
|
|
- |
|
|
This release mainly focuses on bug fixes and improvements from the
|
|
maintenance perspective including deprecations of old features,
|
|
cleanup of deprecated features, integration test coverage improvements,
|
|
migration to mock usage in unit tests and so on.
|
|
- |
|
|
Horizon and all horizon plugins now support Django 2.2 which is
|
|
the only supported LTS of Django. Django is a framework which horizon
|
|
depends on. Note that python 2.7 is no longer supported and
|
|
we have enter into the python3 era.
|
|
- |
|
|
A couple of feature gaps in keystone support are implemented:
|
|
a feature to allow users to change expired password including first login,
|
|
password lock option in the user panel, and
|
|
a support of access rules for application credentials.
|