Releasenotes are version independent, so remove version/release display.
This also allows to build the document without nova installed.
Change-Id: Iadb57089a866ef4b334670456a4116c245dbd968
We had 14.0.0 for Newton but weren't specifying these
for Liberty, Mitaka or Ocata release notes.
The Liberty tag starts at 12.0.1 since that's the first
tagged release in the stable/liberty branch where we
started using reno:
5207013fddd296d062d1f375dfafde382a98f92d
12.0.0 release note are in the wiki:
https://wiki.openstack.org/wiki/ReleaseNotes/Liberty
Change-Id: Iebb7d487e8d70f1e1ee5dc6519d3ad3ffcb385bd
This reverts commit 4a237c02e4
reno 1.9.0 has a bug which doesn't handle using an -eol tag
as the branch, because it transforms it blindly into something
like liberty-eol-eol which doesn't exist.
As we're coming up on the ocata-2 milestone and need to get
some release notes in for the beta tag, we need to just
revert this change to make things work with reno 1.9.0.
Change-Id: I081e79245ccb45eaddb9b3cbe2868685628b7304
Related-Bug: #1650089
reno doesn't currently handle missing branches so we need
to use the liberty-eol tag to fix the release note job in
the gate now that origin/stable/liberty is gone.
reno will eventually check for the -eol tag when a stable
branch isn't found in:
I41ab682f081e7fd39ea534b7e2180c2109ca34ef
Change-Id: Ie54f69f5c1f91a3781c876f035fe9ed838e11c08
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.
Change-Id: Ibf005a434417c7b6ad7b7bada27d45f3bf238db1
In order to support automatically updating the release notes when we
create stable branches, we want the pages to be in a standard order.
This patch updates the order to be reverse chronological, so the most
recent notes appear at the top.
Change-Id: Ib364dcc8eb31275a31c83b68d7914263b183e393
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
We need a release notes page to show notes for unreleased versions by
scanning the "current" branch. This ensures that notes files cannot be
merged if they break the releasenotes job.
Change-Id: Id9e9d62b8b87068f940c0beee8ce37f32ab48266
Since reno is the new tool for Relnotes [1], we need to add it
to Nova and provide some Sphinx docs for Liberty and Mitaka.
Change-Id: Ibd74e62b6f36076dbec17dd146632fd42aad6eb2