tag v0.142.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>
Changes with 0.142.0
----------------
* distro: move `kernelOptions` into `ImageConfig` (osbuild/images#1470)
* Author: Michael Vogt, Reviewers: Achilleas Koutsou, Tomáš Hozza
* manifest: register insights to template on boot (HMS-5994) (osbuild/images#1443)
* Author: rverdile, Reviewers: Achilleas Koutsou, Tomáš Hozza
* many: add custom unmarshalers for osbuild, platform (osbuild/images#1477)
* Author: Michael Vogt, Reviewers: Achilleas Koutsou, Tomáš Hozza
— Somewhere on the Internet, 2025-05-05
---
tag v0.143.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>
Changes with 0.143.0
----------------
* distro/rhel9/azure: drop net.ifnames=0 kernel arg (RHEL-89440) (osbuild/images#1487)
* Author: Achilleas Koutsou, Reviewers: Michael Vogt, Sanne Raymaekers
* github: don't run manifest checksum validation on the merge queue (osbuild/images#1478)
* Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Florian Schüller
* repositories: Set 6h expire on main repo, use default for updates (osbuild/images#1482)
* Author: Brian C. Lane, Reviewers: Achilleas Koutsou, Neal Gompa (ニール・ゴンパ), Simon de Vlieger
— Somewhere on the Internet, 2025-05-05
---
This brings a lot of new stuff, among others:
- Internal image types for RHEL-10 (COMPOSER-2357)
- Support for Swap partitions in DiskCustomizations (COMPOSER-2400)
- Support for new partitioning customizations for CS and RHEL
- Fix for RHEL 8 and 9 AMI boot mode (RHEL-69628)
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
Remove all the internal package that are now in the
github.com/osbuild/images package and vendor it.
A new function in internal/blueprint/ converts from an osbuild-composer
blueprint to an images blueprint. This is necessary for keeping the
blueprint implementation in both packages. In the future, the images
package will change the blueprint (and most likely rename it) and it
will only be part of the osbuild-composer internals and interface. The
Convert() function will be responsible for converting the blueprint into
the new configuration object.