Skip to content

Commit

Permalink
Merge pull request #977 from mulkieran/version-3.5.1
Browse files Browse the repository at this point in the history
version 3.5.1
  • Loading branch information
mulkieran authored Mar 31, 2023
2 parents 16a3d47 + 7fe0b44 commit 2ee3d27
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 @@
stratis-cli 3.5.1
=================
Required stratisd version: 3.5.0

Recommended development environment: Fedora 37
Lowest supported Python interpreter: 3.9.16

- Add UUID column for blockdev list:
https://github.com/stratis-storage/stratis-cli/issues/962
https://github.com/stratis-storage/stratis-cli/pull/972

- Display stratisd error codes and blockdev tier values in human-readable form:
https://github.com/stratis-storage/stratis-cli/issues/967
https://github.com/stratis-storage/stratis-cli/pull/974

- Display Clevis configuration in human-readable form:
https://github.com/stratis-storage/stratis-cli/issues/958
https://github.com/stratis-storage/stratis-cli/pull/968
https://github.com/stratis-storage/stratis-cli/pull/965
https://github.com/stratis-storage/stratis-cli/pull/963

- Fix expansion of an error message:
https://github.com/stratis-storage/stratis-cli/pull/966

- Tidies and Maintenance:
https://github.com/stratis-storage/stratis-cli/pull/976
https://github.com/stratis-storage/stratis-cli/pull/975
https://github.com/stratis-storage/stratis-cli/pull/973
https://github.com/stratis-storage/stratis-cli/pull/971
https://github.com/stratis-storage/stratis-cli/pull/970
https://github.com/stratis-storage/stratis-cli/pull/964
https://github.com/stratis-storage/stratis-cli/pull/960
https://github.com/stratis-storage/stratis-cli/pull/959
https://github.com/stratis-storage/stratis-cli/pull/956
https://github.com/stratis-storage/stratis-cli/pull/955


stratis-cli 3.5.0
=================
Required stratisd version: 3.5.0
Expand Down
2 changes: 1 addition & 1 deletion src/stratis_cli/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
.. moduleauthor:: mulhern <[email protected]>
"""

__version_info__ = (3, 5, 0)
__version_info__ = (3, 5, 1)
__version__ = ".".join(str(x) for x in __version_info__)

0 comments on commit 2ee3d27

Please sign in to comment.