[kuryr] 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: Ibe921a6c199f358b0aaa405beec6db02ff3e7ec5
This commit is contained in:
parent
3809a2ef81
commit
92ad308405
@ -32,7 +32,14 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/kuryr-kubernetes
|
||||
hash: 3b7397864814da9efd20712765568babf17f3034
|
||||
- version: victoria-eom
|
||||
projects:
|
||||
- repo: openstack/kuryr-kubernetes
|
||||
hash: 3b7397864814da9efd20712765568babf17f3034
|
||||
branches:
|
||||
- name: stable/victoria
|
||||
location: 3.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/kuryr-kubernetes/victoria.html
|
||||
- name: unmaintained/victoria
|
||||
location: victoria-eom
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/kuryr-kubernetes/victoria.html
|
||||
|
@ -19,7 +19,14 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/kuryr-libnetwork
|
||||
hash: c587fc063d8e1f9956daff6a864f5378238106f7
|
||||
- version: victoria-eom
|
||||
projects:
|
||||
- repo: openstack/kuryr-libnetwork
|
||||
hash: 402b764c2f6a1290125d03b5280a5c6b7666b44c
|
||||
branches:
|
||||
- name: stable/victoria
|
||||
location: 6.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/kuryr-libnetwork/victoria.html
|
||||
- name: unmaintained/victoria
|
||||
location: victoria-eom
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/kuryr-libnetwork/victoria.html
|
||||
|
@ -19,7 +19,13 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/kuryr
|
||||
hash: 0af52266184e77e7dff4852200044007a0548415
|
||||
- version: victoria-eom
|
||||
projects:
|
||||
- repo: openstack/kuryr
|
||||
hash: 3e85c99b74f802a0257182224de6a4ff3cc13bc9
|
||||
branches:
|
||||
- name: stable/victoria
|
||||
location: 2.1.0
|
||||
- name: unmaintained/victoria
|
||||
location: victoria-eom
|
||||
release-notes: https://docs.openstack.org/releasenotes/kuryr/victoria.html
|
||||
|
@ -35,7 +35,14 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/kuryr-kubernetes
|
||||
hash: 8ec71e7e3f0f4d05b5a96e62e56db0ef9dc3bd96
|
||||
- version: wallaby-eom
|
||||
projects:
|
||||
- repo: openstack/kuryr-kubernetes
|
||||
hash: 8ec71e7e3f0f4d05b5a96e62e56db0ef9dc3bd96
|
||||
branches:
|
||||
- name: stable/wallaby
|
||||
location: 4.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/kuryr-kubernetes/wallaby.html
|
||||
- name: unmaintained/wallaby
|
||||
location: wallaby-eom
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/kuryr-kubernetes/wallaby.html
|
||||
|
@ -19,7 +19,14 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/kuryr-libnetwork
|
||||
hash: 8f7866809240acd52667f9e47a5df4a700d9290b
|
||||
- version: wallaby-eom
|
||||
projects:
|
||||
- repo: openstack/kuryr-libnetwork
|
||||
hash: 2d4cf6435e7878d11e5bcdb280c841dd8aabaf64
|
||||
branches:
|
||||
- name: stable/wallaby
|
||||
location: 7.0.0.0rc1
|
||||
release-notes: https://docs.openstack.org/releasenotes/kuryr-libnetwork/wallaby.html
|
||||
- name: unmaintained/wallaby
|
||||
location: wallaby-eom
|
||||
release-notes:
|
||||
https://docs.openstack.org/releasenotes/kuryr-libnetwork/wallaby.html
|
||||
|
@ -19,7 +19,13 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/kuryr
|
||||
hash: f9737498168abe81b442649a296e85198d96e29a
|
||||
- version: wallaby-eom
|
||||
projects:
|
||||
- repo: openstack/kuryr
|
||||
hash: ab0929857feba2b498b90df6400bf80f1d68489f
|
||||
branches:
|
||||
- name: stable/wallaby
|
||||
location: 2.3.0
|
||||
- name: unmaintained/wallaby
|
||||
location: wallaby-eom
|
||||
release-notes: https://docs.openstack.org/releasenotes/kuryr/wallaby.html
|
||||
|
@ -27,7 +27,13 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/kuryr-kubernetes
|
||||
hash: 1a120c23f6d753c5ea66b920cc1d5ac14e17bffe
|
||||
- version: xena-eom
|
||||
projects:
|
||||
- repo: openstack/kuryr-kubernetes
|
||||
hash: 098f73f4d2295c1f1364bea5a1ec5fe6fa6b9b7e
|
||||
branches:
|
||||
- name: stable/xena
|
||||
location: 5.0.0.0rc1
|
||||
- name: unmaintained/xena
|
||||
location: xena-eom
|
||||
release-notes: https://docs.openstack.org/releasenotes/kuryr-kubernetes/xena.html
|
||||
|
@ -19,7 +19,13 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/kuryr-libnetwork
|
||||
hash: dbb7a4dff64326d547243ce092d5064a13bfabb0
|
||||
- version: xena-eom
|
||||
projects:
|
||||
- repo: openstack/kuryr-libnetwork
|
||||
hash: 757b8c66512bf706892d3ec777cde9afdfed4967
|
||||
branches:
|
||||
- name: stable/xena
|
||||
location: 8.0.0.0rc1
|
||||
- name: unmaintained/xena
|
||||
location: xena-eom
|
||||
release-notes: https://docs.openstack.org/releasenotes/kuryr-libnetwork/xena.html
|
||||
|
@ -15,7 +15,13 @@ releases:
|
||||
projects:
|
||||
- repo: openstack/kuryr
|
||||
hash: 764de32607059a9a1a0bd37c46609815a1abe1ba
|
||||
- version: xena-eom
|
||||
projects:
|
||||
- repo: openstack/kuryr
|
||||
hash: 80969dbc9114075e1973b5da9eecc4f62aa5b52c
|
||||
branches:
|
||||
- name: stable/xena
|
||||
location: 2.4.0
|
||||
- name: unmaintained/xena
|
||||
location: xena-eom
|
||||
release-notes: https://docs.openstack.org/releasenotes/kuryr/xena.html
|
||||
|
Loading…
Reference in New Issue
Block a user