New features
There's a new experimental --progress-fd
for upgrade/switch which allows monitoring byte-level progress. The tracking issue for this is #1016
This adds optional integration glue with Red Hat's subscription-manager
.
Notable changes
install
feature is always on, addinstall-to-disk
by @cgwalters in #987- lints: add check for non-utf-8 filesystem content by @allisonkarlitskaya in #983
What's Changed
- copr: fix Unknown argument "builddep" for command "dnf5" by @henrywang in #969
- copr: use dnf instead of dnf5 by @henrywang in #970
- docs/bootc-install: Give more guidance on
root=
androotflags=
by @cgwalters in #972 - fix(deps): update rust crate serde to v1.0.216 by @platform-engineering-bot in #974
- docs/images: Document composefs here too by @cgwalters in #973
- lib: tidy up module declarations by @jeckersb in #976
- build-sys: Drop custom version glue code by @cgwalters in #978
- utils: Add sysroot_dir helper by @jeckersb in #980
- cli: Centralize progress parsing a bit by @cgwalters in #981
- ci: labeler: use globstar where applicable by @jeckersb in #986
- docs: remove duplicate manpage for bootc-fetch-apply-updates.service by @jeckersb in #985
- two minor rhsm followups by @cgwalters in #989
- tree-wide: Move most tests under
mod test
by @cgwalters in #990 - tree-wide: Use cap-std-ext is_mountpoint() API by @cgwalters in #984
- tree-wide: Move everything else under #[cfg(test)] by @cgwalters in #991
- install: Add /usr/share/doc/bootc/baseimage by @cgwalters in #988
- chore(deps): update auto merged updates by @platform-engineering-bot in #994
- add Fyra/Ultramarine to adopters by @nothingneko in #999
- install: Add
dracut
subdirectory to baseimage reference by @cgwalters in #1002 - docs/bootc-images: Refresh a bit by @cgwalters in #1005
- tests: Handle not having skopeo present by @cgwalters in #1003
- install: Never traverse mount points with
--wipe
by @cgwalters in #1001 - Two changes for
bootc-status-updated.path
by @cgwalters in #1009 - install: Fix cleanup function to remove empty dirs too by @cgwalters in #1011
- docs/relationships: add section about ostree by @jlebon in #1012
- Rename RHSM file to bootc.facts by @ianballou in #1014
- docs: Use absolute link for toplevel content by @cgwalters in #1015
- tests: Add some sanity checking of --json-fd by @cgwalters in #1017
- Various updates for
--progress-fd
by @antheas in #961 - Typo fixup for #961 by @jeckersb in #1020
- baseimage: Add kernel-install integration by @jmarrero in #1018
- fix(deps): update auto merged updates by @platform-engineering-bot in #1021
- Release 1.1.4 by @cgwalters in #1022
New Contributors
- @allisonkarlitskaya made their first contribution in #983
- @nothingneko made their first contribution in #999
- @ianballou made their first contribution in #1014
Full Changelog: v1.1.3...v1.1.4