Commit Graph

22 Commits

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

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

Sem-Ver: feature
Change-Id: I3be60bcd95ee2e4cfa609599e4345dc1d56cc5ac
2024-03-07 15:37:56 +00:00
Zuul aa6474ea7c Merge "reno: Update master for unmaintained/victoria" 2024-03-07 15:16:44 +00:00
Zuul 24116af749 Merge "reno: Update master for unmaintained/wallaby" 2024-03-07 15:16:43 +00:00
OpenStack Release Bot a6b15d319a reno: Update master for unmaintained/xena
Update the xena release notes configuration to build from
unmaintained/xena.

Change-Id: Ic40e95d7a0647501dd6cba76207e4a482f99c631
2024-03-06 12:20:15 +00:00
OpenStack Release Bot 808feb0782 reno: Update master for unmaintained/wallaby
Update the wallaby release notes configuration to build from
unmaintained/wallaby.

Change-Id: Icbd5af38e762c7f651c85a742b18cfd7f3e32aa2
2024-03-06 12:12:21 +00:00
OpenStack Release Bot 48041518c6 reno: Update master for unmaintained/victoria
Update the victoria release notes configuration to build from
unmaintained/victoria.

Change-Id: I07b112a0e625dcf7afffdc0adcfee438d0350bbe
2024-03-06 12:02:15 +00:00
OpenStack Release Bot 5a19480aa5 reno: Update master for unmaintained/yoga
Update the yoga release notes configuration to build from
unmaintained/yoga.

Change-Id: I7ea78e1d6229636656170fdda872c285699a6ba5
2024-02-05 16:46:50 +00:00
OpenStack Release Bot 3ccb56074c Update master for stable/2023.2
Add file to the reno documentation build to show release notes for
stable/2023.2.

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

Sem-Ver: feature
Change-Id: I70f0dad1a5a27f5b20c0e792462d56b291dd1f78
2023-09-07 09:41:13 +00:00
Dr. Jens Harbott 6f285a65f0 Add releasenote for quagga fix
This was missed in [0].

[0] I6bbd88c0d66bffa0a310364e26cd73286524fee3

Change-Id: I241bd8c881e3cca170b1cba99862181689a8bb2e
2023-08-17 11:56:24 +02:00
OpenStack Release Bot 7e280fdc7b 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: I0cc5c87e18dbcccfbdee3f63a50209e14e180218
2023-03-02 13:26:21 +00:00
OpenStack Release Bot d04542595d 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: I33a03d1c95cd0e24eced7ae55501711ef1a75010
2022-09-09 11:47:53 +00:00
niuke 6a7cb9c994 remove unicode prefix from code
Change-Id: I5fe3d44c24cf32a70bf398b6e2cd4ac15076fae4
2022-08-11 19:42:20 +08:00
Ghanshyam Mann 51d1eed164 Update python testing as per zed cycle teting runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support. Add release notes and update the python
classifier for the same.

[1] https://governance.openstack.org/tc/reference/runtimes/zed.html

Change-Id: I46da9a7a84a2f628030206d3ac3f75beeeff46b4
2022-05-11 22:12:20 -05:00
OpenStack Release Bot ab2115aa40 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: I6b705517c8b7cad53f32b85bf355b866947d0111
2022-03-03 10:51:57 +00:00
OpenStack Release Bot c88f3d8023 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: I5dcd68df1c6e0326275434fb9c20cabce878ab84
2021-09-10 14:32:06 +00:00
OpenStack Release Bot 9223eb9adf 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: I0541dd6507be9c7a68044d2bac7280e1e404e987
2021-03-18 12:52:15 +00:00
OpenStack Release Bot 3a34619f11 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: I3381d14c6bb71d06bb7b5ebcbace61d0f54f47e3
Sem-Ver: feature
2020-09-16 11:17:59 +00:00
Andreas Jaeger dd379ae2f6 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.

Set openstackdocs_pdf_link to link to PDF file. Note that
the link to the published document only works on docs.openstack.org
where the PDF file is placed in the top-level html directory. The
site-preview places the PDF in a pdf directory.

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.

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

Change-Id: I2e87016e0dbabf0e5c2b6f05b8b3a2e0d026e20c
2020-05-23 18:09:47 +02:00
OpenStack Release Bot d0f046488a 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: I8783d496616a77c3ec6d70c3295f3a17de0e7e80
Sem-Ver: feature
2020-04-11 18:46:02 +00:00
OpenStack Release Bot 99e3b65d3a 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: I21d417ac68b1d6f456c73fe0dbceabce3d648f6d
Sem-Ver: feature
2019-09-20 16:27:47 +00:00
OpenStack Release Bot 7995cb63c1 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: I17f479ef0554e4518b321ab1b789de7d38358a02
Sem-Ver: feature
2019-03-18 14:42:09 +00:00
Hongbin Lu af2e4fcee4 Apply OpenStack Cookiecutter template
Change-Id: I7172220a2b40cb856080e958bd4a340975449181
2018-09-04 17:00:24 +00:00