Skip to content

v0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 11:04
· 2 commits to main since this release
Make BootEntry fields optional for older bootc versions

Fields like downloadOnly, softRebootCapable, incompatible, pinned,
and store may be absent on older RHEL bootc output. Using
serde(default) lets them gracefully default to false/"" when missing.

Co-Authored-By: Claude <noreply@anthropic.com>