summaryrefslogtreecommitdiff
path: root/releasenotes/source
Commit message (Collapse)AuthorAgeFilesLines
* Remove setting of version/release from releasenotesAndreas Jaeger2017-11-161-8/+3
| | | | | | | | | | | | | | | | | | 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: Ia0c8d7dc346182fde095eebb82eeeb70fc1b9770
* Update the documentation link for doc migrationlingyongxu2017-09-211-1/+1
| | | | | | | This patch is proposed according to the Direction 10 of doc migration(https://etherpad.openstack.org/p/doc-migration-tracking). Change-Id: Ieca93d77bfc5e54486312f16122cc12c5bda0934
* Update release/stable branch table in docsDean Troyer2017-08-101-0/+1
| | | | Change-Id: I0d18be4f2ed14137010693f41526a261a0acca3b
* Update reno for stable/pikeOpenStack Release Bot2017-08-102-0/+7
| | | | Change-Id: Ieea72b22a55b29283705e957a973a46f2e6c5848
* Use openstackdocstheme in release noteAkihiro Motoki2017-07-061-2/+9
| | | | | | | | | | | | | | | | | | | In the release notes build, openstackdocstheme is specified in the sphinx extension list, but it is actually not used. This commit configures openstackdocstheme as suggested in the openstackdocstheme document. Also specifies display_toc False in html_theme_options. This prevents openstackdocstheme to add the local TOC automatically. OSC has several releases during a single development cycle and it leads to a long TOC at the top of individual pages. It loses the readability and we can see version numbers in the left sidebar, so we can safely disable the local TOC in the release notes. [1] https://docs.openstack.org/openstackdocstheme/latest/ Change-Id: Iae08d309f7589bb13a1766f6fded70673ba24047
* switch to openstackdocsthemeDoug Hellmann2017-06-261-1/+2
| | | | | | Change-Id: Iee591504ba5d7506ba41a9faaa1c293a5fe2db6a Depends-On: Ifc5512c0e2373cf3387e0e0498268eab092e52bb Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* mention the final ocata osc version in releasenotesSteve Martinelli2017-02-021-0/+1
| | | | | | | we neglected to add the final osc version in our release note page, it should be 3.8.1 Change-Id: I4291a09924ce8beb29c8c3aff18962a43f0241b0
* Merge "Update reno for stable/ocata"Jenkins2017-02-022-0/+7
|\
| * Update reno for stable/ocataOpenStack Release Bot2017-01-312-0/+7
| | | | | | | | Change-Id: I91d3a23f5e449efbfe350ad633135b4d725fbbe6
* | Add mitaka release notes to masterDean Troyer2017-02-012-0/+7
|/ | | | Change-Id: I00b3abe0ac8765989a83e491f1dc53db22283bdd
* Fix typo in release notesHa Van Tu2016-12-261-1/+1
| | | | | | This patch replace a typo "proprty" with "property". Change-Id: Idf228afd8827e6b33d6eb657c1f3e0cb35286a45
* Update earliest-version number format in release notesRodolfo Alonso Hernandez2016-12-221-1/+1
| | | | | Change-Id: I67deca8d2ff1f63d272b8d5b78cb31efd6e6d4df Closes-Bug: #1652054
* More 3.3.0 release notes3.3.0Dean Troyer2016-10-071-0/+1
| | | | | | Plus minor doc formatting updates Change-Id: I849794e954cdeb582f7a0b104c62ec6688ead628
* Enable release notes translationAndreas Jaeger2016-10-061-0/+3
| | | | | | | | | | | | 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: Ib265f919e176f048f6e56bde47db3d99b3dd993e
* Align '=' for developing.rst and newton.rstguangpei.liu2016-09-261-2/+2
| | | | Change-Id: I2d9b4cbaf65a0fa1c3184f52540b90d32b906fa3
* standardize release note page orderingDoug Hellmann2016-09-071-1/+1
| | | | | | | | | | 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>
* Update reno for stable/newtonDoug Hellmann2016-09-022-0/+7
| | | | Change-Id: Ice2d2eb4cc922e911c1f92020e8f5a298383f7f3
* Update the description of project in releasenotes.qtang2016-07-291-1/+1
| | | | Change-Id: I1fe0e52d2e049d34666a6d94bac1d85b91a78b19
* Set up 3.x release notesDean Troyer2016-06-074-7/+31
| | | | | | | | | | | | | | Give the 2.x series its own release notes page, put the 3.x notes into the 'current' series page. This removes the OpenStack development cycle name from the release notes. We follow the intermediary release model, however the association with the common cycle release is something that we do not need to reflect in the doc structure. We want users to use the current version even with older clouds, not to think they need to use a 'Mitaka' OSC with a Mitaka cloud. Change-Id: Idbb6844824d50e5cd0fa64871b5aa625d4d237af
* Fix release note links to (now) external docsDean Troyer2016-06-063-14/+33
| | | | | | | | | | | | | Moving the old release notes into the Reno releasenots tree broke the embedded :doc: roles. Restore these using sphinx.ext.extlinks to manage the URL to the OSC docs. Add the following aliases: * lpbug - generic Launchpad bug :lpbug:`123456` * oscbp - OSC blueprints :oscbp:`Blue Print <bp-name>` * oscdoc - OSC Docs :oscdoc:`Comamnd List <command-list>` Change-Id: Iecfdd666d961c35f0ccb3b9f10df1d2620cb099f
* include old release notes in renoRui Chen2016-05-313-3/+699
| | | | | | | | | Currently OSC release notes are in the OpenStack releasenote site. There is a collection of old non-reno release notes in our docs folder. Move the non-reno release notes to the reno directionary. Change-Id: Ie51fd1e1115d606e5d2739014d3720eedc8dc225
* Update reno for stable/mitakaDoug Hellmann2016-03-102-0/+7
| | | | Change-Id: I4737774ee596bd3cf64c5deed3132afb1add3bcf
* Add reno for release notes managementDean Troyer2015-12-025-0/+295
Change-Id: Iaaf3f9ca7cb431e41adfb2a052e01e2240a63a07