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: osbuild/images
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.125.0
Choose a base ref
...
head repository: osbuild/images
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.126.0
Choose a head ref
  • 6 commits
  • 23 files changed
  • 2 contributors

Commits on Mar 18, 2025

  1. rhel9: fix two leftover hardcoded packagesets

    This commit fixes two leftover package sets that were hardcoded
    and are now defined in YAML. Sorry for overlooking them in my
    previous commit.
    mvo5 committed Mar 18, 2025

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    e6e8955 View commit details
  2. rhel: add error return in PackageSetFunc

    This is a small cleanup/tweak to return an error if the rhel
    PackageSetFunc fails. This avoid us having to panic and we
    can just bubble the error up.
    mvo5 committed Mar 18, 2025
    Copy the full SHA
    82503d8 View commit details
  3. distro: rename "packagesets.Load" to "defs.PackageSet"

    This commit renames the existing `packagesets` module to `distro/defs`
    to reflect that it will be about more than just the packagesets.
    
    There are various other names we could use, I have no super strong
    opinion but `distro/defs` is nice and short. Some more options:
    - loader.{Load,}PackageSet
    - yamlload.PackageSet
    - distrodefs.PackageSet (distro/distrodefs feels a bit redundant)
    - defload{,er}.PackageSet()
    
    This prepares for the upcoming:
    - defs.PartitionTable
    - defs.ImageConfig
    - defs.Platform
    helpers.
    mvo5 authored and supakeen committed Mar 18, 2025
    Copy the full SHA
    f16cc07 View commit details
  4. defs: rename package_sets.yaml to distro.yaml

    This reflects that the data we load will be no longer about
    package_sets only.
    mvo5 authored and supakeen committed Mar 18, 2025
    Copy the full SHA
    be97c70 View commit details

Commits on Mar 19, 2025

  1. dependencies/osbuild: bump to 142

    #1321 needs osbuild 142.
    croissanne authored and achilleas-k committed Mar 19, 2025
    Copy the full SHA
    abba726 View commit details

Commits on Mar 20, 2025

  1. distro/rhel8: revert cloud-init support for WSL

    cloud-init on RHEL8 doesn't support the WLS datasource.
    croissanne authored and achilleas-k committed Mar 20, 2025
    Copy the full SHA
    598087e View commit details
Loading