Commit Graph

28 Commits

Author SHA1 Message Date
OpenStack Release Bot 9ae3969bbd Update master for stable/2023.1
Add file to the reno documentation build to show release notes for
stable/2023.1.

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

Sem-Ver: feature
Change-Id: I35e043c2307bb1e467153c838805222acc4d0c86
2023-03-07 09:03:31 +00:00
OpenStack Release Bot 1bcbb8348c Update master for stable/zed
Add file to the reno documentation build to show release notes for
stable/zed.

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

Sem-Ver: feature
Change-Id: Ibc8ed0de7ad5c20b82e958c561f8f3e1ac6f92b5
2022-09-14 13:43:31 +00:00
OpenStack Release Bot 30b8c11825 Update master for stable/yoga
Add file to the reno documentation build to show release notes for
stable/yoga.

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

Sem-Ver: feature
Change-Id: I6bdf7065dc3ef5464192ca8dc14eeec6769f90a1
2022-03-08 12:13:26 +00:00
OpenStack Release Bot 13ba9d395c Update master for stable/xena
Add file to the reno documentation build to show release notes for
stable/xena.

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

Sem-Ver: feature
Change-Id: Ia058906d82c97a09e2c9661fd7275e44bf05376b
2021-09-17 14:23:26 +00:00
OpenStack Release Bot 3323cc5482 Update master for stable/wallaby
Add file to the reno documentation build to show release notes for
stable/wallaby.

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

Sem-Ver: feature
Change-Id: I9c813ea3a69c17492566d5dc3a79ad372f58db4d
2021-03-26 18:33:37 +00:00
Andy Botting 3c41b4f1b9 Fix base64 usage for Python 3
Python 3 now handles str and bytes differently to Python 2, so when
using b64encode/decode, the input and output must specifically by
bytes.

This commit adds some base64 helpers to coerce the input to become
bytes if the input is a str and decodes the output back to str after
the encode or decode.

It also adds a test case to replicate the issue and cover the new
functions.

Change-Id: I8f64da03c7cfc76e620cb3b98201f6287b752bb3
2020-10-08 18:50:22 +11:00
OpenStack Release Bot 432be0d1b9 Update master for stable/victoria
Add file to the reno documentation build to show release notes for
stable/victoria.

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

Change-Id: Ieb07894fb92f924bc3f5b095c051bed8cc5e5d47
Sem-Ver: feature
2020-09-24 08:48:37 +00:00
Andreas Jaeger d0f1a574d5 Switch to newer openstackdocstheme and reno versions
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.

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.

Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.

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

Fix gitpython requirement to unbreak requirements-check job.

Change-Id: I59215a9cf2efbe4125c33766a791cbc3c6cdf068
2020-05-31 20:03:24 +02:00
OpenStack Release Bot 7d18643b1e Update master for stable/ussuri
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: Iab9e626c56101807710747e3313655a1f0db2055
Sem-Ver: feature
2020-04-22 13:11:00 +00:00
Ghanshyam Mann 2b2cc45bce [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

murano-agent 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://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Depends-On: https://review.opendev.org/#/c/693631/
Change-Id: I343c7e7bde76f086e00756be63de48204dcdb0a9
2019-11-25 08:11:31 +00:00
OpenStack Release Bot 755aaa02a1 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: Iba8f09a5b87060e903fa0324d8edec21c543cde0
Sem-Ver: feature
2019-09-25 10:27:46 +00:00
OpenStack Release Bot 1718d25525 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: I11ce9772d4ba54f7fa5da2279506e0a42d585c0a
Sem-Ver: feature
2019-03-27 13:54:26 +00:00
OpenStack Release Bot 94ffe1a1df Update reno for stable/rocky
Change-Id: If38cd20ea4917fc3567318edc28a6842e561089b
2018-07-23 15:34:28 +00:00
OpenStack Release Bot 3077d57cb1 Update reno for stable/queens
Change-Id: I0f6afdf08d910bcd11afbc3ef54234ae104a6999
2018-02-05 13:57:17 +00:00
Andreas Jaeger 2f4e96da9f 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: I1fc3059593b153d08a3ac80505a2881f4a36ddf5
2017-11-17 10:21:42 +01:00
OpenStack Release Bot f3eb09ee49 Update reno for stable/pike
Change-Id: I14da29fb4b9a119fa0cc9a3a5c5019e6500bbfe1
2017-08-10 15:53:04 +00:00
zhurong 34c1757f75 switch to openstackdocstheme
Change-Id: I2175582357c86f461b0f1f940915e9306f67ee67
2017-07-07 14:53:19 +03:00
OpenStack Release Bot 2a5639325a Update reno for stable/ocata
Change-Id: I6acd9edfbb7011c62c75c8a6e46b0c01ddf47fea
2017-02-14 15:32:33 +00:00
Andreas Jaeger 396a52afcb 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: I3f3afb43f0ab3e785ed66fdb3741c7368a118023
2016-10-06 20:31:01 +02:00
Doug Hellmann f8008c9179 Update reno for stable/newton
Change-Id: Iaadaa6225cb7cbe73d85030c78f51c12c16e18db
2016-09-15 14:25:46 -04:00
Jenkins 07b287eaaf Merge "Reorder releasenotes and increase toctree depth" 2016-06-23 14:42:43 +00:00
Victor Stinner 52ee5f7f6e Python 3: add py34 test environment to tox.ini
Add py34 to tox.ini.

Implements Blueprint: murano-python-3-support
Change-Id: I641b927e05002aebfa519a18d7358861c3672da7
2016-06-21 23:02:25 +00:00
Jenkins 71c46bdb6a Merge "Change chef installation method" 2016-06-20 12:02:03 +00:00
Lin Yang 029a2a17d7 [Trivial] Fix too many arguments for format string
Change-Id: I09afc4520b034d6b0abe2875562268272551150f
Closes-Bug: #1591614
2016-06-17 10:54:29 +08:00
Kirill Zaitsev 4c4e176b1c Reorder releasenotes and increase toctree depth
Put master branch notes on top and unify depth with other projects

Change-Id: I8b5db3692535747457f2358d63f02b4a527c667a
2016-06-16 04:12:49 +03:00
Tetiana Lashchova f95912e1b9 Change chef installation method
Fedora and Centos don't have chef in their repos.
So we need to install it in another way.
This patch adds an ability to install chef in different ways
depending on a used distro (ubuntu, fedora, centos7)

Change-Id: I1a8ea048791cc0498e78c6a406ef9b486d213471
Related-Bug: #1578991
2016-05-19 17:34:37 +00:00
Thierry Carrez f095296483 Update reno for stable/mitaka
Change-Id: I3104c4ecc954f63aa2ed828cb4807a5d4bf0e73f
2016-03-22 12:47:53 +00:00
Kirill Zaitsev 7008fbe743 Add reno for RElease NOtes
Change-Id: Ib718adfbb576aabe28138e7c0bd577a149987086
2015-11-26 00:31:22 +03:00