0.1.5
Breaking CLI/API changes
- install: Rename
install
->install to-disk
, peer withto-filesystem
by @cgwalters in #226 - Don't enforce container sigpolicy by default by @cgwalters in #230
New features
- install: Add
kargs
to installation config by @cgwalters in #206
Important bugfixes
- deploy: Use new ostree-ext pruning API by @cgwalters in #231
Other changes
- docs/install: Also document using
--rm
by @cgwalters in #194 - lib: apply clippy fix for needless borrowing by @miabbott in #197
- github: update artifact actions to v3 by @miabbott in #198
- docs: additional details around bootc images, install by @miabbott in #195
- docs: initial FAQ entry by @miabbott in #200
- docs: update required dependencies by @miabbott in #196
- containerenv: small error message fix by @miabbott in #202
- install: Just check if we're pid1 by @cgwalters in #201
- install: Re-implement hostns to work around supermin by @cgwalters in #203
- tests: Verify bootprefix by @cgwalters in #204
- faq: remove distro-specific examples by @miabbott in #208
- docs: fix injecting root keys example by @runcom in #209
- install: Update to new bootupd uuid/EFI code by @cgwalters in #199
- install: Drop
commit
from SourceInfo by @cgwalters in #212 - lib: Track ostree-ext git by @cgwalters in #213
- Podman pull prep by @cgwalters in #214
- ci: Update for another image rename by @cgwalters in #221
- mount: Use task infra to clean up error handling by @cgwalters in #220
- mount: Be compatible with older util-linux by @cgwalters in #222
- ci: Add a c9s build by @cgwalters in #224
- install: Don't retarget /tmp or /var/tmp if they're not overlayfs by @cgwalters in #225
- install: Add tracing and error context around re-exec by @cgwalters in #227
- install: Two smaller fixes by @cgwalters in #228
- Add a helper for generating sigpolicy by @cgwalters in #229
- Use
Task
generally overCommand
by @cgwalters in #232 - docs: Generate docs/man by @cgwalters in #233
New Contributors
Full Changelog: v0.1.4...v0.1.5