Skip to content

v1.1.3-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@cgwalters cgwalters released this 05 Dec 22:21
· 64 commits to main since this release
3b9f4e4

Install time features

Install-time work dominates here. The biggest feature work in this release is completing support for extended bootc features such as logically bound images and kernel arguments in Anaconda (taking over the now legacy ostree container image deploy) handling.
PR: #915

The second most notable change is that bootc install no longer requires any bind mounts such as -v /dev:/dev -v /var/lib/containers:/var/lib/containers to be explicitly specified.
PR: #919

Finally, we now support to-existing-root installs for systems that are already using ostree, by leveraging stateroots. The idea additionally is to aid "factory reset" scenarios.
PR: #137

Other features

  • We now accept images that do not have a /ostree directory at all. This is preparation for loosening our base image requirements. PR: #887
  • bootc status has improved output. PR: #901

Internal changes

  • A large internal change that landed in this release is that the code from the ostree-rs-ext repository was merged into this one. The future of ostree-container functionality is bootc.
  • Various CI fixes and cleanups

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3-rc.0