Skip to content

Releases: osbuild/images

0.79.0

22 Aug 06:15
Compare
Choose a tag to compare

Changes with 0.79.0

  • Bump VERSION_RAWHIDE to 42 (#870)
    • Author: Adam Williamson, Reviewers: Achilleas Koutsou, Tomáš Hozza
  • Update osbuild dependency commit ID to latest (#864)
    • Author: SchutzBot, Reviewers: Achilleas Koutsou
  • [RHEL-10] Add gce and image-installer image types (COMPOSER-2193) (#869)
    • Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Gianluca Zuccarelli
  • build(deps): bump github.com/vmware/govmomi from 0.40.0 to 0.42.0 in the go-deps group (#865)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 4 updates (#871)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • distro/rhel10: do not exclude nss package (#866)
    • Author: Evgeny Kolesnikov, Reviewers: Tomáš Hozza

— Somewhere on the Internet, 2024-08-22

0.78.0

19 Aug 05:14
Compare
Choose a tag to compare

Changes with 0.78.0

  • Remove vendored dependencies (#861)
    • Author: Achilleas Koutsou, Reviewers: Michael Vogt, Tomáš Hozza
  • Update osbuild dependency commit ID to latest (#850)
    • Author: SchutzBot, Reviewers: Achilleas Koutsou
  • build(deps): bump google.golang.org/api from 0.191.0 to 0.192.0 in the go-deps group (#858)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 2 updates (#856)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • disk,otk-make-fstab-stage: make GetFSTabOptions() return an error and remove recover() (#828)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou
  • osbuild: add test for essential mounts in NewBootcInstallToFilesystemStage (#852)
    • Author: Michael Vogt, Reviewers: Ondřej Budai
  • pathpolicy: move to generics and unexport pathTrie (#854)
    • Author: Michael Vogt, Reviewers: Ondřej Budai
  • pathpolicy: tweak error messages and add test (#853)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai
  • platform: remove unused X86BootLoader type (#859)
    • Author: Ondřej Budai, Reviewers: Michael Vogt

— Somewhere on the Internet, 2024-08-19

0.77.0

12 Aug 05:14
Compare
Choose a tag to compare

Changes with 0.77.0

  • go.mod: replace golang.org/x/exp/slices with slices (#849)
    • Author: Achilleas Koutsou, Reviewers: Brian C. Lane

— Somewhere on the Internet, 2024-08-12

0.76.0

09 Aug 17:58
Compare
Choose a tag to compare

Changes with 0.76.0

  • Move pathpolicy out of internal/ into pkg/ (#840)
    • Author: Achilleas Koutsou, Reviewers: Tomáš Hozza
  • build(deps): bump google.golang.org/api from 0.190.0 to 0.191.0 in the go-deps group (#844)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 2 updates (#848)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • disk: BtfrsPartitioningMode -> BtrfsPartitioningMode (#847)
    • Author: Achilleas Koutsou, Reviewers: Ondřej Budai
  • distro/rhel10: drop the openstack image type (#843)
    • Author: Ondřej Budai, Reviewers: Achilleas Koutsou
  • distro/rhel{9,10}: remove bogus rd.blacklist=nouveau kernel (RHEL-53491) (#845)
    • Author: Ondřej Budai, Reviewers: Achilleas Koutsou
  • fix-fs-customization:exec start and stop logic (#838)
    • Author: Sayan Paul, Reviewers: Achilleas Koutsou
  • osbuild: only mount the required mountpoints for bootc install (COMPOSER-2301) (#846)
    • Author: Achilleas Koutsou, Reviewers: Ondřej Budai, Tomáš Hozza

— Somewhere on the Internet, 2024-08-09

0.75.0

07 Aug 13:12
Compare
Choose a tag to compare

Changes with 0.75.0

  • Expose RHSM configuration as BP customization (COMPOSER-2308) (#824)
    • Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Gianluca Zuccarelli, Michael Vogt
  • Use new Anaconda config options in RHEL 9+ and Fedora (#836)
    • Author: Achilleas Koutsou, Reviewers: Ondřej Budai
  • build(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 in the go-deps group (#841)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 2 updates (#835)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • manifest: add passwd when users are created (#839)
    • Author: andremarianiello, Reviewers: Achilleas Koutsou, Brian C. Lane
  • rhel10: drop ifcfg-eth0 sysconfig network-scripts file (#822)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai, Tomáš Hozza

— Somewhere on the Internet, 2024-08-07

0.74.0

05 Aug 05:17
Compare
Choose a tag to compare

Changes with 0.74.0

  • Add Anaconda Module customizations to Blueprint (RHEL-49499) (#799)
    • Author: Achilleas Koutsou, Reviewers: Tomáš Hozza
  • Add BP customization for importing RPM GPG keys from the image tree (COMPOSER-2308) (#813)
    • Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Gianluca Zuccarelli
  • Add OpenSCAP json tailoring (HMS-3826) (#798)
    • Author: Gianluca Zuccarelli, Reviewers: Tomáš Hozza
  • Improve documentation of the disk package (#820)
    • Author: Achilleas Koutsou, Reviewers: Sanne Raymaekers
  • Update osbuild dependency commit ID to latest (#811)
    • Author: SchutzBot, Reviewers: Achilleas Koutsou
  • blueprint: fix filesystem minsize toml key (#825)
    • Author: Achilleas Koutsou, Reviewers: Gianluca Zuccarelli
  • build(deps): bump github.com/aws/aws-sdk-go from 1.55.3 to 1.55.4 in the go-deps group (#817)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump github.com/aws/aws-sdk-go from 1.55.4 to 1.55.5 in the go-deps group (#821)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump google.golang.org/api from 0.189.0 to 0.190.0 in the go-deps group (#830)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group across 1 directory with 5 updates (#812)
    • Author: dependabot[bot], Reviewers: Achilleas Koutsou
  • cmd/otk-*: fix all otk external to be wrapped in a "tree" json (#827)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou
  • cmd: add otk-make-fstab-stage helper (#787)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou
  • dnfjson: allow (optional) field solver in the dnfjson output (#723)
    • Author: Michael Vogt, Reviewers: Tomáš Hozza
  • filesystem: fix Filesystem.GenUUID() for vfat partitions (#815)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger
  • manifest: add new PayloadRemoveSignatures to isoinstaller (#659)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou
  • manifest: remove redundant error check (#826)
    • Author: Achilleas Koutsou, Reviewers: Michael Vogt
  • pkg/oscap: refactor & clean up (#814)
    • Author: Gianluca Zuccarelli, Reviewers: Achilleas Koutsou, Tomáš Hozza
  • rhel10: drop /boot partition (#819)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai
  • rhel10: drop net.ifnames=0 from rhel10/centos10 (#818)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai

— Somewhere on the Internet, 2024-08-05

0.73.0

29 Jul 05:15
Compare
Choose a tag to compare

Changes with 0.73.0

  • Fix the disk relayout function to resize all sizeable containers to fit their contents (#809)
    • Author: Achilleas Koutsou, Reviewers: Sanne Raymaekers, Simon de Vlieger, Tomáš Hozza
  • Run unit tests also on c10s (COMPOSER-2161) (#805)
    • Author: Tomáš Hozza, Reviewers: Alexander Todorov, Gianluca Zuccarelli
  • Test utility function for validating Partition Table sizes (#807)
    • Author: Achilleas Koutsou, Reviewers: Sanne Raymaekers, Tomáš Hozza
  • Update osbuild dependency commit ID to latest (#802)
    • Author: SchutzBot, Reviewers: Achilleas Koutsou
  • build(deps): bump github.com/aws/aws-sdk-go from 1.55.0 to 1.55.1 in the go-deps group (#806)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 2 updates (#808)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 3 updates (#803)
    • Author: dependabot[bot], Reviewers: SchutzBot

— Somewhere on the Internet, 2024-07-29

0.72.0

22 Jul 05:15
Compare
Choose a tag to compare

Changes with 0.72.0

  • New github action that regularly updates osbuild commit ID (#793)
    • Author: Achilleas Koutsou, Reviewers: Tomáš Hozza
  • Update osbuild dependency commit ID to latest (#795)
    • Author: SchutzBot, Reviewers: Achilleas Koutsou
  • build(deps): bump github.com/aws/aws-sdk-go from 1.54.18 to 1.54.19 in the go-deps group (#794)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 2 updates (#801)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • distro/rhel9: match azure boot partition with other cloud images (#796)
    • Author: Ondřej Budai, Reviewers: Achilleas Koutsou
  • pre-commit: introduce pre-commit and fix linters (#753)
    • Author: Florian Schüller, Reviewers: Gianluca Zuccarelli
  • schutzbot: update runners to latest (#800)
    • Author: Achilleas Koutsou, Reviewers: Tomáš Hozza

— Somewhere on the Internet, 2024-07-22

0.71.0

15 Jul 05:14
Compare
Choose a tag to compare

Changes with 0.71.0

  • OpenSCAP XML tailoring (HMS-4386) (#783)
    • Author: Gianluca Zuccarelli, Reviewers: Tomáš Hozza
  • Partition Table, Stages, Mounts, and Devices generator commands for otk (#732)
    • Author: Achilleas Koutsou, Reviewers: Nobody
  • build(deps): bump the go-deps group with 2 updates (#790)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 3 updates (#791)
    • Author: dependabot[bot], Reviewers: SchutzBot

— Somewhere on the Internet, 2024-07-15

0.70.0

08 Jul 05:17
Compare
Choose a tag to compare

Changes with 0.70.0

  • Add the btrfs partitioning mode (#694)
    • Author: Ondřej Budai, Reviewers: Achilleas Koutsou, Michael Vogt
  • Fix kickstart path handling in AnacondaInstaller (#781)
    • Author: Achilleas Koutsou, Reviewers: Michael Vogt
  • Make sure the default kickstart path is used when the option is unset (#764)
    • Author: Achilleas Koutsou, Reviewers: Michael Vogt
  • bootupd: Don't require /boot mount point (#780)
    • Author: Colin Walters, Reviewers: Ondřej Budai
  • build(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 in the go-deps group (#784)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 2 updates (#782)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • cmd/build: tweak and replace check/fail (#774)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou
  • disk: support json unmarshal for Partition (#775)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou
  • test/data: delete old osbuild-composer test data (#777)
    • Author: Achilleas Koutsou, Reviewers: Ondřej Budai
  • test: update all repository snapshots to 20240626 (#779)
    • Author: Achilleas Koutsou, Reviewers: Ondřej Budai, Tomáš Hozza

— Somewhere on the Internet, 2024-07-08