Skip to content

Commit

Permalink
Merge pull request #3356 from mulkieran/version-3.5.6
Browse files Browse the repository at this point in the history
Version 3.5.6
  • Loading branch information
mulkieran authored Jun 6, 2023
2 parents c78b6af + 2159cbd commit 58f7465
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 107 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
# yamllint disable rule:line-length
run: |
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=rawhide IGNORE_ARGS="--ignore-category low --ignore-high=libcryptsetup-rs" make -f Makefile_dependencies check-fedora-versions
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=f38 IGNORE_ARGS="--ignore-category low --ignore-high=libcryptsetup-rs" make -f Makefile_dependencies check-fedora-versions
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=f37 IGNORE_ARGS="--ignore-category low --ignore-high=libcryptsetup-rs" make -f Makefile_dependencies check-fedora-versions
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=f36 IGNORE_ARGS="--ignore-category low --ignore-high=libcryptsetup-rs" make -f Makefile_dependencies check-fedora-versions
38 changes: 38 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,46 @@
stratisd 3.5.6
==============
Recommended Rust toolchain version: 1.69.0
Lowest supported Rust toolchain version: 1.66.1

Recommended development platform for Python development: Fedora 38

- Cherry-picked commits:
* Advance compare_fedora_versions Fedora versions arguments
* Remove unnecessary Unpin constraints in futures
* Avoid double acquisition of CryptDevice when reading metadata
* Return an error if there is no unlock method
* Return an error if no unlock method after initialization
* Increase libcryptsetup-rs dependency lower bound to 0.7.1
* Increase libcryptsetup-rs dependency lower bound to 0.8.0

- Tidies and Maintenance:
* Add missing PR entry in changelog for stratisd 3.5.5
* Add list of cherry-picked commits for stratisd 3.5.5


stratisd 3.5.5
==============
Recommended Rust toolchain version: 1.69.0
Lowest supported Rust toolchain version: 1.66.1

Recommended development platform for Python development: Fedora 38

- Cherry-picked commits:
* Patch Cargo.toml to avoid loopdev FTBFS
* Update recommended Rust to 1.69.0
* Advance current development environment to Fedora 38
* Increase libcryptsetup-rs dependency lower bound to 0.7.0
* Exclude a few more files from crate
* Use SPDX license string
* Include license header in source code files
* Include license header in build.rs
* Ensure persistent keyring is attached before Clevis bind
* Increase libc dependency lower bound to 0.2.142

- Set up patch branch:
https://github.com/stratis-storage/stratisd/issues/3344


stratisd 3.5.4
==============
Expand Down
Loading

0 comments on commit 58f7465

Please sign in to comment.