go.mod: update osbuild/images to v0.238.0 (HMS-9090)#448
Draft
thozza wants to merge 1 commit intoosbuild:mainfrom
Draft
go.mod: update osbuild/images to v0.238.0 (HMS-9090)#448thozza wants to merge 1 commit intoosbuild:mainfrom
thozza wants to merge 1 commit intoosbuild:mainfrom
Conversation
Among other things, this brings the multi-stage RPM installation, which
solves the bug with installation of packages that use %pretrans
sctiptlet.
Bump minimum osbuild version to v171.
---
Changes with 0.237.0
----------------
- Add ResolveInfo() function for resolving all bootc container info in one call (#2151)
- Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Simon de Vlieger
- Use cpio -H newc instead of -c (#2153)
- Author: Brian C. Lane, Reviewers: Lukáš Zapletal, Tomáš Hozza
- bootc-generic-iso: add container embedding (#2138)
- Author: Ondřej Budai, Reviewers: Lukáš Zapletal, Simon de Vlieger
- check: implement file/dir/kernel host checks (#2142)
- Author: Lukáš Zapletal, Reviewers: Ondřej Budai, Tomáš Hozza
- go.mod: update osbuild/blueprint (#2148)
- Author: Achilleas Koutsou, Reviewers: Lukáš Zapletal, Simon de Vlieger
- osinfo, bootc: allow (some) configuration for generic `bootc-iso` through an `iso.yaml` in the container (HMS-10018, HMS-10015) (#2135)
- Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Lukáš Zapletal
— Somewhere on the Internet, 2026-02-02
---
Changes with 0.238.0
----------------
- Refactor RPM installation to use multi-stage transactions for %pretrans script support (HMS-9090) (#2170)
- Author: Tomáš Hozza, Reviewers: Sanne Raymaekers, Simon de Vlieger
- Update osbuild dependency commit ID (#2166)
- Author: SchutzBot, Reviewers: Achilleas Koutsou, Simon de Vlieger, Tomáš Koscielniak
- bib: ban logrus from the project (#2162)
- Author: Lukáš Zapletal, Reviewers: Brian C. Lane, Sanne Raymaekers, Simon de Vlieger
- checks/kernel: convert option failure to warning (#2173)
- Author: Achilleas Koutsou, Reviewers: Simon de Vlieger, Tomáš Hozza
- distro: `ImageOptions.Preview` (HMS-9969) (#2174)
- Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Lukáš Zapletal
- manifest/subscription: fix selinux systemd race condition (HMS-10142) (#2171)
- Author: Gianluca Zuccarelli, Reviewers: Achilleas Koutsou, Tomáš Hozza
- rhsm_facts: Add blueprint-id as optional fact (HMS-3881) (#2163)
- Author: Simon Steinbeiß, Reviewers: Lukáš Zapletal, Tomáš Hozza
— Somewhere on the Internet, 2026-02-05
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Among other things, this brings the multi-stage RPM installation, which solves the bug with installation of packages that use %pretrans sctiptlet.