Skip to content

Commit d0729b0

Browse files
jmarrerocgwalters
authored andcommitted
Update to ostree v2025.3
This will enable soft reboots. Signed-off-by: Colin Walters <[email protected]>
1 parent 03fa72b commit d0729b0

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lib/src/deploy.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,10 @@ async fn deploy(
577577
&opts,
578578
Some(cancellable),
579579
)?;
580+
tracing::debug!(
581+
"Soft reboot capable: {:?}",
582+
sysroot.deployment_can_soft_reboot(&d)
583+
);
580584
Ok(d.index())
581585
}),
582586
)

crates/ostree-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.15.3"
1010
[dependencies]
1111
containers-image-proxy = "0.8.0"
1212
# We re-export this library too.
13-
ostree = { features = ["v2025_2"], version = "0.20" }
13+
ostree = { features = ["v2025_3"], version = "0.20.3" }
1414

1515
# Private dependencies
1616
anyhow = { workspace = true }

0 commit comments

Comments
 (0)