From f936b73ee698d8b584e1bdca100cfd044e6a9eba Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 27 Apr 2026 16:35:25 -0400 Subject: [PATCH] version 3.9.0 Signed-off-by: mulhern --- CHANGES.txt | 35 +++++++++++++++++++++++++++++++++++ setup.cfg | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5f504bc..3e88e03 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,38 @@ +testing 3.9.0 +============= +Recommended release for development: Fedora 43 + +- Update revision number to 9: + https://github.com/stratis-storage/testing/pull/323 + +- Extend stratis-decode-dm tests: + https://github.com/stratis-storage/testing/pull/334 + +- Change expected error type on failure to set fs limit: + https://github.com/stratis-storage/testing/pull/333 + +- monitor_dbus_signals: check variant_level equality: + https://github.com/stratis-storage/testing/pull/328 + +- Add tests for starting pool without cache: + https://github.com/stratis-storage/testing/issues/326 + https://github.com/stratis-storage/testing/pull/327 + +- Add value for pool start remove_cache D-Bus argument: + https://github.com/stratis-storage/testing/pull/324 + +- Skip dbus monitor for test_pool_add_different_data_after_cache: + https://github.com/stratis-storage/testing/pull/335 + +- Tidies and Maintenance: + https://github.com/stratis-storage/testing/pull/336 + https://github.com/stratis-storage/testing/pull/332 + https://github.com/stratis-storage/testing/pull/331 + https://github.com/stratis-storage/testing/pull/330 + https://github.com/stratis-storage/testing/pull/329 + https://github.com/stratis-storage/testing/pull/325 + + testing 3.8.1 ============= Recommended release for development: Fedora 41 diff --git a/setup.cfg b/setup.cfg index d824ec7..c539780 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = testing url = https://github.com/stratis-storage/testing -version = 3.8.1 +version = 3.9.0 long_description = file: README.md long_description_content_type = text/markdown license = Apache-2.0