e6a884f71e
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: I1f7f44b05b77885149946f0ca251a2c6cf8b82f6
65 lines
2.0 KiB
YAML
65 lines
2.0 KiB
YAML
---
|
|
launchpad: horizon
|
|
release-model: cycle-with-intermediary
|
|
team: horizon
|
|
type: service
|
|
repository-settings:
|
|
openstack/horizon: {}
|
|
releases:
|
|
- version: 18.4.0
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: dd62fd386e0899ff84cdf9418c63f98caf66cf33
|
|
- version: 18.4.1
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: 703f889771988803e7ccd5961607676bad4283c9
|
|
- version: 18.5.0
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: 79e505520fc307eeedc1f5c81fb516e9638ebd72
|
|
- version: 18.6.0
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: c44e651589f8589452ab6e436d3428a8d56fa9cf
|
|
- version: 18.6.1
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: 970969776a5e35a0a0494e3d24789a1804b35c74
|
|
- version: 18.6.2
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: 0c7d8b70d86064dbe0d80322e2267a45f338032b
|
|
- version: 18.6.3
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: 7a5432de8d68eab5772dd3a23951d0953ba99ddb
|
|
- version: 18.6.4
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: c9ebeb1fa3de5ead102fef2027c8e5320c3038e1
|
|
- version: victoria-em
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: c9ebeb1fa3de5ead102fef2027c8e5320c3038e1
|
|
- version: victoria-eom
|
|
projects:
|
|
- repo: openstack/horizon
|
|
hash: 7d3e351d8dba985acd1b11da9775b4c7b7b7dff7
|
|
branches:
|
|
- name: stable/victoria
|
|
location: 18.6.0
|
|
- name: unmaintained/victoria
|
|
location: victoria-eom
|
|
cycle-highlights:
|
|
- Error messages shown in horizon now contains more detail. Previously
|
|
GUI users cannot know detail reasons of operations, but users can
|
|
now check detailed information from back-end service so that they
|
|
can address causes.
|
|
- Added a new tab that shows messages for volumes and volume snapshots.
|
|
Users can know detail events which happend for corresponding volumes
|
|
or snapshots.
|
|
- Added support for extending in-use volumes. Users can extend in-use
|
|
volumes via horizon now.
|
|
release-notes: https://docs.openstack.org/releasenotes/horizon/victoria.html
|