summaryrefslogtreecommitdiff
path: root/releasenotes
Commit message (Collapse)AuthorAgeFilesLines
* Switch to newer openstackdocstheme and reno versionsvictoria-em2.1.0Andreas Jaeger2020-06-021-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Disable openstackdocs_auto_name to use 'project' variable as name. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: I7966fa4281dde7e6340d632333ea8f8b84128bde
* Update master for stable/ussuriOpenStack Release Bot2020-04-112-0/+7
| | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: I601c11532c23cdccc8666218757f777045981158 Sem-Ver: feature
* Drop python 2.7 support and testingGhanshyam Mann2019-10-301-0/+6
| | | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. ceilometermiddleware is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/ Change-Id: I48f75b701ecc4eee3134473bc854a0825b705203
* Update master for stable/trainOpenStack Release Bot2019-09-202-0/+7
| | | | | | | | | | | | 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: Idb3ee39f878ecf60eed10cb53efa61be57a046a7 Sem-Ver: feature
* Update master for stable/steinOpenStack Release Bot2019-03-182-0/+7
| | | | | | | | | | | | 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: Id11cff0124cc72e5bfab01e90beb1e59197cdbfa Sem-Ver: feature
* Update reno for stable/queensOpenStack Release Bot2018-02-012-0/+7
| | | | Change-Id: Idda29c75774702a8ceb11406f6ac2d5236973b07
* Remove setting of version/release from releasenotesAndreas Jaeger2017-11-171-16/+11
| | | | | | | | | | | | | | | | | | | | 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. Also, use openstackdocstheme for releasenotes. 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: I1357eda2330c095bdc1e3a3697faabfbca4b6a8e
* Update reno for stable/pikeOpenStack Release Bot2017-07-282-0/+7
| | | | Change-Id: I4cf736232777445d647c6b6cfc3a0697c16a754b
* Switch to get_notification_transport for Notifierpike-em1.1.0Andrew Smith2017-04-031-0/+5
| | | | | | | Incorrect transport would get used when dual backends configured for oslo.messaging Change-Id: Ifa5dfb07b32ad753a1bdad26d2517df29e27aedc
* Update reno for stable/ocataOpenStack Release Bot2017-02-161-5/+3
| | | | Change-Id: I06c4fc107f794ea34c7dd59361b9001687b46fd3
* Fix releasenotes branchesMehdi Abaakouk2017-02-155-3/+20
| | | | | | | | Some pages are missing in the release notes. This change adds them. Change-Id: I0bada376b643e20a5a456343d64793dfaa4d5118
* Use https instead of http for git.openstack.orggengchc22017-02-081-1/+2
| | | | | | Trivialfix Change-Id: I83607ed245248e77e7927e0ea0c6ac630b48139b
* 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: I53d883cdcd947b2c0c9fb55330b7ee70430f25cc
* Add release note for background thread notifierSteve Lewis2016-08-301-0/+12
| | | | | | Change-Id: Iad4e6c5e517ca6b01b0e2205be9fcd1cb302ec63 Related: I3da2b88b2bc9b7fd8c572a0085fa1d78c4f54701 Related: I9a8fad8036a0887653d2ad5f99f6b5b1b953c2db
* Add reno for release notes managementSteve Lewis2016-07-287-0/+296
As per the release process changes for liberty and mitaka [1], the reno tooling is being added to the repository for the purpose of implementing on-going release note additions. [1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html Change-Id: Ia824156badaceb3000ca37052af1c1c8ded1e584