diff --git a/CHANGES.txt b/CHANGES.txt index 7988556..40d3e26 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,96 @@ +testing 3.7.0 +============= +Required stratisd version: 3.7.0 +Required stratis-cli version: 3.7.0 + +Recommended release for development: Fedora 39 + +- Change StartPool invocation for new revision (reverted): + https://github.com/stratis-storage/testing/pull/263 + +- Verify intergrity meta-allocation is rounded (reverted): + https://github.com/stratis-storage/testing/pull/279 + +- Make RAID metadata tests more interesting (reverted): + https://github.com/stratis-storage/testing/pull/278 + +- Add tests for new filesystem get-metadata command: + https://github.com/stratis-storage/testing/issues/274 + https://github.com/stratis-storage/testing/pull/276 + https://github.com/stratis-storage/testing/pull/275 + +- Add tests for new pool get-metadata command: + https://github.com/stratis-storage/testing/issues/255 + https://github.com/stratis-storage/testing/pull/256 + +- Change StratisDbus.pool_list so that it returns a tuple that includes UUID: + https://github.com/stratis-storage/testing/pull/282 + https://github.com/stratis-storage/testing/pull/277 + +- Run a mount and also write filesystem test: + https://github.com/stratis-storage/testing/issues/213 + https://github.com/stratis-storage/testing/pull/269 + https://github.com/stratis-storage/testing/pull/265 + +- Add SysfsMonitor class and --verify-sysfs argument: + https://github.com/stratis-storage/testing/issues/229 + https://github.com/stratis-storage/testing/pull/233 + https://github.com/stratis-storage/testing/pull/232 + https://github.com/stratis-storage/testing/pull/230 + +- Add tests for deleting an origin filesystem: + https://github.com/stratis-storage/testing/pull/234 + +- Update to use revision number 7: + https://github.com/stratis-storage/testing/pull/228 + +- Changes to dbus monitor test: + https://github.com/stratis-storage/testing/issues/247 + https://github.com/stratis-storage/testing/issues/241 + https://github.com/stratis-storage/testing/pull/271 + https://github.com/stratis-storage/testing/pull/266 + https://github.com/stratis-storage/testing/pull/251 + https://github.com/stratis-storage/testing/pull/248 + https://github.com/stratis-storage/testing/pull/246 + https://github.com/stratis-storage/testing/pull/244 + https://github.com/stratis-storage/testing/pull/243 + https://github.com/stratis-storage/testing/pull/242 + https://github.com/stratis-storage/testing/pull/240 + https://github.com/stratis-storage/testing/pull/239 + https://github.com/stratis-storage/testing/pull/237 + https://github.com/stratis-storage/testing/pull/235 + +- Do not pass quotation marks around only-check value: + https://github.com/stratis-storage/testing/pull/268 + +- Require stratis-decode-dm only if running check: + https://github.com/stratis-storage/testing/pull/267 + +- Use fnmatch.filter where possible: + https://github.com/stratis-storage/testing/pull/264 + +- bug fix: calculate total size of metadata from extents: + https://github.com/stratis-storage/testing/pull/262 + +- stratisd_cert.py: setUp -> tearDown: + https://github.com/stratis-storage/testing/pull/270 + https://github.com/stratis-storage/testing/pull/261 + +- Add post-test checks around pool-level metadata: + https://github.com/stratis-storage/testing/issues/252 + https://github.com/stratis-storage/testing/pull/273 (reverted) + https://github.com/stratis-storage/testing/pull/259 + https://github.com/stratis-storage/testing/pull/258 + https://github.com/stratis-storage/testing/pull/257 + +- Tidies and Maintenance: + https://github.com/stratis-storage/testing/pull/254 + https://github.com/stratis-storage/testing/pull/253 + https://github.com/stratis-storage/testing/pull/238 + https://github.com/stratis-storage/testing/pull/236 + https://github.com/stratis-storage/testing/pull/231 + + testing 3.6.0 ============= Required stratisd version: 3.6.0 diff --git a/setup.cfg b/setup.cfg index 431fcdc..aafc943 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = testing url = https://github.com/stratis-storage/testing -version = 3.6.0 +version = 3.7.0 long_description = file: README.md long_description_content_type = text/markdown license = Apache-2.0