Skip to content

Commit 2d241e7

Browse files
committed
feat: update Go to 1.26.2 and small deps updates
Pull in util-linux 2.41.4 via tools. ``` | Package | Type | Update | Change | |---|---|---|---| | git://git.kernel.org/pub/scm/utils/cryptsetup/cryptsetup.git | | patch | `2.8.4` → `2.8.6` | | git://sourceware.org/git/lvm2.git | | patch | `2_03_38` → `2_03_39` | | [https://dev.lovelyhq.com/libburnia/libburn.git](https://dev.lovelyhq.com/libburnia/libburn) | | patch | `1.5.6` → `1.5.8` | | [https://dev.lovelyhq.com/libburnia/libisoburn.git](https://dev.lovelyhq.com/libburnia/libisoburn) | | patch | `1.5.6` → `1.5.8` | | [https://dev.lovelyhq.com/libburnia/libisofs.git](https://dev.lovelyhq.com/libburnia/libisofs) | | patch | `1.5.6` → `1.5.8` | | [https://github.com/qemu/qemu.git](https://redirect.github.com/qemu/qemu) | | patch | `10.2.1` → `10.2.2` | | [https://gitlab.gnome.org/GNOME/glib.git](https://gitlab.gnome.org/GNOME/glib) | | minor | `2.87.5` → `2.88.0` | | [tukaani-project/xz](https://redirect.github.com/tukaani-project/xz) | | patch | `5.8.2` → `5.8.3` | ``` Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 7f540ce commit 2d241e7

8 files changed

Lines changed: 37 additions & 62 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-03-17T09:39:15Z by kres 7bfd168.
3+
# Generated on 2026-04-08T13:48:46Z by kres b6d29bf.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -80,7 +80,7 @@ jobs:
8080
make nonfree
8181
- name: Login to registry
8282
if: github.event_name != 'pull_request'
83-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # version: v4.0.0
83+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # version: v4.1.0
8484
with:
8585
password: ${{ secrets.GITHUB_TOKEN }}
8686
registry: ghcr.io
@@ -122,7 +122,7 @@ jobs:
122122
make release-notes
123123
- name: Release
124124
if: startsWith(github.ref, 'refs/tags/')
125-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # version: v2.5.0
125+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # version: v2.6.1
126126
with:
127127
body_path: _out/RELEASE_NOTES.md
128128
draft: "true"

.github/workflows/slack-notify-ci-failure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-12-03T11:26:17Z by kres 571923f.
3+
# Generated on 2026-04-08T13:48:46Z by kres b6d29bf.
44

55
"on":
66
workflow_run:
@@ -18,7 +18,7 @@ jobs:
1818
if: github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event != 'pull_request'
1919
steps:
2020
- name: Slack Notify
21-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1
21+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # version: v3.0.1
2222
with:
2323
method: chat.postMessage
2424
payload: |

.github/workflows/slack-notify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-12-03T11:26:17Z by kres 571923f.
3+
# Generated on 2026-04-08T13:48:46Z by kres b6d29bf.
44

55
"on":
66
workflow_run:
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
echo pull_request_number=$(gh pr view -R ${{ github.repository }} ${{ github.event.workflow_run.head_repository.owner.login }}:${{ github.event.workflow_run.head_branch }} --json number --jq .number) >> $GITHUB_OUTPUT
2626
- name: Slack Notify
27-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1
27+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # version: v3.0.1
2828
with:
2929
method: chat.postMessage
3030
payload: |

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-01-24T21:13:19Z by kres 1ffefb6.
3+
# Generated on 2026-04-08T13:48:46Z by kres b6d29bf.
44

55
# common variables
66

@@ -203,7 +203,7 @@ reproducibility-test-local-%: ## Builds the specified target defined in the Pkg
203203
@diffoscope $(ARTIFACTS)/build-a $(ARTIFACTS)/build-b
204204
@rm -rf $(ARTIFACTS)/build-a $(ARTIFACTS)/build-b
205205

206-
$(ARTIFACTS)/bldr: $(ARTIFACTS) ## Downloads bldr binary.
206+
$(ARTIFACTS)/bldr: | $(ARTIFACTS) ## Downloads bldr binary.
207207
@curl -sSL https://github.com/siderolabs/bldr/releases/download/$(BLDR_RELEASE)/bldr-$(OPERATING_SYSTEM)-$(GOARCH) -o $(ARTIFACTS)/bldr
208208
@chmod +x $(ARTIFACTS)/bldr
209209

Pkgfile

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
format: v1alpha2
44

55
vars:
6-
TOOLCHAIN_MUSL_IMAGE: ghcr.io/siderolabs/toolchain-musl:v1.14.0-alpha.0
6+
TOOLCHAIN_MUSL_IMAGE: ghcr.io/siderolabs/toolchain-musl:v1.14.0-alpha.0-2-gd6c7ac5
77
TOOLS_PREFIX: ghcr.io/siderolabs/
8-
TOOLS_REV: v1.14.0-alpha.0
8+
TOOLS_REV: v1.14.0-alpha.0-2-g7067f1f
99
LLVM_IMAGE: ghcr.io/siderolabs/llvm
1010

1111
# renovate: datasource=github-releases depName=containernetworking/plugins
@@ -20,9 +20,9 @@ vars:
2020
containerd_sha512: 4471047360cd1430a189829a74d605dbe89abe092f0e0ba53ad5954269f253c7c277b8097c5d12acb9e0592a39e50e1808c92e73596e3d2d97cf945f15063ca0
2121

2222
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.kernel.org/pub/scm/utils/cryptsetup/cryptsetup.git
23-
cryptsetup_version: 2.8.4
24-
cryptsetup_sha256: b17e158bbcce26e718191d7e1fbc943caf388a4dbcddd2e9821af50f98d3d4be
25-
cryptsetup_sha512: 8abb0b2d8b5ea856ae692990eeb135762eb25bdeb8976908390d1ae421686c3b46eabd9fa20a532de8ecb9035e616439ee31020900ad973f317558d9a963a49f
23+
cryptsetup_version: 2.8.6
24+
cryptsetup_sha256: 4f0fffbffc4edeab6994db6062e47c841c8c1679fc9010bf4d03c707514dacd4
25+
cryptsetup_sha512: 513298954c87938ead3898a1fd89b2e58154437ac7537ead2fb913c5337ad02b8750f97293439b7ddc6cc74c169c7c7ee5eaeca57a36289a324a951b200d6dc3
2626

2727
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=dosfstools/dosfstools
2828
dosfstools_version: 4.2
@@ -123,19 +123,19 @@ vars:
123123
libinih_sha512: 206ddfaa55d29396c3a44f8d1dfcf578c5ebf892e81fe875cd6b4ec2af5cccf400ca13fc6585b6d8232bd122bd8aef7522bfc83898b5609b29c20bad9390ee02
124124

125125
# renovate: datasource=git-tags extractVersion=^release-(?<version>.*)$ depName=https://dev.lovelyhq.com/libburnia/libburn.git
126-
libburn_version: 1.5.6
127-
libburn_sha256: 7295491b4be5eeac5e7a3fb2067e236e2955ffdc6bbd45f546466edee321644b
128-
libburn_sha512: 549cb25310aac5ce445639374d84f0c09fb1fdd70be97479588775e5afcc12dd0655c5bf51bd3f1bf8c06a66b318fd1e709dcfd72845e795ffaf353ea621accd
126+
libburn_version: 1.5.8
127+
libburn_sha256: 8e24dd99f5b7cafbecf0116d61b619ee89098e20263e6f47c793aaf4a98d6473
128+
libburn_sha512: fa290de9c9e5270eea7752418caaf6d8ac9b9291e71ea043637f78493d91bf1daa3ec23f3c4e7b584d0134b123f3ca279c02cbb44ad3027e7e7d439966512280
129129

130130
# renovate: datasource=git-tags extractVersion=^release-(?<version>.*)$ depName=https://dev.lovelyhq.com/libburnia/libisoburn.git
131-
libisoburn_version: 1.5.6
132-
libisoburn_sha256: 2b80a6f73dd633a5d243facbe97a15e5c9a07644a5e1a242c219b9375a45f71b
133-
libisoburn_sha512: 0fc0058aa4cf755f30d5be0de808012978c657348412c7f129b8f8128da41f18216f3e039050a5851b557ffab344cf7dc44df374400ca008e34e2e2524fbd979
131+
libisoburn_version: 1.5.8
132+
libisoburn_sha256: dbb36620ceb8e959c88bf29994e2220ed501cc68cb9eea7d51f94881bc8c548e
133+
libisoburn_sha512: 64a3423b4c60b4cf88914c832aa80db8cdc76c7ff783125148f13c59dba3dc78d66d9cd9eda77864faf2b58eefdc55d5a2a4ff3f97acf6bc5c9778bb0c5653e2
134134

135135
# renovate: datasource=git-tags extractVersion=^release-(?<version>.*)$ depName=https://dev.lovelyhq.com/libburnia/libisofs.git
136-
libisofs_version: 1.5.6
137-
libisofs_sha256: 0152d66a9d340b659fe9c880eb9190f3570fb477ac07cf52e8bcd134a1d30d70
138-
libisofs_sha512: a5f573bbe9758e072fad195cc9beb672568273ddb993ece9c15585ad3f99efb0deae6fefb6d3d40b9712e73e3bc68869d79d923b2a09623d190f5dc84974d65f
136+
libisofs_version: 1.5.8
137+
libisofs_sha256: 910532653e6a56b5e4c2ef8717500d913debd5fd29f616fed15134b7522059a6
138+
libisofs_sha512: c36a81c47516f6374e65863e8e4374ece3a14cf0cfc15ab381338c5df122835d66494b139223217278434baca07dae0a4bc8c1e8c00dae131ded1c5672808cc7
139139

140140
# renovate: datasource=github-tags extractVersion=^json-c-(?<version>.*)-.*$ depName=json-c/json-c
141141
libjson_c_version: 0.18
@@ -163,9 +163,9 @@ vars:
163163
nftables_sha512: 01fbbea43fd01250b0176a200dfdb6b84d3d51156cc2350acb25a5e66960e1908c3d17a0363baddb32897ea8bea0569b67500a94f708c8587b0e29402f51cbb6
164164

165165
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=tukaani-project/xz
166-
xz_version: 5.8.2
167-
xz_sha256: 890966ec3f5d5cc151077879e157c0593500a522f413ac50ba26d22a9a145214
168-
xz_sha512: 9cb422456d51df4261c16bcd68b188d64b778f43c875188cb140372dab9793c873111f5608c3dfe3dffe5dd6da9ba7ba96d7154d3d4fae26cb1cc22b6b66910e
166+
xz_version: 5.8.3
167+
xz_sha256: fff1ffcf2b0da84d308a14de513a1aa23d4e9aa3464d17e64b9714bfdd0bbfb6
168+
xz_sha512: c288f436b211031ca122e9169d85403d4ab8b0500a6542b2d9ba101587e04a4358ab5509f5d15cc7899f1ab3e0118567866ca0508f880007b4af802dedd7068d
169169

170170
# renovate: datasource=github-releases extractVersion=^popt-(?<version>.*)-release$ depName=rpm-software-management/popt
171171
libpopt_version: 1.19
@@ -189,9 +189,9 @@ vars:
189189
linux_firmware_sha512: 63b67da2fb5265ffd5601ab09b7d2299d63339fbf2e5e90d60f6d387961f93bbe02e6291724ee19149b216f7e0aabfeb2e68022a06ec7b0c91f047578b381982
190190

191191
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://sourceware.org/git/lvm2.git
192-
lvm2_version: 2_03_38
193-
lvm2_sha256: 322d44bf40de318e6e6b52c56999aaeb86b16c8267187ac2e01a44d4dc526960
194-
lvm2_sha512: 97fd1849cd632943c8233f06f181b1899b0e6937444d672abef10307c66d207c16325701ac669d5ff438490a11596c19d1dbbcff50e4e7c00c9b6e4eb1ecf87c
192+
lvm2_version: 2_03_39
193+
lvm2_sha256: 23bc9067e28fe0d37b3cc441f2865b9e022ce3c624babe22918b8dd90c031ee8
194+
lvm2_sha512: 7d00f676af77f4921b10182b0c87420e196c1ec7ec6faad46fc475566b921c62b838ca29b06cddc907e6a4a1033f6ae5020abe64566fa11872eb836af6869988
195195

196196
# renovate: datasource=github-tags extractVersion=^v(?<version>.*)$ depName=Mellanox/mstflint
197197
mellanox_mstflint_version: 4.34.1-4
@@ -235,14 +235,14 @@ vars:
235235
px_fuse_sha512: 9cf6034c743170544c7754664872bc9ff3b41d729e7363807be45f4e0708a91cba1f89fce796d9eb2f03e1ddb6bf56358957822cd639d779cf08b8c625f90bff
236236

237237
# renovate: datasource=git-tags depName=https://gitlab.gnome.org/GNOME/glib.git
238-
glib_version: 2.87.5
239-
glib_sha256: c1075c2d958cc14e179989a74a6c16ec89862ba66915be115bb542283c7fc1f9
240-
glib_sha512: 5a4a48b7d2102b0e3be8326c88c9a2e014655f46623500705a1e925da10ee4091f0ce06dee5f800a5a0427481c1f13ffe0c078cd1a13c1ce432bbe66e526c8b2
238+
glib_version: 2.88.0
239+
glib_sha256: 3546251ccbb3744d4bc4eb48354540e1f6200846572bab68e3a2b7b2b64dfd07
240+
glib_sha512: ceead8d88720db17dc6bbff7aff14f261f90afc5e8261448aae0657f89b5fcc616cf62f4b049be88a4ddd3f50a869bbcdb66b29777da4969a47987828ecac280
241241

242242
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=https://github.com/qemu/qemu.git
243-
qemu_version: 10.2.1
244-
qemu_sha256: a3717477d8e2c84d630bfffbc20f6cd3293eb45aa1e6dac6d0cc27689991c9e1
245-
qemu_sha512: e879272f17c650b4b73659f83bcb08184b8fb58741349afc996f3601412db7245400c4244ffa51b2af65554a20d8efa411db195177f6fa50e9cec4c16098aedc
243+
qemu_version: 10.2.2
244+
qemu_sha256: 784b296ff29c1417aa72323abcb2d2ea9ab9771724f577dcd785c3b04f21e176
245+
qemu_sha512: c5409530505c2d1e69a80f1750e377261cea8fee42516a0a89d0343b19d55f9d33579cef181d7cc04d51519e50a55dff1b89175e7685bb803468c8ce03929591
246246

247247
# renovate: datasource=github-tags depName=opencontainers/runc
248248
runc_version: v1.4.2

libburn/patches/gcc15.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

libburn/pkg.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ steps:
1313
- |
1414
tar -xzf libburn.tar.gz --strip-components=1
1515
16-
patch -p1 < /pkg/patches/gcc15.patch
17-
1816
./configure \
1917
--prefix=/usr
2018
build:

lvm2/pkg.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ steps:
4747
MODPROBE_CMD=/usr/bin/modprobe
4848
build:
4949
- |
50+
make -C libdm -j $(nproc)
5051
make -j $(nproc)
5152
install:
5253
- |
54+
make -C libdm DESTDIR=/rootfs install
5355
make DESTDIR=/rootfs install
5456
5557
# man

0 commit comments

Comments
 (0)