tag v0.152.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>
Changes with 0.152.0
----------------
* Update snapshots to 20250605 (osbuild/images#1586)
* Author: SchutzBot, Reviewers: Achilleas Koutsou, Simon de Vlieger
* distro: followups for reivew feedback in PR#1563 (osbuild/images#1584)
* Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger, Tomáš Hozza
* fedora/wsl: xz compression (HMS-8573) (osbuild/images#1582)
* Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Florian Schüller
— Somewhere on the Internet, 2025-06-16
---
tag v0.153.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>
Changes with 0.153.0
----------------
* GHA: enable the stale action to delete its saved state (osbuild/images#1602)
* Author: Tomáš Hozza, Reviewers: Lukáš Zapletal, Simon de Vlieger
* Smaller isos (osbuild/images#1599)
* Author: Brian C. Lane, Reviewers: Lukáš Zapletal, Simon de Vlieger
* Update snapshots to 20250618 (osbuild/images#1603)
* Author: SchutzBot, Reviewers: Brian C. Lane, Simon de Vlieger
* distro/rhel-10: WSL distribution config (HMS-8573) (osbuild/images#1591)
* Author: Simon de Vlieger, Reviewers: Gianluca Zuccarelli, Lukáš Zapletal, Tomáš Hozza
* distro/rhel-10: new `vagrant-libvirt` image type (HMS-6116) (osbuild/images#1601)
* Author: Simon de Vlieger, Reviewers: Michael Vogt, Tomáš Hozza
* distro/rhel{8,9,10}: WSL extension and compression (HMS-8573) (osbuild/images#1590)
* Author: Simon de Vlieger, Reviewers: Michael Vogt, Tomáš Hozza
* distro: handle `centos-9` and similar versions better (osbuild/images#1598)
* Author: Michael Vogt, Reviewers: Simon de Vlieger, Tomáš Hozza
* osbuild/grub2: add compat_version and set it to 2 (osbuild/images#1595)
* Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Tomáš Hozza
— Somewhere on the Internet, 2025-06-20
---
Removes an ineffectual GO111MODULE=off assignment in the build phase, as
we require go to run in module mode at that stage.
In the check phase we run without go modules, so the same stipulation as
on RHEL applies, where the vendor directory gets ignored in certain
cases. Also remove `-mod=vendor` from GOFLAGS on RHEL during the check
phase, as without go modules this is an ineffectual flag.
This commit updates the cloudapi test that uses the real repositories
to use the version of those from the "images" library. Composer
no longer carries the default repos.
Note that this can most likely be simplified once
https://github.com/osbuild/images/pull/1179
is merged.
This commit changes the spec file so that most of the repositories
are taken from the `images` library. See images PR#1112 for details.
Note that we still need the -no-auth-keys and the centos-stream
symlinks.
Unconditionally undefine `gomodulesmode` rpm macro, which by default
disables the Go modules information in the binary. It used to be defined
only on Fedora, but it is now defined on RHEL.
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
Use an exact version dependency on the `osbuild-dnf-json-api` to
ensure incompatible json protocol changes cannot break composer.
See also https://github.com/osbuild/osbuild/pull/1849
Repository definitions suffixed with 'no-aux-key' were previously
mistakenly installed in RPMs. Fix that.
Signed-off-by: Tomáš Hozza <thozza@redhat.com>