Skip to content

Commit

Permalink
version 3.6.8
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jul 2, 2024
1 parent af634c9 commit 09a2ed8
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
45 changes: 45 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
stratisd 3.6.7
==============
Recommended Rust toolchain version: 1.79.0
Recommended development platform for Python development: Fedora 40

* New commits:
* Increase libc dependency lower bound to 0.2.155

* Cherry-picked commits:
* Regression test for key set in stratis-min
* Add PROFILE_FLAGS to profileable targets
* github actions: ignore only pushes to tests/client-dbus dir
* github actions: update recommended Rust to 1.77.2
* Use once_cell instead of lazy_static for lazy statics
* Fix unnecessary-get-then-check with contains_key()
* Put timestamp management in a separate implementation
* Re-load the BDA after writing pool-level metadata
* Add stratis-min tests for missing subcommands
* test_fs_size_limit: Run fs_check after increasing limit
* github actions: update recommended Rust to 1.78.0
* Change deprecated use of default_features
* Advance current development environment to Fedora 40
* Revert "test_fs_size_limit: Run fs_check after increasing limit"
* test_fs_size_limit: Increase sizes by a factor of 2
* Do verification on the stratisd side for Clevis configs to avoid hanging
* Tang tests for Clevis config validation
* ci: Adjust Cockpit test plans
* Increase itertools dependency lower bound to 0.13.0
* Clarify conversion for set up pool to stopped pool
* Remove legacy std::u64::MAX constant
* Add test_stratis_min_pool_clevis_pin()
* Add stratis_min_key_set_empty()
* Add .gitignore entries for LLVM profiler traces
* Do software emulation of a TPM2 module
* github actions: update recommended Rust to 1.79.0
* SSS tests for Clevis config validation
* Move to TMT with TPM2
* Increase nix dependency lower bound to 0.29.0
* Fix a typo in an error string
* Remove early exit
* Add a clarifying comment
* Change handle_extension to handle_fs_changes
* Merge invocation of should_extend and extend_size


stratisd 3.6.7
==============
Recommended Rust toolchain version: 1.77.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stratisd"
version = "3.6.7"
version = "3.6.8"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit 09a2ed8

Please sign in to comment.