What's Changed
- status: fix warning for unused doc comment by @jeckersb in #235
- Fix clippy warnings by @jeckersb in #236
- ci: gate clippy on
correctness
andsuspicious
by @jeckersb in #238 - lib:
#![allow(clippy::needless_borrow)]
by @cgwalters in #237 - docs: Move manpages to separate toplevel by @cgwalters in #239
- cli: Explicitly require root privileges by @cgwalters in #241
- Man improvements by @cgwalters in #243
- Add
HostType
, changestatus
to always succeed by @cgwalters in #244 - cli: Document that check doesn't fetch layers by @cgwalters in #246
- ci: Add GH labeler workflow by @cgwalters in #250
- docs: Extend rpm-ostree relationship a bit by @cgwalters in #249
- labeler: Fix syntax by @cgwalters in #253
- docs: Add relationship-particles.md by @cgwalters in #252
- upgrade: fix --apply when the desired deployment is already staged by @jeckersb in #256
- cli: Drop
upgrade --touch-if-changed
by @cgwalters in #257 - hack/Containerfile: New file for local container builds by @cgwalters in #258
- spec: Add cached update metadata by @cgwalters in #248
- install: Support
to-disk --via-loopback
by @cgwalters in #260 - docs: Fix FCOS description by @cgwalters in #261
- lsm: exit early if the process already has install_t by @ondrejbudai in #262
- Switch inplace by @cgwalters in #264
- install: add --source-imgref by @ondrejbudai in #263
- systemd: New bootc-fetch-apply-updates.{timer,service} by @cgwalters in #179
- install: Drop support for old skopeo by @cgwalters in #265
- Two systemd unit fixes by @cgwalters in #269
- lsm: Deduplicate and comment a bit of the install_t code by @cgwalters in #268
- contrib/packaging: Updates for manpages and systemd unit by @cgwalters in #270
- install: Add
print-configuration
by @cgwalters in #272 - docs/usage: New file by @cgwalters in #273
- install: Don't unshare if we have an external source by @cgwalters in #275
- install: Add more error contexts by @cgwalters in #276
- switch: Be idempotent by @cgwalters in #274
New Contributors
- @jeckersb made their first contribution in #235
- @ondrejbudai made their first contribution in #262
Full Changelog: v0.1.5...v0.1.6