Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Mar 12, 2024
1 parent 5b64060 commit a1d9850
Showing 1 changed file with 69 additions and 1 deletion.
70 changes: 69 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,101 @@
stratisd 3.7.0 (UNRELEASED)
===========================
Recommended Rust toolchain version: 1.74.1
Recommended Rust toolchain version: 1.76.0
Recommended development platform for Python development: Fedora 39

- Increase D-Bus revision number to 6:
https://github.com/stratis-storage/stratisd/pull/3483

- Add origin field to StratFilesystem:
https://github.com/stratis-storage/stratisd/issues/3515
https://github.com/stratis-storage/stratisd/pull/3516

- Fix a bug where unencrypted pools can't be started in stratisd-min:
https://github.com/stratis-storage/stratisd/pull/3538

- Fix behavior where key is checked when unlock method is Clevis:
https://github.com/stratis-storage/stratisd/pull/3486

- Fix a misalignment that may occur when extending the thin pool:
https://github.com/stratis-storage/stratisd/pull/3494

- Relax fairness restriction on AllOrSomeLock:
https://github.com/stratis-storage/stratisd/pull/3543
https://github.com/stratis-storage/stratisd/pull/3544

- Specify nrext64 option as 0 when creating XFS filesystem:
https://github.com/stratis-storage/stratisd/pull/3511

- Do not suppress output for mkfs.xfs or thin_check:
https://github.com/stratis-storage/stratisd/pull/3525

- Try both Clevis and passphrase in /etc/fstab setup:
https://github.com/stratis-storage/stratisd/pull/3528

- Add script to get Stratis info from devicemapper path:
https://github.com/stratis-storage/stratisd/pull/3556

- Fix log message in SetCreateAction:
https://github.com/stratis-storage/stratisd/pull/3548

- Simplify allocation procedure:
https://github.com/stratis-storage/stratisd/pull/3491

- Improve dispatch for stratis-utils:
https://github.com/stratis-storage/stratisd/pull/3549

- Improve dispatch for tools in tools package:
https://github.com/stratis-storage/stratisd/issues/3529
https://github.com/stratis-storage/stratisd/pull/3530
https://github.com/stratis-storage/stratisd/pull/3532
https://github.com/stratis-storage/stratisd/pull/3531
https://github.com/stratis-storage/stratisd/pull/3541
https://github.com/stratis-storage/stratisd/pull/3552

- Cargo.toml: Set up workspace table:
https://github.com/stratis-storage/stratisd/pull/3564

- Use loopdev-3 instead of loopdev crate:
https://github.com/stratis-storage/stratisd/pull/3498

- Increase bindgen dependency lower bound to 0.69.0:
https://github.com/stratis-storage/stratisd/pull/3557

- Increase retry dependency lower bound to 2.0.0:
https://github.com/stratis-storage/stratisd/pull/3550

- Increase pretty-hex dependency lower bound to 0.4.1:
https://github.com/stratis-storage/stratisd/pull/3536

- Increase itertools dependency lower bound to 0.12.0:
https://github.com/stratis-storage/stratisd/pull/3519

- Increase nix dependency lower bound to 0.27.1:
https://github.com/stratis-storage/stratisd/pull/3500

- Increase version of rustix dependency to 0.37.25:
https://github.com/stratis-storage/stratisd/pull/3489

- Increase shlex version in Cargo.lock to 1.3.0:
https://github.com/stratis-storage/stratisd/pull/3540

- Use LIBEXECDIR as a substitution variable in all scripts:
https://github.com/stratis-storage/stratisd/pull/3514

- Tidies and Maintenance:
https://github.com/stratis-storage/stratisd/pull/3563
https://github.com/stratis-storage/stratisd/pull/3562
https://github.com/stratis-storage/stratisd/pull/3560
https://github.com/stratis-storage/stratisd/pull/3558
https://github.com/stratis-storage/stratisd/pull/3555
https://github.com/stratis-storage/stratisd/pull/3554
https://github.com/stratis-storage/stratisd/pull/3546
https://github.com/stratis-storage/stratisd/pull/3542
https://github.com/stratis-storage/stratisd/pull/3539
https://github.com/stratis-storage/stratisd/pull/3537
https://github.com/stratis-storage/stratisd/pull/3523
https://github.com/stratis-storage/stratisd/pull/3522
https://github.com/stratis-storage/stratisd/pull/3521
https://github.com/stratis-storage/stratisd/pull/3518
https://github.com/stratis-storage/stratisd/pull/3513
https://github.com/stratis-storage/stratisd/pull/3510
Expand Down

0 comments on commit a1d9850

Please sign in to comment.