Skip to content

Releases: containers/bootc

v0.1.15

16 Aug 14:44
a8be2a1
Compare
Choose a tag to compare

Major changes

In this release, the API and CLI is stabilized - we've generated a JSON schema and are committed to maintaining it.

You can confidently write agent or system mangement software which controls bootc either via the existing CLI (bootc upgrade/switch) or via the API bootc edit and be sure it will not break in the future.

The other big change is that our still-experimental support for logically bound images made a lot of progress. This is also likely to be stabilized soon - please give feedback! As part of this, a large internal change happened to prepare a bootc-managed container store. This is also an important next step leading us down the path of unified storage.

Full Changelog: v0.1.14...v0.1.15

Other changes

Full Changelog: v0.1.14...v0.1.15

Release v0.1.14

25 Jul 14:21
3c31d9f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.13...v0.1.14

Release 0.1.13

28 Jun 20:24
321c79b
Compare
Choose a tag to compare

The primary thing this fixes is that the new /usr/lib/bootc/kargs.d files were not being honored by bootc install.

What's Changed

New Contributors

Full Changelog: v0.1.12...v0.1.13

v0.1.12

24 Jun 20:45
40c1790
Compare
Choose a tag to compare

Release 0.1.12

New features

Added support for configuring kernel arguments in container builds via the new /usr/lib/bootc/kargs.d file; these kernel arguments can be changed "day 2" via container updates. More in https://containers.github.io/bootc/building/kernel-arguments.html

New subcommand bootc container lint that can be used in container builds via e.g. RUN bootc container lint. This is intended to be a cheap command to run that will detect at build time some common problems.

Other changes

  • A variety of improvements to the documentation landed
  • This release includes changes to the default install to-disk code and partitioning layout in preparation for supporting s390x, among other architectures.

Internals

  • Significant work on testing landed, with more to come; this should increase velocity and confidence.

Individual changes

New Contributors

Full Changelog: v0.1.11...v0.1.12

0.1.11

15 May 22:51
0fb86b8
Compare
Choose a tag to compare

A few changes to install and the client, but beyond that mainly documentation and CI fixes.

install changes

  • install: Add prominent warning+timeout when targeting host root by @cgwalters in #505
  • install/baseline: Make /boot the same fs type as / by @cgwalters in #530
  • install/to-disk: Drop separate /boot by default by @cgwalters in #529

client changes

  • deploy: Add number of layers to fetch progress by @cgwalters in #524

Other changes

Full Changelog: v0.1.10...v0.1.11

Release 0.1.10

26 Apr 14:50
a517f84
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.9...v0.1.10

Release 0.1.9

26 Mar 22:11
55a7a8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

Release 0.1.8

19 Mar 13:30
6a96d81
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

14 Feb 17:33
e1ef710
Compare
Choose a tag to compare

Mainly a lot of fixes and improvements for the install flow,
with a few other minor CLI and a tweak for the systemd unit.

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

23 Jan 19:21
1e9c282
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6