Release Notes
Unreleased
2.1.1
Bug Fixes
- Fix a problem with branch references so that it is now possible to
use a local tracking branch name when the branch only exists on
the ‘origin’ remote. For example, this allows references to
‘stable/ocata’ when there is no local branch with that name but
there is an ‘origin/stable/ocata’ branch.
Mainline
2.1.1
Bug Fixes
- Fix a problem with branch references so that it is now possible to
use a local tracking branch name when the branch only exists on
the ‘origin’ remote. For example, this allows references to
‘stable/ocata’ when there is no local branch with that name but
there is an ‘origin/stable/ocata’ branch.
Newton Series
1.9.0
New Features
- Add logic to allow reno to detect a branch that has been marked as
end-of-life using the OpenStack community’s process of tagging the
HEAD of a stable/foo branch foo-eol before deleting the
branch. This means that references to “stable/foo” are translated
to “foo-eol” when the branch does not exist, and that Sphinx
directives do not need to be manually updated.