cinder/releasenotes
Sean McGinnis 9002c5fa6c
Make EOL branch release notes static
Stable branches for newton and older are EOL.
As such, they do not get frequent updates to the release notes.

Building the release notes can take quite awhile, especially in the gate
where it build them repeatedly in one job for each translation that is
available. Each stable branch using the reno sphinx extension directive
needs to scan the git history and dynamically generate the RST used for
the series release notes.

To speed up how long this takes, this patch makes these closed series'
release note pages static so this expensive operation doesn't need to be
performed for release notes that are not changing. If we do backport a
patch and we want to include updated release notes, instructions are
provided to show how to manually regenerate the static page to pick those
up.

Change-Id: I146e824be48baf1412d7c1570b3fb55a7007c958
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-09-23 16:16:11 -05:00
..
notes Merge "[storwize]:Fixed check_flashcopy_rate issues" 2020-09-23 20:35:45 +00:00
source Make EOL branch release notes static 2020-09-23 16:16:11 -05:00
README.rst Fix release notes link 2017-07-25 14:24:18 -07:00

Release notes

The release notes for a patch should be included in the patch. The intended audience for release notes include deployers, administrators and end-users.

A release note is required if the patch has upgrade or API impact. It is also required if the patch adds a feature or fixes a long-standing or security bug.

Please see https://docs.openstack.org/cinder/latest/contributor/releasenotes.html for more details.