OpenStack Release Bot
c0ff458b05
The stable/victoria and stable/wallaby branches have been deleted, so reno can't find their release notes. Use the victoria-eom and wallaby-eom tags to indicate the end of the Cinder project's maintenance of these series. Also fix our override for the reno closed_branch_tag_re to include the -eom tags. Add the changed reno.yaml file to all relevant irrelevant-files lists. 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: I505b7cc12888d2373a0550b40bb945d75bb11067
90 lines
4.4 KiB
YAML
90 lines
4.4 KiB
YAML
---
|
|
# Ignore the kilo-eol tag because that branch does not work with reno
|
|
# and contains no release notes.
|
|
closed_branch_tag_re: "(.+)(?<!kilo)-eo[lm]"
|
|
template: |
|
|
---
|
|
prelude: >
|
|
Additional instructions available at
|
|
https://docs.openstack.org/cinder/latest/contributor/releasenotes.html
|
|
|
|
Replace this text with content to appear at the top of the section for
|
|
this release. All of the prelude content is merged together and then
|
|
rendered separately from the items listed in other parts of the file, so
|
|
the text needs to be worded so that both the prelude and the other items
|
|
make sense when read independently. This may mean repeating some details.
|
|
Not every release note requires a prelude. Usually only notes describing
|
|
major features or adding release theme details should have a prelude.
|
|
features:
|
|
- |
|
|
List new features here, or remove this section. All of the list items in
|
|
this section are combined when the release notes are rendered, so the text
|
|
needs to be worded so that it does not depend on any information only
|
|
available in another section, such as the prelude. This may mean repeating
|
|
some details. Examples for core features and driver specific features:
|
|
- |
|
|
We can now limit the number of concurrent backup/restore operations that
|
|
a Cinder backup service can perform using the ``backup_max_operations``
|
|
configuration option.
|
|
- |
|
|
RBD driver: Added support for volume manage and unmanage operations.
|
|
issues:
|
|
- |
|
|
List known issues here, or remove this section. All of the list items in
|
|
this section are combined when the release notes are rendered, so the text
|
|
needs to be worded so that it does not depend on any information only
|
|
available in another section, such as the prelude. This may mean repeating
|
|
some details.
|
|
upgrade:
|
|
- |
|
|
List upgrade notes here, or remove this section. All of the list items in
|
|
this section are combined when the release notes are rendered, so the text
|
|
needs to be worded so that it does not depend on any information only
|
|
available in another section, such as the prelude. This may mean repeating
|
|
some details.
|
|
deprecations:
|
|
- |
|
|
List deprecations notes here, or remove this section. All of the list
|
|
items in this section are combined when the release notes are rendered, so
|
|
the text needs to be worded so that it does not depend on any information
|
|
only available in another section, such as the prelude. This may mean
|
|
repeating some details.
|
|
critical:
|
|
- |
|
|
Add critical notes here, or remove this section. All of the list items in
|
|
this section are combined when the release notes are rendered, so the text
|
|
needs to be worded so that it does not depend on any information only
|
|
available in another section, such as the prelude. This may mean repeating
|
|
some details.
|
|
security:
|
|
- |
|
|
Add security notes here, or remove this section. All of the list items in
|
|
this section are combined when the release notes are rendered, so the text
|
|
needs to be worded so that it does not depend on any information only
|
|
available in another section, such as the prelude. This may mean repeating
|
|
some details.
|
|
fixes:
|
|
- |
|
|
Add normal bug fixes here, or remove this section. All of the list items
|
|
in this section are combined when the release notes are rendered, so the
|
|
text needs to be worded so that it does not depend on any information only
|
|
available in another section, such as the prelude. This may mean repeating
|
|
some details. Examples for core code fixes, and driver fixes:
|
|
- |
|
|
`Bug #1889758 <https://bugs.launchpad.net/cinder/+bug/1889758>`_: Fixed
|
|
revert to snapshot not working for non admin users when using the
|
|
snapshot's name.
|
|
- |
|
|
Brocade driver `bug #1866860
|
|
<https://bugs.launchpad.net/cinder/+bug/1889758>`_: Fixed
|
|
``AttributeError`` when using ``REST_HTTP`` or ``REST_HTTPS`` as the
|
|
``fc_southbound_protocol`` option and an exception is raised by the
|
|
client.
|
|
other:
|
|
- |
|
|
Add other notes here, or remove this section. All of the list items in
|
|
this section are combined when the release notes are rendered, so the text
|
|
needs to be worded so that it does not depend on any information only
|
|
available in another section, such as the prelude. This may mean repeating
|
|
some details.
|