freezer 17.0.0 (flamingo)
We are delighted to announce the release of: freezer 17.0.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/freezer Download the package from: https://tarballs.openstack.org/freezer/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/freezer For more details, please see below. Changes in freezer 16.0.0..17.0.0 --------------------------------- d8d96ce Fix S3 storage backend fffe4b2 add pyproject.toml to support pip 23.1 be24f65 Remove lvm_auto_snap parameter 6357a59 Set incremental default to appropriate type cf813ce Re-order DEFAULT_PARAMS in alphabetical order d8df4c2 Explicitly parse args before for utils tests 4120b9b Remove unicode prefix from code 66e103a Drop test logic for Python < 3 8b4e0c5 Replace license classifier f0e4350 Remove tags from README a99518b requirements: update packages versions e55c47a Update CREDITS e197dfd Remove Python 3.8 support d7429a3 Update master for stable/2025.1 Diffstat (except docs and test files) ------------------------------------- CREDITS.rst | 7 +- README.rst | 10 +-- freezer/common/config.py | 109 ++++++++++++++++++++--------- freezer/storage/s3.py | 31 +++++--- pyproject.toml | 3 + releasenotes/source/2025.1.rst | 6 ++ releasenotes/source/index.rst | 1 + requirements.txt | 21 +++--- setup.cfg | 10 +-- tox.ini | 5 +- 14 files changed, 138 insertions(+), 82 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e13d62c..f03d4bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. +pbr>=4.0.0 # Apache-2.0 + @@ -6 +7,0 @@ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2. -pbr!=2.1.0,>=2.0.0 # Apache-2.0 @@ -14,6 +15,4 @@ python-freezerclient>=2.0.0 # Apache-2.0 -oslo.serialization>=2.25.0 # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 -oslo.log>=3.36.0 # Apache-2.0 -oslo.config>=6.0.0 # Apache-2.0 -keystoneauth1>=3.4.0 # Apache-2.0 -os-brick>=2.2.0 # Apache-2.0 +oslo.serialization>=5.5.0 # Apache-2.0 +oslo.utils>=7.3.0 # Apache-2.0 +oslo.log>=5.3.0 # Apache-2.0 +oslo.config>=9.4.0 # Apache-2.0 @@ -20,0 +20,2 @@ oslo.service!=1.28.1,>=1.24.0 # Apache-2.0 +keystoneauth1>=3.14.0 # Apache-2.0 +os-brick>=2.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org