What's Changed
New Features
ostree-ext
adds tar_create_parent_dirs
option to ExportOpts
This ensures that upon export, for each layer in the exported image, the directory structure is fully-defined. This removes a source of non-determinism when unpacking the layers for consumption.
- ostree-ext: Add tar_create_parent_dirs to container::ExportOpts by @jeckersb in #1364
- Two minor patches by @cgwalters in #1366
Documentation Improvements
- reinstall: Docs for cleanup script and mount points by @ckyrouac in #1349
- docs: Add bootloaders.md by @cgwalters in #1354
- test: Add README.md in tmt folder for integration test local running by @henrywang in #1357
- Minor Documentation and Comment Corrections by @leopardracer in #1361
- kargs: Clarify a bit more by @cgwalters in #1363
- Fix Typo in Documentation and Improve Iterator Comment Clarity by @kilavvy in #1367
- Fix Typos and Improve Formatting in Documentation by @vtjl10 in #1369
Other Fixes
- ci/gemini: Turn off PR summary by default by @cgwalters in #1342
- cli: Don't emit ANSI codes to stderr by @cgwalters in #1341
- Initial set of system-reinstall-bootc integration tests by @ckyrouac in #1348
- reinstall: Only pull the image if it's not already present by @ckyrouac in #1355
- specfile: exclude doc directories from package by @champtar in #1352
- build-sys: Rework to have toplevel Dockerfile + Justfile by @cgwalters in #1358
- Release 1.4.0 by @jeckersb in #1374
New Contributors
- @leopardracer made their first contribution in #1361
- @kilavvy made their first contribution in #1367
- @vtjl10 made their first contribution in #1369
Full Changelog: v1.3.0...v1.4.0