Skip to content

Conversation

@deepanshusagar
Copy link

No description provided.

Jenkins and others added 30 commits May 16, 2017 02:08
Change-Id: I5f10869789eb6797e4f601d7a73b469fbe08fea7
Change-Id: If0701b99b3b9371664c5295c81a64e7f77238ce5
Release note was accidentally added to keystoneclient/releasenotes
instead of releasenotes

Change-Id: Id8ec0b895fa8f42d60572077bd5fe49d9478ee10
Change-Id: I7002c54da6b5f3905e5f9746b7aaf28d5ae79ba3
html_last_updated_fmt option is interpreted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.

In addition, changing Popen to check_output because
check_output() will raise CalledProcessError if the called process
returns a non-zero return code.
It also makes the code look much better.

Change-Id: If01f08216b4b252bd31029913e83fe945bf76866
Closes-Bug:#1693670
Change-Id: Ie9942be7dfa024864e834256e12cddd206bd1bce
Change-Id: I38e0ac35946ee6e53128babac3ea759a380572e0
Partial-Bug: 1696111
Change-Id: I6e4cb42d8e9d40aa4f074387add065a705a5d7e1
As part of the docs migration work[0] for Pike we need to switch to use
the openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: If3a8f6668d0a4e32bd8a20330d973249ce6a5b46
Due to latest change in docs the old urls don't work and cause gate
failures. Fix it to reflect the new locations.

Also temporarily drop reference to keystoneauth1 to prevent circular
dependency. This reference will be brought back after keystoneauth1
docs get fixed.

Change-Id: I7e170275fd422345505b7282b52899d08c7a4172
Change-Id: I0b1d1a4abdf919dd403679565cde046a825898fa
Depends-On: I2a4fc6a4782a5496b2ab4a8355ed2c3b6dac58fa
Change-Id: Ia1e1a0163d038664f651f7182f6de2796ea6a840
Change-Id: Ie0a8594f2dd0554a07111207899e6134affc998e
Change-Id: I0672453e18b684bd0210a0554c4c09795e505df4
Change-Id: I6a0f4b82bb70548bda7afaa67ca7a3adc88320cc
Change-Id: I0cf901d783c93cf489bfb5aa684cd003a1fa371e
Change-Id: I16e8723a7424a44c0bef268adbcb88d3e471681a
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I5817b6bcf48d921150b10a87e17fe31d9d51db33
gmaanos and others added 30 commits January 3, 2024 23:57
As per the current release tested runtime, we test
python version from 3.8 to 3.11 so updating the
same in python classifier in setup.cfg

Change-Id: I76d2682e4c3dae9ed9bf0742f9850c84d8b34468
hacking 3.0.x is too old.

Change-Id: I9205cd709546d0bc827c1e95e4d6d06eaa408ad3
tox now always recreates an env although the env is shared using envdir
options.
~~~
$ tox -e genpolicy
genpolicy: recreate env because env type changed from
{'name': 'genconfig', 'type': 'VirtualEnvRunner'} to
{'name': 'genpolicy', 'type': 'VirtualEnvRunner'}
~~~

According to the maintainer of tox, this functionality is not intended
to be supported.
tox-dev/tox#425 (comment)

Change-Id: I2f5ed23988842f41fe91a90a31041106100c9895
Update the yoga release notes configuration to build from
unmaintained/yoga.

Change-Id: If9179d8b58020bca59f192143340e723555220a4
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: I751bab4e282dca57903e771fefc248d22a496317
Update the victoria release notes configuration to build from
unmaintained/victoria.

Change-Id: I17aae3eb3aa03db0e0bcd3c80af6308aa85bf425
Update the wallaby release notes configuration to build from
unmaintained/wallaby.

Change-Id: Ie57c473d1a0858660fece53ec4f2cc5a23cf8d5d
Update the xena release notes configuration to build from
unmaintained/xena.

Change-Id: I9828fe65e9ad7fa99da07eff87758df45b49ceba
These are detected as errors since the clean up was done[1] in
the requirements repository.

[1] 314734e938f107cbd5ebcc7af4d9167c11347406

Change-Id: I967f796217b1b6d88aacffdcff73e224fc95cd60
Update the zed release notes configuration to build from
unmaintained/zed.

Change-Id: I1518c70e3b4fb1c9eff31d2d77dbcd6c7f434835
Add file to the reno documentation build to show release notes for
stable/2024.2.

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

Sem-Ver: feature
Change-Id: I8487a5be26df658368fed0781c727159af98a939
Python 3.8 was removed from the tested runtimes for 2024.2[1] and has
not been tested since then.

Also add Python 3.12 which is part of the tested runtimes for 2025.1.
Now unit tests job with Python 3.12 is voting.

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

Change-Id: I69fdd7d996668f8f2b75a810b8c3d5c2d8f6ea3f
Update the 2023.1 release notes configuration to build from
unmaintained/2023.1.

Change-Id: Iac26a1f44b4a6d1bf0162e1bbe0bc3c935b8a69d
Python 3.8 support was already removed so it should no longer be in
the default envlist. Also use unversioned target instead of versioned
ones so that we don't have to update the envlist when supported python
versions are updated.

Change-Id: I903d0259cd2776d8bc69a674fde3f03990a8d6dd
Add file to the reno documentation build to show release notes for
stable/2025.1.

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

Sem-Ver: feature
Change-Id: I01eae13d6b197af35d1084e7f8591eb62e62e331
Python 3.9 is no longer part of the tested runtimes[1].

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

Change-Id: I0d64734864c9d930059bf1a8251315a53c02069f
It was deprecated[1] after the code was merged into openstacksdk[2].

[1] https://review.opendev.org/c/openstack/os-client-config/+/549307
[2] https://review.opendev.org/c/openstack/openstacksdk/+/518128

Change-Id: I0cc581153c73a9dacc8a160fd63f9cb95660ef3a
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.