You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
treeboot-core: treeboot-core command-shaped option defaults no longer use ambient process environment. Public option structs now require explicit EnvironmentInput, and RuntimeOptionOverrides::from_env() has been replaced by RuntimeOptionOverrides::from_environment(&EnvironmentInput) or RuntimeOptionOverrides::from_process_env().
Bug Fixes
avoid false checksum-sync change on short reads (#57) (a20ac67)
enforce validated action plan boundaries (#60) (e8f641b)
recheck preserved source symlinks before apply (#62) (57c0888)
Code Refactoring
treeboot-core: make core environment input explicit (#61) (8e61a7f)