[zaqar] Transition EM branches to Unmaintained
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: I4ca342be29ad5d540fb262cc95f8f0b1b326b8f7
This commit is contained in:
parent
3809a2ef81
commit
cd067b550f
@ -19,6 +19,12 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/python-zaqarclient
|
||||
hash: 8f0b9f5b07b51a39488a4f1e4f0f092b6579ee73
|
||||
- version: victoria-eom
|
||||
projects:
|
||||
- repo: openstack/python-zaqarclient
|
||||
hash: 18c30dda0668130e409250e537b5912ba6b76f3a
|
||||
branches:
|
||||
- name: stable/victoria
|
||||
location: 2.0.1
|
||||
- name: unmaintained/victoria
|
||||
location: victoria-eom
|
||||
|
@ -20,7 +20,13 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/zaqar-ui
|
||||
hash: a5816d9b8766dc3400037078c8a014fead5e7f3a
|
||||
- version: victoria-eom
|
||||
projects:
|
||||
- repo: openstack/zaqar-ui
|
||||
hash: 7e708d4c3954db7063093722ae721897c3ed8a08
|
||||
branches:
|
||||
- name: stable/victoria
|
||||
location: 9.0.0.0rc1
|
||||
- name: unmaintained/victoria
|
||||
location: victoria-eom
|
||||
release-notes: https://docs.openstack.org/releasenotes/zaqar-ui/victoria.html
|
||||
|
@ -19,7 +19,13 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/zaqar
|
||||
hash: bd4e5b62fc08f802868389113971f3402a90c232
|
||||
- version: victoria-eom
|
||||
projects:
|
||||
- repo: openstack/zaqar
|
||||
hash: 24786ee33d197c140b81c3dfb4fb58f42e1ea041
|
||||
branches:
|
||||
- name: stable/victoria
|
||||
location: 11.0.0.0rc1
|
||||
- name: unmaintained/victoria
|
||||
location: victoria-eom
|
||||
release-notes: https://docs.openstack.org/releasenotes/zaqar/victoria.html
|
||||
|
@ -15,6 +15,12 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/python-zaqarclient
|
||||
hash: e388947aae2c1440ffc8c635d9dc2f702dc2cb27
|
||||
- version: wallaby-eom
|
||||
projects:
|
||||
- repo: openstack/python-zaqarclient
|
||||
hash: e388947aae2c1440ffc8c635d9dc2f702dc2cb27
|
||||
branches:
|
||||
- name: stable/wallaby
|
||||
location: 2.1.0
|
||||
- name: unmaintained/wallaby
|
||||
location: wallaby-eom
|
||||
|
@ -20,7 +20,13 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/zaqar-ui
|
||||
hash: 6da23dd284e9307cdf1fed1bdfb0dc558beed753
|
||||
- version: wallaby-eom
|
||||
projects:
|
||||
- repo: openstack/zaqar-ui
|
||||
hash: 70716614eb48697e3dd049cb6575d1bb41f5f59a
|
||||
branches:
|
||||
- name: stable/wallaby
|
||||
location: 10.0.0.0rc1
|
||||
- name: unmaintained/wallaby
|
||||
location: wallaby-eom
|
||||
release-notes: https://docs.openstack.org/releasenotes/zaqar-ui/wallaby.html
|
||||
|
@ -19,7 +19,13 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/zaqar
|
||||
hash: 6b6d90c3b7eb0ee9892abc31565a6e0fc99bef4f
|
||||
- version: wallaby-eom
|
||||
projects:
|
||||
- repo: openstack/zaqar
|
||||
hash: 1c311cac6dbee8ee3dc415cc02e6b9f5a1ca3099
|
||||
branches:
|
||||
- name: stable/wallaby
|
||||
location: 12.0.0.0rc1
|
||||
- name: unmaintained/wallaby
|
||||
location: wallaby-eom
|
||||
release-notes: https://docs.openstack.org/releasenotes/zaqar/wallaby.html
|
||||
|
@ -15,6 +15,12 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/python-zaqarclient
|
||||
hash: e388947aae2c1440ffc8c635d9dc2f702dc2cb27
|
||||
- version: xena-eom
|
||||
projects:
|
||||
- repo: openstack/python-zaqarclient
|
||||
hash: e388947aae2c1440ffc8c635d9dc2f702dc2cb27
|
||||
branches:
|
||||
- name: stable/xena
|
||||
location: 2.2.0
|
||||
- name: unmaintained/xena
|
||||
location: xena-eom
|
||||
|
@ -20,7 +20,13 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/zaqar-ui
|
||||
hash: 98d0021d8affbf124b451fc182bb96de327c63fe
|
||||
- version: xena-eom
|
||||
projects:
|
||||
- repo: openstack/zaqar-ui
|
||||
hash: 7180e4c36bd3989036ee05474b57075a5dcbcf39
|
||||
branches:
|
||||
- name: stable/xena
|
||||
location: 11.0.0.0rc1
|
||||
- name: unmaintained/xena
|
||||
location: xena-eom
|
||||
release-notes: https://docs.openstack.org/releasenotes/zaqar-ui/xena.html
|
||||
|
@ -19,7 +19,13 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/zaqar
|
||||
hash: c7d9976e1527eba5ca59a503b08e5d785d2b6101
|
||||
- version: xena-eom
|
||||
projects:
|
||||
- repo: openstack/zaqar
|
||||
hash: 87b4500b5ea8f80516cd40b305a292ed4eafca71
|
||||
branches:
|
||||
- name: stable/xena
|
||||
location: 13.0.0.0rc1
|
||||
- name: unmaintained/xena
|
||||
location: xena-eom
|
||||
release-notes: https://docs.openstack.org/releasenotes/zaqar/xena.html
|
||||
|
Loading…
Reference in New Issue
Block a user