We are thrilled to announce the release of: reno 2.5.1: RElease NOtes manager The source is available from: https://git.openstack.org/cgit/openstack/reno Download the package from: https://pypi.python.org/pypi/reno Please report issues through launchpad: https://bugs.launchpad.net/reno For more details, please see below. 2.5.1 ^^^^^ New Features * The automatic branch name handling is updated so that if the reference points explicitly to the origin remote, but that remote isn't present (as it won't be when zuul configures the repo in CI), then the shortened form of the reference without the prefix is used instead. This allows explicit references to "origin/stable/name" to be translated to "stable/name" and find the expected branch. Changes in reno 2.5.0..2.5.1 ---------------------------- bbe3543 release note for zuulv3 fix 4ce1630 update ref search logic for zuulv3 CI layout c29aef5 requirements: Stop requiring a specific pbr version 05ada00 Add user details for editing stable branch notes Diffstat (except docs and test files) ------------------------------------- .../reference-name-mangling-3c845ebf88af6944.yaml | 10 +++++++ reno/scanner.py | 12 ++++++++ requirements.txt | 2 +- 5 files changed, 78 insertions(+), 1 deletion(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2f2a16e..2cc558f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.4 +pbr
participants (1)
-
no-reply@openstack.org