[release-announce] freezer 10.0.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 14 11:13:14 UTC 2021


We are tickled pink to announce the release of:

freezer 10.0.0: The OpenStack Backup Restore and Disaster Recovery as
a Service Platform

This release is part of the wallaby 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 9.0.0..10.0.0
--------------------------------

9773f99 add test_job_start_session unit test cases
71f04ce add test_job_execute unit test cases
98b12b0 add test_job_process_event unit test cases
ca74ddf add test_save_action_to_file unit test cases
d8b96ff add test_job_session_id unit testcases
bf49fb0 add test_job_create unit testcases
97236a1 add test_runningstate_remove for unit test
8b26e27 add test_runningstate_stop for unit test
97984c7 add test_scheduledstate_start for unit test
0ea6b00 add test_scheduledstate_stop for unit test
50885c1 add test_stopstate_abort for unit test
04023a0 add test_stopstate_stop for unit test
6e0bed5 add test_terminate_subprocess1 for unit test
543eb4c add test_load_doc_from_json_file for unit test
f4bc498 add test_del_register_error for unit test
e5f3629 Fix CI error
659b76e Add utils.streaming test cases
de4175d Dep's should be restricted by upper-constraints
c4bdfb6 Correct spelling errors
4ed938b Fix Freeze Doc
1b0fa4f Update  Freezer introduce doc
c7b2774 Update Freezer doc
51b4d08 Update "if...if..." to "if...elif..."
e035439 The docs  requirements migrated to doc/requirements.txt we need not install things from requirements.txt.
cb0c793 update package metadata
5ed5b65 Add missing print format and missing ws in log message
0d1368a update project FAQ doc
b3a9424 [doc]Fix inaccurate url links in docs
b7881e9 add test_restore_cinder unittest for restore
6d8b124 add test_create_image  unittest for restore
d5b1e1a add test_get_backups_exception  unittest for restore
73956bc fix a bug for _create_image
ad88e30 fix a bug for get_backups
03d3488 add exception details  for make_glance_image when exception raise
d08298f add exception details  for provide_snapshot when RuntimeErro
749d94a add remove_cinderbackup_older_than unit test for AdminOs
2f00991 Fix a typo: update Freeer to Freezer
70c150a Remove install unnecessary package
b9ac52b Fix hacking min version to 3.0.1
6bedeb7 add remove_cinderbackup_older_than method for AdminOs
1bca04a Remove six
bce87a5 add  unit test for test_del_cinderbackup_and_dependend_incremental O
c093f78 Add Python3 wallaby unit tests
5e5d2ee Update master for stable/victoria
68aea56 Fix l-c testing for ubuntu focal
bb05719 [doc] remove six from requirement
0192a34 Add py38 package metadata


Diffstat (except docs and test files)
-------------------------------------

.pylintrc                                          |   2 +-
.zuul.yaml                                         |   4 +-
FAQ.rst                                            |   2 +-
HACKING.rst                                        |   4 +-
freezer/job.py                                     |   9 +-
freezer/openstack/admin.py                         |  49 ++++
freezer/openstack/osclients.py                     |   9 +-
freezer/openstack/restore.py                       |   9 +-
freezer/scheduler/freezer_scheduler.py             |   6 +-
lower-constraints.txt                              |  12 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/victoria.rst                   |   6 +
requirements.txt                                   |   4 +-
setup.cfg                                          |   1 -
test-requirements.txt                              |   6 +-
tox.ini                                            |   9 +-
27 files changed, 779 insertions(+), 174 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 0886cb1..e13d62c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -22 +22 @@ oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
-cryptography>=2.1 # Apache-2.0
+cryptography>=2.5 # Apache-2.0
@@ -25 +25 @@ pymongo!=3.1,>=3.0.2 # Apache-2.0
-paramiko>=2.0.0 # LGPLv2.1+
+paramiko>=2.7.1 # LGPLv2.1+
diff --git a/test-requirements.txt b/test-requirements.txt
index 0ce2e03..e8935ff 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -22,2 +22,2 @@ Pygments>=2.2.0 # BSD license
-astroid==2.1.0;python_version>="3.0" # LGPLv2.1
-pylint==2.3.1;python_version>="3.0" # GPLv2
+# astroid<=2.5.0;python_version>="3.0" # LGPLv2.1
+pylint>=2.6.0;python_version>="3.0" # GPLv2






More information about the Release-announce mailing list