Skip to content

pkg/cloud/awscloud: allow specifying AWS credentials profile#2157

Merged
lzap merged 1 commit intoosbuild:mainfrom
FrostyX:aws-profile
Feb 16, 2026
Merged

pkg/cloud/awscloud: allow specifying AWS credentials profile#2157
lzap merged 1 commit intoosbuild:mainfrom
FrostyX:aws-profile

Conversation

@FrostyX
Copy link
Contributor

@FrostyX FrostyX commented Jan 28, 2026

The $HOME/.aws/credentials file looks like this

[default]
aws_access_key_id = secretString1
aws_secret_access_key = secretString2

[some-profile]
aws_access_key_id = secretString3
aws_secret_access_key = secretString4

This allows us to specify the non-default profile.

@FrostyX FrostyX requested a review from a team as a code owner January 28, 2026 11:00
FrostyX added a commit to FrostyX/image-builder-cli that referenced this pull request Jan 28, 2026
@schutzbot
Copy link
Contributor

This PR changes the images API or behaviour causing integration failures with osbuild-composer. The next update of the images dependency in osbuild-composer will need work to adapt to these changes.

This is simply a notice. It will not block this PR from being merged.

@FrostyX
Copy link
Contributor Author

FrostyX commented Jan 28, 2026

This PR changes the images API or behaviour causing integration failures with osbuild-composer. The next update of the images dependency in osbuild-composer will need work to adapt to these changes.

This sounds like a problem. Maybe we could somehow refactor it to not break the API?

@lzap
Copy link
Contributor

lzap commented Jan 29, 2026

The general sentiment here is just break the API but fix it, in this case image-builder-cli does not use this function but osbuild-composer does. This is so trivial just go ahead, fix linter, update the code, this can go in and we can handle broken composer during update next week.

@supakeen
Copy link
Member

supakeen commented Feb 6, 2026

Needs linter and test case appeasement (function signature that changed for the latter). Otherwise looks fine to me 🙂

The `$HOME/.aws/credentials` file looks like this

    [default]
    aws_access_key_id = secretString1
    aws_secret_access_key = secretString2

    [some-profile]
    aws_access_key_id = secretString3
    aws_secret_access_key = secretString4

This allows us to specify the non-default profile.
@lzap lzap added this pull request to the merge queue Feb 16, 2026
Merged via the queue into osbuild:main with commit 19e88d7 Feb 16, 2026
25 checks passed
achilleas-k added a commit to achilleas-k/osbuild-composer that referenced this pull request Feb 17, 2026
Code changes required because:
- The distro-wide ostree ref has been removed.
    - Unit tests for both APIs were adjusted accordingly.
- Bootc distro definition moved to generic distro package and
  initialisation changed:
    - Bootc container info resolution (base and build containers) needs
      to happen explicitly before initialising the bootc distro.
- awscloud.NewDefault() now takes an optional default profile name.

----

Changelogs

tag v0.240.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.240.0

----------------
  - Update snapshots to 20260211 (osbuild/images#2191)
    - Author: SchutzBot, Reviewers: Lukáš Zapletal, Simon de Vlieger
  - deps: update to Go 1.24 (osbuild/images#2192)
    - Author: Lukáš Zapletal, Reviewers: Brian C. Lane, Simon de Vlieger
  - depsolvednf: improve error reporting (osbuild/images#2156)
    - Author: Lukáš Zapletal, Reviewers: Brian C. Lane, Simon de Vlieger
  - pkg/bib/container: Support use in rootless containers (osbuild/images#2167)
    - Author: Alexander Larsson, Reviewers: Achilleas Koutsou, Simon de Vlieger
  - pkg/rpmmd: remove tags from modularity structures (osbuild/images#2187)
    - Author: Tomáš Hozza, Reviewers: Lukáš Zapletal, Simon de Vlieger

— Somewhere on the Internet, 2026-02-12

---

tag v0.241.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.241.0

----------------
  - Move bootc distro and image type code into generic distro (osbuild/images#2172)
    - Author: Achilleas Koutsou, Reviewers: Nobody
  - Use functions from Go 1.24 stdlib (osbuild/images#2194)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Simon de Vlieger
  - distro: introduce ostree default URL (HMS-10152) (osbuild/images#2186)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - distro: move ostree default reference to image type (HMS-10151) (osbuild/images#2184)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza

— Somewhere on the Internet, 2026-02-16

---

tag v0.242.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.242.0

----------------
  - Cleanup remotefile resolver and delete internal/worker (osbuild/images#2178)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - Enable BSI OpenSCAP profile for RHEL 10.2 (HMS-9407) (osbuild/images#2199)
    - Author: Gianluca Zuccarelli, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - New image type for RHEL 9 and 10: ec2-cvm [HMS-10096] (osbuild/images#2177)
    - Author: Achilleas Koutsou, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - Update osbuild dependency commit ID (osbuild/images#2198)
    - Author: SchutzBot, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - check-host-config: convert tests to tabular format (osbuild/images#2164)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - data/repositories: update f45 keys (osbuild/images#2181)
    - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Lukáš Zapletal
  - distro: set ostree ref only on ostree types in test distro (osbuild/images#2201)
    - Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Simon de Vlieger
  - fedora: atomic desktops installers and disk images (HMS-10174, HMS-10175) (osbuild/images#2188)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - pkg/cloud/awscloud: allow specifying AWS credentials profile (osbuild/images#2157)
    - Author: Jakub Kadlčík, Reviewers: Lukáš Zapletal, Simon de Vlieger
  - rhel/centos-9: grow `/boot` for minimal-raw (osbuild/images#2200)
    - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Lukáš Zapletal, Tomáš Hozza
  - test/scripts: don't use post-release version bump commits for osbuild (osbuild/images#2195)
    - Author: Achilleas Koutsou, Reviewers: Lukáš Zapletal, Simon de Vlieger, Tomáš Hozza

— Somewhere on the Internet, 2026-02-17

---
thozza pushed a commit to osbuild/osbuild-composer that referenced this pull request Feb 18, 2026
Code changes required because:
- The distro-wide ostree ref has been removed.
    - Unit tests for both APIs were adjusted accordingly.
- Bootc distro definition moved to generic distro package and
  initialisation changed:
    - Bootc container info resolution (base and build containers) needs
      to happen explicitly before initialising the bootc distro.
- awscloud.NewDefault() now takes an optional default profile name.

----

Changelogs

tag v0.240.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.240.0

----------------
  - Update snapshots to 20260211 (osbuild/images#2191)
    - Author: SchutzBot, Reviewers: Lukáš Zapletal, Simon de Vlieger
  - deps: update to Go 1.24 (osbuild/images#2192)
    - Author: Lukáš Zapletal, Reviewers: Brian C. Lane, Simon de Vlieger
  - depsolvednf: improve error reporting (osbuild/images#2156)
    - Author: Lukáš Zapletal, Reviewers: Brian C. Lane, Simon de Vlieger
  - pkg/bib/container: Support use in rootless containers (osbuild/images#2167)
    - Author: Alexander Larsson, Reviewers: Achilleas Koutsou, Simon de Vlieger
  - pkg/rpmmd: remove tags from modularity structures (osbuild/images#2187)
    - Author: Tomáš Hozza, Reviewers: Lukáš Zapletal, Simon de Vlieger

— Somewhere on the Internet, 2026-02-12

---

tag v0.241.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.241.0

----------------
  - Move bootc distro and image type code into generic distro (osbuild/images#2172)
    - Author: Achilleas Koutsou, Reviewers: Nobody
  - Use functions from Go 1.24 stdlib (osbuild/images#2194)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Simon de Vlieger
  - distro: introduce ostree default URL (HMS-10152) (osbuild/images#2186)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - distro: move ostree default reference to image type (HMS-10151) (osbuild/images#2184)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza

— Somewhere on the Internet, 2026-02-16

---

tag v0.242.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.242.0

----------------
  - Cleanup remotefile resolver and delete internal/worker (osbuild/images#2178)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - Enable BSI OpenSCAP profile for RHEL 10.2 (HMS-9407) (osbuild/images#2199)
    - Author: Gianluca Zuccarelli, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - New image type for RHEL 9 and 10: ec2-cvm [HMS-10096] (osbuild/images#2177)
    - Author: Achilleas Koutsou, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - Update osbuild dependency commit ID (osbuild/images#2198)
    - Author: SchutzBot, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - check-host-config: convert tests to tabular format (osbuild/images#2164)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - data/repositories: update f45 keys (osbuild/images#2181)
    - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Lukáš Zapletal
  - distro: set ostree ref only on ostree types in test distro (osbuild/images#2201)
    - Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Simon de Vlieger
  - fedora: atomic desktops installers and disk images (HMS-10174, HMS-10175) (osbuild/images#2188)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - pkg/cloud/awscloud: allow specifying AWS credentials profile (osbuild/images#2157)
    - Author: Jakub Kadlčík, Reviewers: Lukáš Zapletal, Simon de Vlieger
  - rhel/centos-9: grow `/boot` for minimal-raw (osbuild/images#2200)
    - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Lukáš Zapletal, Tomáš Hozza
  - test/scripts: don't use post-release version bump commits for osbuild (osbuild/images#2195)
    - Author: Achilleas Koutsou, Reviewers: Lukáš Zapletal, Simon de Vlieger, Tomáš Hozza

— Somewhere on the Internet, 2026-02-17

---
achilleas-k added a commit to achilleas-k/image-builder-cli that referenced this pull request Feb 19, 2026
tag v0.241.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.241.0

----------------
  - Move bootc distro and image type code into generic distro (osbuild/images#2172)
    - Author: Achilleas Koutsou, Reviewers: Nobody
  - Use functions from Go 1.24 stdlib (osbuild/images#2194)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Simon de Vlieger
  - distro: introduce ostree default URL (HMS-10152) (osbuild/images#2186)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - distro: move ostree default reference to image type (HMS-10151) (osbuild/images#2184)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza

— Somewhere on the Internet, 2026-02-16

---

tag v0.242.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.242.0

----------------
  - Cleanup remotefile resolver and delete internal/worker (osbuild/images#2178)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - Enable BSI OpenSCAP profile for RHEL 10.2 (HMS-9407) (osbuild/images#2199)
    - Author: Gianluca Zuccarelli, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - New image type for RHEL 9 and 10: ec2-cvm [HMS-10096] (osbuild/images#2177)
    - Author: Achilleas Koutsou, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - Update osbuild dependency commit ID (osbuild/images#2198)
    - Author: SchutzBot, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - check-host-config: convert tests to tabular format (osbuild/images#2164)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - data/repositories: update f45 keys (osbuild/images#2181)
    - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Lukáš Zapletal
  - distro: set ostree ref only on ostree types in test distro (osbuild/images#2201)
    - Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Simon de Vlieger
  - fedora: atomic desktops installers and disk images (HMS-10174, HMS-10175) (osbuild/images#2188)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - pkg/cloud/awscloud: allow specifying AWS credentials profile (osbuild/images#2157)
    - Author: Jakub Kadlčík, Reviewers: Lukáš Zapletal, Simon de Vlieger
  - rhel/centos-9: grow `/boot` for minimal-raw (osbuild/images#2200)
    - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Lukáš Zapletal, Tomáš Hozza
  - test/scripts: don't use post-release version bump commits for osbuild (osbuild/images#2195)
    - Author: Achilleas Koutsou, Reviewers: Lukáš Zapletal, Simon de Vlieger, Tomáš Hozza

— Somewhere on the Internet, 2026-02-17

---

tag v0.243.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.243.0

----------------
  - Move bootc pxe initrd creation into the Containerfile (osbuild/images#2202)
    - Author: Brian C. Lane, Reviewers: Achilleas Koutsou, Simon de Vlieger
  - distro: add erofs options into iso (osbuild/images#2196)
    - Author: Anna Vítová, Reviewers: Simon de Vlieger
  - fedora: atomic installer default config and erofs (HMS-10220) (osbuild/images#2209)
    - Author: Simon de Vlieger, Reviewers: Brian C. Lane, Lukáš Zapletal
  - many: copy ErofsOptions in manifest (osbuild/images#2212)
    - Author: Lukáš Zapletal, Reviewers: Simon de Vlieger, Tomáš Hozza
  - schutzbot: bump terraform hash (osbuild/images#2205)
    - Author: Simon de Vlieger, Reviewers: Anna Vítová, Lukáš Zapletal

— Somewhere on the Internet, 2026-02-19

---
achilleas-k added a commit to achilleas-k/image-builder-cli that referenced this pull request Feb 19, 2026
tag v0.241.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.241.0

----------------
  - Move bootc distro and image type code into generic distro (osbuild/images#2172)
    - Author: Achilleas Koutsou, Reviewers: Nobody
  - Use functions from Go 1.24 stdlib (osbuild/images#2194)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Simon de Vlieger
  - distro: introduce ostree default URL (HMS-10152) (osbuild/images#2186)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - distro: move ostree default reference to image type (HMS-10151) (osbuild/images#2184)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza

— Somewhere on the Internet, 2026-02-16

---

tag v0.242.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.242.0

----------------
  - Cleanup remotefile resolver and delete internal/worker (osbuild/images#2178)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - Enable BSI OpenSCAP profile for RHEL 10.2 (HMS-9407) (osbuild/images#2199)
    - Author: Gianluca Zuccarelli, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - New image type for RHEL 9 and 10: ec2-cvm [HMS-10096] (osbuild/images#2177)
    - Author: Achilleas Koutsou, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - Update osbuild dependency commit ID (osbuild/images#2198)
    - Author: SchutzBot, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - check-host-config: convert tests to tabular format (osbuild/images#2164)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - data/repositories: update f45 keys (osbuild/images#2181)
    - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Lukáš Zapletal
  - distro: set ostree ref only on ostree types in test distro (osbuild/images#2201)
    - Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Simon de Vlieger
  - fedora: atomic desktops installers and disk images (HMS-10174, HMS-10175) (osbuild/images#2188)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - pkg/cloud/awscloud: allow specifying AWS credentials profile (osbuild/images#2157)
    - Author: Jakub Kadlčík, Reviewers: Lukáš Zapletal, Simon de Vlieger
  - rhel/centos-9: grow `/boot` for minimal-raw (osbuild/images#2200)
    - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Lukáš Zapletal, Tomáš Hozza
  - test/scripts: don't use post-release version bump commits for osbuild (osbuild/images#2195)
    - Author: Achilleas Koutsou, Reviewers: Lukáš Zapletal, Simon de Vlieger, Tomáš Hozza

— Somewhere on the Internet, 2026-02-17

---

tag v0.243.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.243.0

----------------
  - Move bootc pxe initrd creation into the Containerfile (osbuild/images#2202)
    - Author: Brian C. Lane, Reviewers: Achilleas Koutsou, Simon de Vlieger
  - distro: add erofs options into iso (osbuild/images#2196)
    - Author: Anna Vítová, Reviewers: Simon de Vlieger
  - fedora: atomic installer default config and erofs (HMS-10220) (osbuild/images#2209)
    - Author: Simon de Vlieger, Reviewers: Brian C. Lane, Lukáš Zapletal
  - many: copy ErofsOptions in manifest (osbuild/images#2212)
    - Author: Lukáš Zapletal, Reviewers: Simon de Vlieger, Tomáš Hozza
  - schutzbot: bump terraform hash (osbuild/images#2205)
    - Author: Simon de Vlieger, Reviewers: Anna Vítová, Lukáš Zapletal

— Somewhere on the Internet, 2026-02-19

---

tag v0.244.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.244.0

----------------
  - pkg/osbuild/rpm: don't collect GPG keys from repos with CheckGPG=false (osbuild/images#2203)
    - Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Lukáš Zapletal

— Somewhere on the Internet, 2026-02-19

---
achilleas-k added a commit to achilleas-k/image-builder-cli that referenced this pull request Feb 19, 2026
Changed TestManifestIntegrationOstreeSmokeErrors to use centos-9.
Fedora images now define their own ostree URLs so the option is not
required.

---

tag v0.241.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.241.0

----------------
  - Move bootc distro and image type code into generic distro (osbuild/images#2172)
    - Author: Achilleas Koutsou, Reviewers: Nobody
  - Use functions from Go 1.24 stdlib (osbuild/images#2194)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Simon de Vlieger
  - distro: introduce ostree default URL (HMS-10152) (osbuild/images#2186)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - distro: move ostree default reference to image type (HMS-10151) (osbuild/images#2184)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza

— Somewhere on the Internet, 2026-02-16

---

tag v0.242.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.242.0

----------------
  - Cleanup remotefile resolver and delete internal/worker (osbuild/images#2178)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - Enable BSI OpenSCAP profile for RHEL 10.2 (HMS-9407) (osbuild/images#2199)
    - Author: Gianluca Zuccarelli, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - New image type for RHEL 9 and 10: ec2-cvm [HMS-10096] (osbuild/images#2177)
    - Author: Achilleas Koutsou, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - Update osbuild dependency commit ID (osbuild/images#2198)
    - Author: SchutzBot, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - check-host-config: convert tests to tabular format (osbuild/images#2164)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - data/repositories: update f45 keys (osbuild/images#2181)
    - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Lukáš Zapletal
  - distro: set ostree ref only on ostree types in test distro (osbuild/images#2201)
    - Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Simon de Vlieger
  - fedora: atomic desktops installers and disk images (HMS-10174, HMS-10175) (osbuild/images#2188)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - pkg/cloud/awscloud: allow specifying AWS credentials profile (osbuild/images#2157)
    - Author: Jakub Kadlčík, Reviewers: Lukáš Zapletal, Simon de Vlieger
  - rhel/centos-9: grow `/boot` for minimal-raw (osbuild/images#2200)
    - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Lukáš Zapletal, Tomáš Hozza
  - test/scripts: don't use post-release version bump commits for osbuild (osbuild/images#2195)
    - Author: Achilleas Koutsou, Reviewers: Lukáš Zapletal, Simon de Vlieger, Tomáš Hozza

— Somewhere on the Internet, 2026-02-17

---

tag v0.243.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.243.0

----------------
  - Move bootc pxe initrd creation into the Containerfile (osbuild/images#2202)
    - Author: Brian C. Lane, Reviewers: Achilleas Koutsou, Simon de Vlieger
  - distro: add erofs options into iso (osbuild/images#2196)
    - Author: Anna Vítová, Reviewers: Simon de Vlieger
  - fedora: atomic installer default config and erofs (HMS-10220) (osbuild/images#2209)
    - Author: Simon de Vlieger, Reviewers: Brian C. Lane, Lukáš Zapletal
  - many: copy ErofsOptions in manifest (osbuild/images#2212)
    - Author: Lukáš Zapletal, Reviewers: Simon de Vlieger, Tomáš Hozza
  - schutzbot: bump terraform hash (osbuild/images#2205)
    - Author: Simon de Vlieger, Reviewers: Anna Vítová, Lukáš Zapletal

— Somewhere on the Internet, 2026-02-19

---

tag v0.244.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.244.0

----------------
  - pkg/osbuild/rpm: don't collect GPG keys from repos with CheckGPG=false (osbuild/images#2203)
    - Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Lukáš Zapletal

— Somewhere on the Internet, 2026-02-19

---

Co-authored-by: Brian C. Lane <bcl@redhat.com>
github-merge-queue bot pushed a commit to osbuild/image-builder-cli that referenced this pull request Feb 19, 2026
Changed TestManifestIntegrationOstreeSmokeErrors to use centos-9.
Fedora images now define their own ostree URLs so the option is not
required.

---

tag v0.241.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.241.0

----------------
  - Move bootc distro and image type code into generic distro (osbuild/images#2172)
    - Author: Achilleas Koutsou, Reviewers: Nobody
  - Use functions from Go 1.24 stdlib (osbuild/images#2194)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Simon de Vlieger
  - distro: introduce ostree default URL (HMS-10152) (osbuild/images#2186)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - distro: move ostree default reference to image type (HMS-10151) (osbuild/images#2184)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza

— Somewhere on the Internet, 2026-02-16

---

tag v0.242.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.242.0

----------------
  - Cleanup remotefile resolver and delete internal/worker (osbuild/images#2178)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - Enable BSI OpenSCAP profile for RHEL 10.2 (HMS-9407) (osbuild/images#2199)
    - Author: Gianluca Zuccarelli, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - New image type for RHEL 9 and 10: ec2-cvm [HMS-10096] (osbuild/images#2177)
    - Author: Achilleas Koutsou, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - Update osbuild dependency commit ID (osbuild/images#2198)
    - Author: SchutzBot, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - check-host-config: convert tests to tabular format (osbuild/images#2164)
    - Author: Lukáš Zapletal, Reviewers: Achilleas Koutsou, Tomáš Hozza
  - data/repositories: update f45 keys (osbuild/images#2181)
    - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Lukáš Zapletal
  - distro: set ostree ref only on ostree types in test distro (osbuild/images#2201)
    - Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Simon de Vlieger
  - fedora: atomic desktops installers and disk images (HMS-10174, HMS-10175) (osbuild/images#2188)
    - Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza
  - pkg/cloud/awscloud: allow specifying AWS credentials profile (osbuild/images#2157)
    - Author: Jakub Kadlčík, Reviewers: Lukáš Zapletal, Simon de Vlieger
  - rhel/centos-9: grow `/boot` for minimal-raw (osbuild/images#2200)
    - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Lukáš Zapletal, Tomáš Hozza
  - test/scripts: don't use post-release version bump commits for osbuild (osbuild/images#2195)
    - Author: Achilleas Koutsou, Reviewers: Lukáš Zapletal, Simon de Vlieger, Tomáš Hozza

— Somewhere on the Internet, 2026-02-17

---

tag v0.243.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.243.0

----------------
  - Move bootc pxe initrd creation into the Containerfile (osbuild/images#2202)
    - Author: Brian C. Lane, Reviewers: Achilleas Koutsou, Simon de Vlieger
  - distro: add erofs options into iso (osbuild/images#2196)
    - Author: Anna Vítová, Reviewers: Simon de Vlieger
  - fedora: atomic installer default config and erofs (HMS-10220) (osbuild/images#2209)
    - Author: Simon de Vlieger, Reviewers: Brian C. Lane, Lukáš Zapletal
  - many: copy ErofsOptions in manifest (osbuild/images#2212)
    - Author: Lukáš Zapletal, Reviewers: Simon de Vlieger, Tomáš Hozza
  - schutzbot: bump terraform hash (osbuild/images#2205)
    - Author: Simon de Vlieger, Reviewers: Anna Vítová, Lukáš Zapletal

— Somewhere on the Internet, 2026-02-19

---

tag v0.244.0
Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com>

Changes with 0.244.0

----------------
  - pkg/osbuild/rpm: don't collect GPG keys from repos with CheckGPG=false (osbuild/images#2203)
    - Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Lukáš Zapletal

— Somewhere on the Internet, 2026-02-19

---

Co-authored-by: Brian C. Lane <bcl@redhat.com>
FrostyX added a commit to FrostyX/image-builder-cli that referenced this pull request Feb 23, 2026
FrostyX added a commit to FrostyX/osbuild-images that referenced this pull request Feb 26, 2026
FrostyX added a commit to FrostyX/osbuild-images that referenced this pull request Feb 26, 2026
FrostyX added a commit to FrostyX/image-builder-cli that referenced this pull request Mar 3, 2026
FrostyX added a commit to FrostyX/image-builder-cli that referenced this pull request Mar 4, 2026
github-merge-queue bot pushed a commit to osbuild/image-builder-cli that referenced this pull request Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants