As per latest testing runtime, we stopped testing the
python 3.8 and 3.9 so dropping their support.
Change-Id: I03fe44df799ab2390a45cd529059c96f9b9abd82
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
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: I228eab89ef7fe64e332991492c579f5a86a427ca
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: If501f08761cee20bbb1ce6ad4e3c904de8fc23d4
Sem-Ver: feature
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: Id3680a6befa0f00a28513ee20ab694006dc9a37b
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: I55053b36a1fa0ab6633a334540b1c169b7b2bc9c
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: I6f527f757dfd20a1dc672502c27d5154f57663ab
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: If39f43d3677f279cd41c9e4e1fa30dc11f005a9f
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: I655123c2e47f0f165fe99687443e076ef7fc0115
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: I9c21c3c2e5f82923e76463646a0bd3994aabdc11
Setuptools v54.1.0 introduces a warning that the use of
dash-separated options in 'setup.cfg' will not be supported
in a future version [1].
Get ahead of the issue by replacing the dashes with underscores.
Without this, we see 'UserWarning' messages
like the following on new enough
versions of setuptools:
UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead
Change-Id: Id51983eefbde856a2c1d950b590dea6543db1c55
If 'enable_v1_api' is set 'True', it can't register to freezer-api
when client starts.
The cause of this problem is that in v1 client it doesn't handle 'opts'
parameter.
Close-bug: #2032895
Change-Id: I1fe3c65bc60b84d222f6a15fd43c9ca4020b38c8