Commit Graph

31 Commits

Author SHA1 Message Date
Nick Cao
0e0f141d7a
stratisd: 3.6.6 -> 3.6.7
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.6.6...stratisd-v3.6.7
2024-04-04 14:59:43 -04:00
Nick Cao
5c773ed76d
stratisd: use --replace-fail flag on substitute{,InPlace} 2024-03-26 13:21:20 -04:00
Nick Cao
eba8b5d8b2
stratisd: 3.6.5 -> 3.6.6
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.6.5...stratisd-v3.6.6
2024-03-26 13:17:29 -04:00
Nick Cao
5d3edd72b3
stratisd: 3.6.4 -> 3.6.5
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.6.4...stratisd-v3.6.5
2024-02-13 11:58:08 -05:00
Nick Cao
c30811fd17
stratisd: 3.6.3 -> 3.6.4
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.6.3...stratisd-v3.6.4
2024-01-24 14:19:42 -05:00
Manuel Frischknecht
ebf324e464 stratisd: fix build due to unused imports
With `rustc` 1.75, many rust project that use `#[deny(warnings)]`
stopped building due to unused imports that didn't trigger build
failures before for some reason.

`stratisd` now also fails to build because of a couple of those,
but they have already been fixed upstream in the following two
commits:

- 78440de6e6
- 0d1c67f713

In the meantime until a new version of `stratisd` is released,
this change pulls in those two changes via `fetchpatch`.

Co-authored-by: Nick Cao <nickcao@nichi.co>
2024-01-24 07:55:20 +00:00
Nick Cao
a2ce5478ae
stratisd: 3.6.2 -> 3.6.3
Diff: https://github.com/stratis-storage/stratisd/compare/stratisd-v3.6.2...stratisd-v3.6.3
2023-11-30 17:29:12 -05:00
ners
ed31e0235e treewide: replace broken udev paths with systemd 2023-11-21 15:09:38 +01:00
Nick Cao
5c9c94ef69
stratisd: 3.6.1 -> 3.6.2
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.6.1...stratisd-v3.6.2
2023-11-16 11:40:07 -05:00
Nick Cao
89d3fbfbb9
stratisd: 3.6.0 -> 3.6.1
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.6.0...stratisd-v3.6.1
2023-10-31 20:48:54 -04:00
Nick Cao
74cbda05a7
stratisd: 3.5.9 -> 3.6.0
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.5.9...stratisd-v3.6.0
2023-10-24 18:44:19 -04:00
Nick Cao
f67bf208a5
stratisd: 3.5.8 -> 3.5.9
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.5.8...stratisd-v3.5.9
2023-09-01 06:23:52 +08:00
Nick Cao
8e7549a627
stratisd: 3.5.7 -> 3.5.8
Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.7...stratisd-v3.5.8
2023-07-28 09:58:45 +08:00
Nick Cao
abb1b96c57
stratisd: 3.5.5 -> 3.5.7
Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.5...v3.5.7
2023-06-07 22:53:43 +08:00
Will Fancher
fe43923a70
Merge pull request #229767 from mberndt123/mberndt123/stratis-rootfs
nixos/stratis: initrd support for stratis root volumes
2023-05-25 14:06:31 -04:00
Nick Cao
ac62b2882a
stratisd: 3.5.4 -> 3.5.5 2023-05-19 18:50:12 +08:00
Matthias Berndt
cb410a8c59 Merge remote-tracking branch 'upstream/master' into mberndt123/stratis-rootfs 2023-05-17 21:47:19 -04:00
Alyssa Ross
5e06b3cb19 treewide: don't use rustPlatform.rust
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
Matthias Berndt
2eed1de920 stratisd: split out initrd support 2023-05-07 12:41:51 +02:00
Nick Cao
f3834e6fde
stratisd: 3.5.3 -> 3.5.4
Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.3...v3.5.4
2023-04-22 10:22:09 +08:00
Nick Cao
338611e766
stratisd: 3.5.2 -> 3.5.3
Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.2...v3.5.3
2023-04-18 10:15:32 +08:00
Nick Cao
6300b04938
stratisd: 3.5.1 -> 3.5.2
Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.1...v3.5.2
2023-03-17 11:42:24 +08:00
Nick Cao
39a4220aaf
stratisd: 3.5.0 -> 3.5.1
Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.0...v3.5.1
2023-02-09 09:32:23 +08:00
Nick Cao
bedb24510b
stratisd: 3.4.4 -> 3.5.0
Diff: https://github.com/stratis-storage/stratisd/compare/v3.4.4...v3.5.0
2023-01-25 08:50:28 +08:00
Nick Cao
3504d2dac5
stratisd: 3.4.2 -> 3.4.4 2022-12-23 09:07:33 +08:00
Nick Cao
48a17b60fa
stratisd: 3.4.1 -> 3.4.2 2022-12-07 10:01:45 +08:00
Nick Cao
9790786a00
stratisd: 3.4.0 -> 3.4.1 2022-11-29 22:29:33 +08:00
Nick Cao
4aff99b78c
stratisd: 3.3.0 -> 3.4.0 2022-11-24 09:53:08 +08:00
Nick Cao
1ef31a5586
stratisd: 3.2.2 -> 3.3.0 2022-10-19 10:09:16 +08:00
Nick Cao
7398c337c9
nixos/stratis: passthru tests to stratis-cli and stratisd 2022-09-12 15:20:59 +08:00
Nick Cao
498ba41a45
stratisd: init at 3.2.2 2022-08-24 23:42:13 +08:00