Commit Graph

32 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
2a8b5860a0 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I78cbd02c7dc0c60b12c9c4e90046336157b8bcb1
2019-12-21 07:16:10 +00:00
4762ee9d1a Update master for stable/train
Add file to the reno documentation build to show release notes for
stable/train.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.

Change-Id: Id476cf89f4f8f0ab41529d44510a7ed0572c63c5
Sem-Ver: feature
2019-09-26 09:44:13 +00:00
15253efde5 Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.

Change-Id: I56674b093e7de39399d7753df7f9cd46ccd197e5
Sem-Ver: feature
2019-03-24 22:14:44 +00:00
4d3e4542f4 Update reno for stable/rocky
Change-Id: I8e74912b46e7c8ebc1dec964f4598519d32c826e
2018-08-09 21:54:37 +00:00
OpenStack Proposal Bot
f6179a8c7a Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ia1ec4446c96b873564c77ed11f25f8b8f1e05288
2018-03-03 06:08:46 +00:00
YAMAMOTO Takashi
6f205a900b reno: Remove remote names from branch specifiers
Following the release script change. [1]
Copied from networking-midonet. [2]

[1] If85133edcc45d6fc9c7fcca6fc45c647ba5f20a1
[2] Idb5a5a31b60e67ec6ea9ec5bbf170d4147adc71d

Change-Id: Icb560f06d6945240e06d64d1cb67f936d0483680
2018-02-22 15:39:47 +09:00
OpenStack Proposal Bot
ad17b599ab Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Iae96263f7ce96ccdc27f715c2cdb1a87ef35b98c
2018-02-11 07:29:12 +00:00
6b19f198ca Update reno for stable/queens
Change-Id: If9375e90a449855237d06c7696d1c20969c5a343
2018-02-09 16:36:32 +00:00
deepakmourya
9958853678 Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: I63745a207ba9123b34d2323d00b22e8cbdd253dd
2017-11-17 07:19:31 +00:00
Trygve Vea
539d13dae4 Remove release notes from reverted patch
This should have been deleted in change
Ic373a0ab62c610fae1cbdaf489ba27e9cf02ba5b, but remained due to change
Id69951958d9d74e51c1cab9b992d286c8e852713

Change-Id: I47327866921be879967e90f1f8d965d59c9bf5d5
2017-10-13 16:16:40 +02:00
YAMAMOTO Takashi
daa1c85a3b releasenotes: Move Pike ignore-notes to a proper file
Now unreleased.rst is for Queen.

Related-Bug: #1708560
Change-Id: Iaf6642c8955d68a1f6b6572d3ae2a3dabc1244df
2017-08-12 01:43:47 +09:00
60517921fe Update reno for stable/pike
Change-Id: I4ad9adc99c97d4f0b60c0812090fd1005970a14a
2017-08-11 08:59:15 +00:00
Akihiro Motoki
010b133938 Do not use prelude section for individual release notes
prelude section is prepared for general comments about a release [1].
At now neutron release notes use prelude section randomly.
Some rel notes use it and some do not.

This commit drop or move prelude section in Pike release notes.

In addition, some guideline on writing a release note
to the release notes howto page.

Change-Id: I53fefcc3eed30700d095c77d9e000319668097e8
2017-08-04 07:17:52 +00:00
Akihiro Motoki
6f1ecf2466 Exclude relnote from past releases from Pike relnotes
reno includes release notes touched in a target release
even if they are added from past releases.
The recent release note cleanup I made as part of doc8 adoption
and some other cleanup touched release notes from past releases.
As a result, we see several number of release notes from past
release in the Pike release notes unexpectedly.

Also adds a warning note to the release notes howto page

Change-Id: I127f96896488e9992d9309d76055b4883f6a62f3
Closes-Bug: #1708560
2017-08-04 07:16:57 +00:00
Akihiro Motoki
d3c393ff6b Update the documentation link for doc migration
* Update the URLs affected by the doc-migration
  (/developer/<project>/ to <project>/latest/)
* Follow content rearrangement
* Convert links to local documents into :doc: or :ref:
* Use https instead of http for the updated links on docs.openstack.org.

Part of the doc-migration work.

Change-Id: I62e317d9198f175a43d73bbfd419b6878de90d5a
2017-07-22 18:46:13 +09:00
Akihiro Motoki
05b776f4ce releasenote: Specify openstackdocs as html_theme
https://review.openstack.org/#/c/480767/ forgot to specify
the correct html_theme.

Change-Id: I02e7ab3aed032260009f2c1e870cd0e9696c0e79
2017-07-06 22:33:15 +00:00
Akihiro Motoki
76f9dfe237 Switch from oslosphinx to openstackdocstheme
* Switch the release note theme to openstackdocstheme.
* Use the new style of setting of openstackdocstheme
  of the in-tree documentation.

Change-Id: I0424f097c0f5d78a539bc997e2cd61119d606524
2017-07-06 06:56:06 +09:00
yuhui_inspur
b6a5b86854 Add Apache License Content in index.rst
Add Apache License 2.0 Content which is necessary
for ./releasenotes/source/index.rst.

Change-Id: Ia48ec9134adb3956a8fef084643860ea3d2e15a5
2017-04-09 19:33:00 +00:00
yuhui_inspur
c38b206f73 [TrivialFix]Remove the file encoding which is unnecessary
Basically, the commit removes the file encoding - since jenkins is fine
with it, means it was really unnecessary and the change makes sense.

Change-Id: Id0821c9b11b9efad1836596c407566c9eb4dc11a
2017-02-11 01:07:17 +00:00
c0dfb3018a Update reno for stable/ocata
Change-Id: I863d8ded02f1ce3821a0944708caa38964d5e97c
2017-02-04 01:04:32 +00:00
Prince Nana
c1540459b4 Correcting a spelling in README
Change-Id: I08b770559ae69060ea4ec5aabce8d2d6d36c83cc
2016-10-24 17:19:49 +00:00
Andreas Jaeger
497e6bda90 Cleanup Newton Release Notes
Do not show versions 8.1.0 and 8.0.0 in the Newton release notes - see
http://docs.openstack.org/releasenotes/neutron/newton.html

This adds the earliest-version directive to only show the Newton release
which was 9.0.0.

Also, do not generate an index file, it is empty, see:
http://docs.openstack.org/releasenotes/neutron/genindex.html

Change-Id: I7246505a1763ac16efc6a92f6acf80a2e4a35c0e
2016-10-10 08:58:24 +02:00
Andreas Jaeger
cf7bb2fe31 Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: Ic0d37f26c59aeed3a55a5b229404c1d18bf248f0
2016-10-06 20:32:37 +02:00
Davanum Srinivas
f1f41218c9 Update reno for stable/newton
Change-Id: I60dabdd3dcccdbdf39306fc96c57b855c26d8fe1
2016-09-16 16:12:12 +00:00
lilintan
942c5e01e0 Standardize release note page ordering
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: Iddc12f8c0bef847d3b3a45c05fedcb64bb2be2a1
2016-09-08 14:32:37 +08:00
OpenStack Proposal Bot
65b96dde3b Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I1a3739b70f60b84ab409fbf1c85f8e0609f337c2
2016-06-07 07:17:09 +00:00
OpenStack Proposal Bot
88ee0969e5 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I38dbbfceb54c2ba87bef5d54d6b40cbcebc8f03b
2016-04-18 06:57:03 +00:00
Thierry Carrez
4c51282482 Update reno for stable/mitaka
Change-Id: I30bb60da0ce45c71165e2df280366d054c37d3c9
2016-03-19 15:13:58 +00:00
Sean M. Collins
24bfc35d3e Add README with links on how to create release notes
Change-Id: I7944d4ad8d53418d36a2cf894fd9120c672521bf
2016-01-09 16:31:55 -08:00
Andreas Jaeger
aa016ef2e3 Fix releasenotes/../unreleased.rst
The title is not valid RST, remove the extra "+" and align the headings
with the length of the string.

Change-Id: I32afdcc84e51a53a63a7cacaeba271b2f7811d75
2015-11-16 14:55:46 +01:00
Kyle Mestery
eeb12b940a Add "unreleased" release notes page
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: Ic0614c37a67ebd28d1da0c0947c69c753833c870
Signed-off-by: Kyle Mestery <mestery@mestery.com>
2015-11-10 16:36:43 +00:00
Kyle Mestery
271d3c1fae Add reno for release notes management
Change-Id: I0c9b6d9a0e77b57e3637260b6e73edfe78afe5ae
Signed-off-by: Kyle Mestery <mestery@mestery.com>
2015-11-04 22:27:56 +00:00