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] f43: Update to 83.0.0 upstream release
Date: Wed, 16 Sep 2026 06:15:02 GMT [thread overview]
Message-ID: <178953930280.1.10621932196290464332.rpms-image-builder-a9e8ad780960@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/image-builder
Branch : f43
Commit : a9e8ad7809609b955c026148c84889cc0b17f87f
Author : Packit <hello@packit.dev>
Date : 2026-09-16T05:42:34+00:00
Stats : +56/-5 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/image-builder/c/a9e8ad7809609b955c026148c84889cc0b17f87f?branch=f43
Log:
Update to 83.0.0 upstream release
Upstream tag: v83.0.0
Upstream commit: 50cdd3fb
Commit authored by Packit automation (https://packit.dev/)
---
diff --git a/.gitignore b/.gitignore
index ce34b2d..c4be398 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,4 @@
/image-builder-78.0.0.tar.gz
/image-builder-79.0.0.tar.gz
/image-builder-82.0.0.tar.gz
+/image-builder-83.0.0.tar.gz
diff --git a/README.packit b/README.packit
index 72ae4cd..5fae86e 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
-The file was generated using packit 1.16.2.post1.dev18+g099fa292c.
+The file was generated using packit 1.16.3.post1.dev4+gbf42df0bb.
diff --git a/image-builder.spec b/image-builder.spec
index f55fe8d..58ba068 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: 82.0.0
+Version: 83.0.0
%gometa
@@ -36,6 +36,8 @@ BuildRequires: libxcrypt-devel
%if 0%{?fedora}
# for _tmpfilesdir macro
BuildRequires: systemd-rpm-macros
+# for gocheck2 macro
+BuildRequires: go-vendor-tools
# DO NOT REMOVE the BUNDLE_START and BUNDLE_END markers as they are used by 'tools/rpm_spec_add_provides_bundle.sh' to generate the Provides: bundled list
# BUNDLE_START
Provides: bundled(golang(cel.dev/expr)) = 0.25.1
@@ -144,7 +146,7 @@ Provides: bundled(golang(github.com/oklog/ulid)) = 1.3.1
Provides: bundled(golang(github.com/opencontainers/go-digest)) = 1.0.0
Provides: bundled(golang(github.com/opencontainers/image-spec)) = 1.1.1
Provides: bundled(golang(github.com/oracle/oci-go-sdk/v54)) = 54.0.0
-Provides: bundled(golang(github.com/osbuild/blueprint)) = 1.32.0
+Provides: bundled(golang(github.com/osbuild/blueprint)) = 1.33.0
Provides: bundled(golang(github.com/pkg/browser)) = 5ac0b6a
Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1
Provides: bundled(golang(github.com/planetscale/vtprotobuf)) = 0393e58
@@ -258,7 +260,7 @@ export GOPATH=$PWD/_build:%{gopath}
cd $PWD/_build/src/%{goipath}
%gotest ./...
%else
-%gocheck
+%gocheck2
%endif
%files
@@ -270,6 +272,54 @@ cd $PWD/_build/src/%{goipath}
%ghost %attr(0755, root, root) %dir /var/cache/image-builder
%changelog
+* Wed Sep 16 2026 Packit <hello@packit.dev> - 83.0.0-1
+Changes with 83.0.0
+----------------
+ - Add rhel10 & fedora image-installer for s390x & ppc64 architectures (HMS-10747) (#2679)
+ - Author: Loris Fauster, Reviewers: Achilleas Koutsou, Simon de Vlieger
+ - Change s3_touch() to tag objects and re-enable the function on cache hits [HMS-11071] (#2660)
+ - Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Simon de Vlieger
+ - Drop common runner and add architecture name to runner names in Schutzfile (#2672)
+ - Author: Achilleas Koutsou, Reviewers: Simon de Vlieger
+ - README: swap image-builder - images READMEs [HMS-10586] (#2684)
+ - Author: Achilleas Koutsou, Reviewers: Anna Vítová, Simon de Vlieger
+ - Schutzfile: replace RHOS runners with AWS KVM (#2689)
+ - Author: Achilleas Koutsou, Reviewers: Simon de Vlieger
+ - Update osbuild dependency commit ID (#2668)
+ - Author: SchutzBot, Reviewers: Achilleas Koutsou, Anna Vítová
+ - bootc-image-builder: boot AMI in AWS after cross-arch building [HMS-11073] (#2644)
+ - Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Ondřej Budai
+ - bootc: aarch64 bootc-generic-iso (#2687)
+ - Author: Simon de Vlieger, Reviewers: Brian C. Lane
+ - cmd/image-builder: support templating output directory and artifact names (HMS-11286) (#2677)
+ - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou
+ - defs: allow templating filesystem partition labels (#2683)
+ - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou
+ - distro/defs: drop the ImageTypeYAML property from defs.imageType (#2685)
+ - Author: Achilleas Koutsou, Reviewers: Simon de Vlieger
+ - experimental: `image-version`, `image-id` (#2663)
+ - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou
+ - fedora: use LVM GPT UUID for server (#2686)
+ - Author: Simon de Vlieger, Reviewers: Anna Vítová
+ - manifest/raw_bootc: Label / and /boot before running bootc install (#2525)
+ - Author: Jean-Baptiste Trystram, Reviewers: Achilleas Koutsou, Simon de Vlieger
+ - many: `riscv64` support for installer(s) (HMS-11278, HMS-11279, HSM-11280) (#2614)
+ - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou
+ - many: cross-arch bootstrapping from packages (HMS-11277) (#2676)
+ - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou
+ - many: support `kernel.version` customization (#2618)
+ - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou
+ - pkg/manifest: erofs pipeline generator (#2667)
+ - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou
+ - pkg/osbuild: import `tree-delta`, `dd`, `os-release` stages (#2665)
+ - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Anna Vítová
+ - spec: %%gocheck2 macro (HMS-11020) (#2653)
+ - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou
+ - test: enable fedora boot.iso (HMS-11283) (#2673)
+ - Author: Simon de Vlieger, Reviewers: Achilleas Koutsou
+
+— Somewhere on the Internet, 2026-09-16
+
* Fri Sep 04 2026 Packit <hello@packit.dev> - 82.0.0-1
Changes with 82.0.0
----------------
diff --git a/sources b/sources
index 764c7d1..a1940f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (image-builder-82.0.0.tar.gz) = dfb0a7d763e438b798cc1654b1408bfe8db1a0e053f9cea5ea9a0527f00bf872f257f370632935615d293867efaaced6d7e61f9e040843df56ac5d69b76c2cbb
+SHA512 (image-builder-83.0.0.tar.gz) = c308d4dc2d8efdc9b3f3901c1fb2b84419a675afcde4a4eaaf996a71272544d2458e91c01c02b8a87090ae3e5891239d1ce300e277bcf67874075e3557a669df
reply other threads:[~2026-09-16 6:15 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=178953930280.1.10621932196290464332.rpms-image-builder-a9e8ad780960@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