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: I125d34161fe01cc51b634ae33496e39e45e7adf6
Just as we've done for Nova and many other projects.
Change-Id: I40410f637fcb1b05724a4ed7106e557c07006164
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
We also simplify the default testenv and up the minimum tox version to
avoid potentially using tox under a Python 2.7 environment.
Change-Id: Ibe3a131afefeeb5bb7bf13a3e5e80fdc829d7962
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This allows deployment tooling to easily switch from passing a binary
path to passing a Python module path.
Change-Id: Ib8fc2d917d1427b369a299527ed4b68577951a04
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
These are detected as errors since the clean up was done[1] in
the requirements repository.
[1] 314734e938f107cbd5ebcc7af4d9167c11347406
Bump the minimum versions to avoid installing these known bad versions.
Change-Id: Ia7b6d494b037b5638c84ed8fc31eb1574069f1e8
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: Ideffed96cfc56ad74898308f039cdf5e005bcda8
The 2024.1 release will support direct upgrade from 2023.1, so this
scenario should be tested in CI.
Change-Id: Idbe56fd0eaa2e4b04ce64051bd706ad7757cddf2
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.
https://github.com/tox-dev/tox/issues/425#issuecomment-1011944293
Change-Id: I92eb0cdf98910b97523a9453a073ba238ee702ee
As per the current release tested runtime, we test
till python 3.11 so updating the same in python
classifier in setup.cfg
Change-Id: Id0f37bebfb5298c5a84aa8f46f9b2d161b1f81ca
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: Ibe63023c8e1c74118ebae76ea1d4a93eec2aaa31
Python 3.11 job run on Debian Bookworm which does
not the mysql pkg for example, libmysqlclient-dev
instead they have mariadb. Updating bindep.txt file
to adjust the pkgs as per Debian bookworm.
Change-Id: Ib47d5e77b14353402fad06e7adc04f8ee8a7e94c