public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/image-builder] f44: Update to 75.0.0 upstream release
Date: Tue, 21 Jul 2026 09:27:21 GMT [thread overview]
Message-ID: <178462604161.1.7873745397306207584.rpms-image-builder-38e372f3c669@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/image-builder
Branch : f44
Commit : 38e372f3c669d81191a3537ec16fa70f7db66347
Author : Packit <hello@packit.dev>
Date : 2026-07-21T08:02:17+00:00
Stats : +66/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/image-builder/c/38e372f3c669d81191a3537ec16fa70f7db66347?branch=f44
Log:
Update to 75.0.0 upstream release
Upstream tag: v75.0.0
Upstream commit: 25dd8be4
Commit authored by Packit automation (https://packit.dev/)
---
diff --git a/.gitignore b/.gitignore
index 529499a..1bafef0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@
/image-builder-cli-69.tar.gz
/image-builder-73.0.0.tar.gz
/image-builder-74.0.0.tar.gz
+/image-builder-75.0.0.tar.gz
diff --git a/image-builder.spec b/image-builder.spec
index 75eab6b..1d491ca 100644
--- a/image-builder.spec
+++ b/image-builder.spec
@@ -1,7 +1,7 @@
%global min_osbuild_version 183
%global goipath github.com/osbuild/image-builder
-Version: 74.0.0
+Version: 75.0.0
%gometa
@@ -72,23 +72,23 @@ Provides: bundled(golang(github.com/acarl005/stripansi)) = 5a71ef0
Provides: bundled(golang(github.com/asaskevich/govalidator)) = a9d515a
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2)) = 1.42.1
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream)) = 1.7.14
-Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/config)) = 1.32.27
-Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/credentials)) = 1.19.26
+Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/config)) = 1.32.29
+Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/credentials)) = 1.19.28
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/feature/ec2/imds)) = 1.18.30
-Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager)) = 0.2.13
+Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager)) = 0.3.1
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/configsources)) = 1.4.30
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/endpoints/v2)) = 2.7.30
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/internal/v4a)) = 1.4.31
-Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/ec2)) = 1.311.0
+Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/ec2)) = 1.316.0
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding)) = 1.13.13
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/internal/checksum)) = 1.9.23
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/internal/presigned-url)) = 1.13.30
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/internal/s3shared)) = 1.19.31
-Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/s3)) = 1.104.2
-Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/signin)) = 1.2.2
-Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sso)) = 1.31.5
-Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/ssooidc)) = 1.36.8
-Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sts)) = 1.43.5
+Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/s3)) = 1.105.0
+Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/signin)) = 1.4.0
+Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sso)) = 1.32.0
+Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/ssooidc)) = 1.37.0
+Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sts)) = 1.44.0
Provides: bundled(golang(github.com/aws/smithy-go)) = 1.27.3
Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.3.0
Provides: bundled(golang(github.com/cheggaaa/pb/v3)) = 3.1.7
@@ -303,6 +303,60 @@ cd $PWD/_build/src/%{goipath}
%ghost %attr(0755, root, root) %dir /var/cache/image-builder
%changelog
+* Tue Jul 21 2026 Packit <hello@packit.dev> - 75.0.0-1
+Changes with 75.0.0
+----------------
+ - Add hidden pkgsearch subcommand for querying available packages (HMS-11011) (#2515)
+ - Author: Gianluca Zuccarelli, Reviewers: Sanne Raymaekers, Simon de Vlieger
+ - Always use seed argument directly (#2516)
+ - Author: Achilleas Koutsou, Reviewers: Sanne Raymaekers, Simon de Vlieger
+ - Enable basic bootc-image-builder tests [HMS-10851] (#2467)
+ - Author: Achilleas Koutsou, Reviewers: Anna Vítová, Tomáš Koscielniak
+ - Enable image-builder container builds [HMS-10851] (#2497)
+ - Author: Achilleas Koutsou, Reviewers: Florian Schüller, Simon de Vlieger
+ - Fedora ISO Modernization (HMS-9965) (#2533)
+ - Author: Simon de Vlieger, Reviewers: Anna Vítová, Sanne Raymaekers
+ - Improve error message for pkgsearch with no packages (#2526)
+ - Author: Gianluca Zuccarelli, Reviewers: Brian C. Lane, Lucas Garfield
+ - README: update deprecated information in docs (#2498)
+ - Author: Anna Vítová, Reviewers: Achilleas Koutsou, Simon de Vlieger
+ - Run more bootc-image-builder tests in gitlab [HMS-10854] (#2520)
+ - Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Tomáš Hozza
+ - Update dependencies 2026-07-12 (#2513)
+ - Author: SchutzBot, Reviewers: Achilleas Koutsou, Anna Vítová
+ - Update osbuild dependency commit ID (#2512)
+ - Author: SchutzBot, Reviewers: Anna Vítová, Simon de Vlieger
+ - Update snapshots to 20260705 (#2488)
+ - Author: SchutzBot, Reviewers: Anna Vítová, Simon de Vlieger
+ - bootc: support grub2 serial console customization (#2403)
+ - Author: Jean-Baptiste Trystram, Reviewers: Brian C. Lane, Joel Capitao, Tomáš Hozza
+ - build(deps): bump actions/checkout from 6 to 7 (#2452)
+ - Author: dependabot, Reviewers: Anna Vítová, Simon de Vlieger
+ - ci: enable allow-unsafe-pr-checkout in checkout/7 (#2523)
+ - Author: Anna Vítová, Reviewers: Achilleas Koutsou, Sanne Raymaekers
+ - cmd/image-builder: mock simple integration tests (HMS-10857) (#2473)
+ - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Anna Vítová
+ - disk: systemd-repart compatibility (#2510)
+ - Author: Simon de Vlieger, Reviewers: Anna Vítová, Brian C. Lane
+ - fedora: drop slirp4netns from the IoT image (#2478)
+ - Author: Peter Robinson, Reviewers: Achilleas Koutsou, Simon de Vlieger
+ - image-builder: add hidden `--with-upload-result` option (#2521)
+ - Author: Sanne Raymaekers, Reviewers: Brian C. Lane, Tomáš Hozza
+ - pkg/disk: add XFS agcount option in `disk.yaml` (#2496)
+ - Author: Jean-Baptiste Trystram, Reviewers: Achilleas Koutsou, Simon de Vlieger
+ - progress: add file progress (HMS-10977) (#2493)
+ - Author: Sanne Raymaekers, Reviewers: Achilleas Koutsou, Anna Vítová, Simon de Vlieger
+ - test: fix build info cache path creation to use correct runner_distro (#2495)
+ - Author: Achilleas Koutsou, Reviewers: Sanne Raymaekers, Simon de Vlieger
+ - test: fix vm.py import error [HMS-11012] (#2522)
+ - Author: Anna Vítová, Reviewers: Achilleas Koutsou, Simon de Vlieger
+ - test: go 1.27 compatibility (#2504)
+ - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Anna Vítová
+ - test: mock cache dir (#2519)
+ - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Anna Vítová
+
+— Somewhere on the Internet, 2026-07-21
+
* Wed Jul 08 2026 Packit <hello@packit.dev> - 74.0.0-1
Changes with 74.0.0
----------------
diff --git a/sources b/sources
index 38e1f08..dff8c54 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (image-builder-74.0.0.tar.gz) = 59aa43d073d3918d1587eb22155cfc34f81820ea83e0753c645cae20fc46a0f857f6fcf91d727c2963bd5f750448f145fecf903062ae23539b41f84e6775cb26
+SHA512 (image-builder-75.0.0.tar.gz) = 9c2f48ee5e2995555018157fe88d5c888318f1ebe1e8bd4c099efc92ebed52edad9083cd07830e4c51eb556a0cd15b4b212b2e9b92c91053610e3aed578cb9c2
reply other threads:[~2026-07-21 9:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178462604161.1.7873745397306207584.rpms-image-builder-38e372f3c669@fedoraproject.org \
--to=hello@packit.dev \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox