[release-announce] [release] reno 2.7.0

no-reply at openstack.org no-reply at openstack.org
Thu Feb 1 01:26:25 UTC 2018


We are excited to announce the release of:

reno 2.7.0: 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.7.0
^^^^^


New Features
************

* Adds new configuration options "closed_branch_tag_re" (to identify
  tags that replace branches that have been closed) and
  "branch_name_prefix" (a value to be added back to the closed branch
  tag to turn it into the original branch name.

  These options are used in OpenStack to support scanning the history
  of a branch based on the previous series branch, even after that
  previous series is closed by setting "closed_branch_tag_re" to
  "(.+)-eol" so that the series name in a value like ""mitaka-eol"" is
  extracted using the group. With "branch_name_prefix" set to
  ""stable/"" the tag "mitaka-eol" becomes the branch name
  "stable/mitaka".


Bug Fixes
*********

* Fixes bug 1746076 so that scanning stable branches correctly
  includes the history of earlier closed stable branches.

Changes in reno 2.6.0..2.7.0
----------------------------

b9cf9a7 support scanning closed stable branches
32b5405 improve output messages
7d419d4 add an internal sphinx extension to show the configuration defaults
fab39df define options with help text


Diffstat (except docs and test files)
-------------------------------------

...sed-branch-config-options-8773caf240e4653f.yaml |  19 ++
reno/_exts/__init__.py                             |   0
reno/_exts/show_reno_config.py                     |  75 +++++++
reno/config.py                                     | 243 +++++++++++++--------
reno/main.py                                       |   5 +-
reno/scanner.py                                    |  31 ++-
11 files changed, 482 insertions(+), 200 deletions(-)







More information about the Release-announce mailing list