-
Notifications
You must be signed in to change notification settings - Fork 58
Comparing changes
Open a pull request
base repository: osbuild/images
base: v0.125.0
head repository: osbuild/images
compare: v0.126.0
- 6 commits
- 23 files changed
- 2 contributors
Commits on Mar 18, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for e6e8955 - Browse repository at this point
Copy the full SHA e6e8955View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 82503d8 - Browse repository at this point
Copy the full SHA 82503d8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f16cc07 - Browse repository at this point
Copy the full SHA f16cc07View commit details -
defs: rename package_sets.yaml to distro.yaml
This reflects that the data we load will be no longer about package_sets only.
Configuration menu - View commit details
-
Copy full SHA for be97c70 - Browse repository at this point
Copy the full SHA be97c70View commit details
Commits on Mar 19, 2025
-
dependencies/osbuild: bump to 142
#1321 needs osbuild 142.
Configuration menu - View commit details
-
Copy full SHA for abba726 - Browse repository at this point
Copy the full SHA abba726View commit details
Commits on Mar 20, 2025
-
distro/rhel8: revert cloud-init support for WSL
cloud-init on RHEL8 doesn't support the WLS datasource.
Configuration menu - View commit details
-
Copy full SHA for 598087e - Browse repository at this point
Copy the full SHA 598087eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.125.0...v0.126.0