Skip to content

Commit

Permalink
Merge pull request #227 from mulkieran/version-3.6.0
Browse files Browse the repository at this point in the history
version 3.6.0
  • Loading branch information
mulkieran authored Oct 25, 2023
2 parents 85421d4 + 27a5d7c commit ebd2857
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
testing 3.6.0
=============
Required stratisd version: 3.6.0
Required stratis-cli version: 3.6.0

Recommended release for development: Fedora 38

- Add tests for filesystem limits functionality:
https://github.com/stratis-storage/testing/issues/225
https://github.com/stratis-storage/testing/pull/226
https://github.com/stratis-storage/testing/pull/224

- Fix a few minor bugs in previously unused testing support code:
https://github.com/stratis-storage/testing/pull/211
https://github.com/stratis-storage/testing/pull/210

- Add logging about the test system to test_harness.py:
https://github.com/stratis-storage/testing/issues/216
https://github.com/stratis-storage/testing/pull/223
https://github.com/stratis-storage/testing/pull/222
https://github.com/stratis-storage/testing/pull/218

- Pass extra args as unittest args:
https://github.com/stratis-storage/testing/issues/217
https://github.com/stratis-storage/testing/pull/221

- Reduce size of filesystem created in one test:
https://github.com/stratis-storage/testing/pull/214

- Re-add reverted commits:
https://github.com/stratis-storage/testing/pull/209

- Tidies and Maintenance:
https://github.com/stratis-storage/testing/pull/219
https://github.com/stratis-storage/testing/pull/215


testing 3.5.3
=============
Required stratisd version: 3.5.8
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = testing
url = https://github.com/stratis-storage/testing
version = 3.5.3
version = 3.6.0
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache-2.0

0 comments on commit ebd2857

Please sign in to comment.