cinder/releasenotes/source
OpenStack Release Bot 23069626b6 reno: Update master for xena Unmaintained status
The stable/xena branch has been deleted, so reno can't find its
release notes.  Use the xena-eom tag to indicate the end of the
Cinder project's maintenance of the Xena series.

This strategy is what we used for the yoga transition, and was
discussed at a cinder weekly meeting:
https://meetings.opendev.org/irclogs/%23openstack-meeting-alt/%23openstack-meeting-alt.2024-02-07.log.html#t2024-02-07T14:06:09

Change-Id: Iafa97d17bd5684c4a43b08f4b1a8d2b580a2cfd1
2024-03-13 22:01:48 +00:00
..
_static Add reno for release notes management 2015-11-05 14:58:17 +01:00
_templates Add reno for release notes management 2015-11-05 14:58:17 +01:00
locale Imported Translations from Zanata 2024-02-09 06:29:21 +00:00
2023.1.rst Update master for stable/2023.1 2023-03-08 12:43:24 +00:00
2023.2.rst Update master for stable/2023.2 2023-09-14 01:24:08 +00:00
conf.py Switch to newer openstackdocstheme and reno versions 2020-05-27 12:28:24 +00:00
index.rst Update master for stable/2023.2 2023-09-14 01:24:08 +00:00
liberty.rst Make EOL branch release notes static 2020-09-23 16:16:11 -05:00
mitaka.rst Make EOL branch release notes static 2020-09-23 16:16:11 -05:00
newton.rst Make EOL branch release notes static 2020-09-23 16:16:11 -05:00
ocata.rst Make EOL branch release notes static 2020-09-23 16:16:11 -05:00
pike.rst Make EOL branch release notes static 2020-09-23 16:16:11 -05:00
queens.rst Make EM branch release notes static 2020-09-23 16:36:25 -05:00
README.txt Make EM branch release notes static 2020-09-23 16:36:25 -05:00
rocky.rst Make EM branch release notes static 2020-09-23 16:36:25 -05:00
stein.rst Add release note ignore for backport note 2019-07-10 10:55:28 -05:00
train.rst Update master for stable/train 2019-09-27 09:05:15 +00:00
unreleased.rst Add release note ignore for backport note 2019-07-10 10:55:28 -05:00
ussuri.rst Update master for stable/ussuri 2020-04-23 19:20:35 +00:00
victoria.rst reno: Update master for Unmaintained branches 2024-03-13 12:56:42 +01:00
wallaby.rst reno: Update master for Unmaintained branches 2024-03-13 12:56:42 +01:00
xena.rst reno: Update master for xena Unmaintained status 2024-03-13 22:01:48 +00:00
yoga.rst reno: Update master for yoga Unmaintained status 2024-02-07 14:24:14 +00:00
zed.rst Update master for stable/zed 2022-09-19 09:42:39 +00:00

=========================================
Important Notes Regarding Closed Branches
=========================================

This README applies to release notes for branches that are closed. This
includes End of Life, Unmaintained, and Extended Maintenance branches.
The list of series, and their stable status, can be found here:

https://releases.openstack.org/

Once a stable series reaches Extended Maintenance, no new official releases
will be performed for that series. For this reason, and to save a significant
amount of time in gate jobs that build release notes, EOL branch release
notes are made static. Said another way, reno is no longer used to dynamically
generate the release notes for that branch as they are not expected to change
often.

Branches in Extended Maintenance will not be released, but they can still
accept backports of bugfixes. We may want to include release notes for these
fixes, even if they will not be included in an official release. In this case,
in addition to backporting the release note, you will need to manually refresh
the static page so those new notes will show up under a development release
version in the generated output.

To regenerate the static landing pages in this case, run the following commands
from the root of the openstack/cinder repo::

  tox -e releasenotes --notest
  .tox/releasenotes/bin/reno report \
      --title "$SERIES Series Release Notes" \
      --branch "stable/$series" | \
      sed 's/^ *$//g' > "releasenotes/source/$series.rst"

In this example, ``$SERIES`` would be the title-cased series name (i.e. Rocky),
and $series would be the series name in lower case (i.e. rocky).

This should replace the static release note page. That page should then be
added to the commit and included as part of the review.