Releases: bootc-dev/bootc
Releases · bootc-dev/bootc
0.1.3
What's Changed
- ci/copr: Add ostree-devel by @cgwalters in #151
- spec: Make status always required by @cgwalters in #153
- install: Query skopeo upfront by @cgwalters in #154
- install: Drop default config by @cgwalters in #152
- install: Don't require EFI if booted via BIOS and doing alongside by @cgwalters in #155
- xtask: Fix srpm generation by @cgwalters in #156
- bootloader: Use bootupd --with-static-configs by @cgwalters in #157
- Two minor error/logging improvements by @cgwalters in #158
- install: Drop ignition support by @cgwalters in #159
- install: Add more image metadata to aleph by @cgwalters in #160
- README.md: A few clarifications on status by @cgwalters in #161
- README: Add more information on base images by @cgwalters in #162
- README.md: Add missing link to internal doc by @pablomh in #164
- tree: Pass through
cargo clippy --fix
by @jlebon in #168 - cli/edit: Minor tweaks by @jlebon in #167
- make validate: add new target by @vrothberg in #169
- cli: Correctly no-op unchanged updates by @cgwalters in #170
- Use
bootupctl --auto
in alongside mode by @cgwalters in #166 - install: Actually honor kargs by @cgwalters in #172
- Add
upgrade --apply
by @cgwalters in #173 - Docs: Updated links referencing project Sagano. by @ipanova in #174
- ci: Test alongside installation in GH Actions by @cgwalters in #176
- lsm: Clarify selinux mode being set by @cgwalters in #178
- Rework docs; move README.md contents into docs/index.md by @cgwalters in #177
- minor doc tweaks by @vrothberg in #180
New Contributors
- @pablomh made their first contribution in #164
- @jlebon made their first contribution in #168
- @vrothberg made their first contribution in #169
- @ipanova made their first contribution in #174
Full Changelog: v0.1.2...v0.1.3
v0.1.2
A variety of smaller improvements here; by far the most interesting is the new support for install-to-filesystem --replace=alongside
which allows installing inside an existing Linux system.
What's Changed
- lib: Bump to newer nix by @cgwalters in #125
- Add version and timestamp to image status fields by @cgwalters in #126
- Support for
install-to-filesystem --replace=alongside
by @cgwalters in #129 - install: Doc
install-to-filesystem --replace=alongside
by @cgwalters in #130 - build-sys: Trim k8s-openapi some by @cgwalters in #131
- README.md: Update link about base images by @cgwalters in #132
- upgrade: Wire up --check to new API by @cgwalters in #133
- install: Do use zipl on s390x by @cgwalters in #135
- install: Give better error if not run in a podman container by @cgwalters in #136
- Deps: Bump to latest kube/k8s-openapi by @cgwalters in #134
- cli: Print manifest diff after check/upgrade by @cgwalters in #138
- install: Bail out if we detect we're running rootless by @cgwalters in #140
- lib: Include license files when packaging by @cgwalters in #139
- Rework build infra, add manpages into tarball by @cgwalters in #141
- More errcontext by @cgwalters in #143
- install: Relax restriction on separate /boot by @cgwalters in #144
- install: Fix installation to loopback (and probably NVMe) by @cgwalters in #145
- Add RequiredHostSpec by @cgwalters in #146
- lib: Add a unit test for parsing the host CRD by @cgwalters in #148
- Drop k8s-openapi and kube crates by @cgwalters in #149
- cli: Expand on the status of status by @cgwalters in #150
Full Changelog: v0.1.1...v0.1.2
Release 0.1.1
What's Changed
- lib: Bump to ostree-ext 0.12, rustix 0.38 by @cgwalters in #124
This is just an internals change, but lets us drop a bunch of older crate dependencies (glib 0.16, cap-std 1.x)
Full Changelog: v0.1...v0.1.1
Release 0.1
The current state of things is suitable for "0.1" level usage for sure. Let's cut an official first release!