Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bootc-dev/bootc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.5
Choose a base ref
...
head repository: bootc-dev/bootc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.6
Choose a head ref
  • 5 commits
  • 22 files changed
  • 3 contributors

Commits on Jul 24, 2026

  1. bootloader: Generalize chroot parameter in install_via_bootupd

    This is less ostree specific; prep work for
    issue #2270, which wants the composefs backend to use the same
    chroot mechanism.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Jul 24, 2026
    Configuration menu
    Copy the full SHA
    cc3c178 View commit details
    Browse the repository at this point in the history
  2. bootloader: Chroot into composefs image root for bootupd installs

    Closes: #2270
    
    Like the ostree backend, run bootupctl inside a chroot of the target
    system rather than the host, so we use the bootupd binaries and
    plugins shipped in the deployed container image. This is needed for
    use cases like Anaconda.
    
    This turned out to be fairly complicated though in terms of
    how we set up the bind mounts; see the code for details.
    
    Generated-by: https://github.com/cgwalters/#llms
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Jul 24, 2026
    Configuration menu
    Copy the full SHA
    0d4fadf View commit details
    Browse the repository at this point in the history
  3. Sync common files from infra repository

    Synchronized from bootc-dev/infra@0c34c5b.
    
    Signed-off-by: bootc-dev Bot <[email protected]>
    bootc-dev Bot authored and gursewak1997 committed Jul 24, 2026
    Configuration menu
    Copy the full SHA
    a2bc817 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2026

  1. Update GitHub Actions

    Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
    bootc-bot[bot] authored and jeckersb committed Jul 27, 2026
    Configuration menu
    Copy the full SHA
    a1604c8 View commit details
    Browse the repository at this point in the history
  2. Release 1.16.6

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    bootc-bot[bot] authored and jeckersb committed Jul 27, 2026
    Configuration menu
    Copy the full SHA
    cf828dc View commit details
    Browse the repository at this point in the history
Loading