Skip to content

Commit 90ff196

Browse files
committed
chore: run rekres and update dependencies
Run rekres to update dependencies managed by kres. Update dependencies: ``` tools: v1.12.0-3-g5df8bae glib: 2.87.1 ``` Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
1 parent 2b30517 commit 90ff196

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.github/workflows/lock.yml

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-01-02T09:11:41Z by kres 8a4aebf.
44

55
"on":
66
schedule:
@@ -14,7 +14,7 @@ jobs:
1414
- ubuntu-latest
1515
steps:
1616
- name: Lock old issues
17-
uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # version: v5.0.1
17+
uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # version: v6.0.0
1818
with:
1919
issue-inactive-days: "60"
2020
log-output: "true"

Makefile

Lines changed: 6 additions & 1 deletion
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-15T09:54:31Z by kres 4b09af7.
3+
# Generated on 2026-01-02T09:11:41Z by kres 8a4aebf.
44

55
# common variables
66

@@ -37,6 +37,7 @@ PLATFORM ?= linux/amd64,linux/arm64
3737
PROGRESS ?= auto
3838
PUSH ?= false
3939
CI_ARGS ?=
40+
WITH_BUILD_DEBUG ?=
4041
BUILD_ARGS = --build-arg=SOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH)
4142
COMMON_ARGS = --file=Pkgfile
4243
COMMON_ARGS += --provenance=false
@@ -165,6 +166,10 @@ respectively.
165166

166167
endef
167168

169+
ifneq (, $(filter $(WITH_BUILD_DEBUG), t true TRUE y yes 1))
170+
BUILD := BUILDX_EXPERIMENTAL=1 docker buildx debug --invoke /bin/sh --on error build
171+
endif
172+
168173
all: $(TARGETS) ## Builds all targets defined.
169174

170175
$(ARTIFACTS): ## Creates artifacts directory.

Pkgfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ format: v1alpha2
55
vars:
66
TOOLCHAIN_MUSL_IMAGE: ghcr.io/siderolabs/toolchain-musl:v1.12.0-2-ge64f660
77
TOOLS_PREFIX: ghcr.io/siderolabs/
8-
TOOLS_REV: v1.12.0-2-g7d57df0
8+
TOOLS_REV: v1.12.0-3-g5df8bae
99

1010
# renovate: datasource=github-releases depName=containernetworking/plugins
1111
cni_version: v1.9.0
@@ -223,9 +223,9 @@ vars:
223223
pigz_sha512: ae3d9d593e1645d65f9ab77aa828600c9af4bb30d0a073da7ae3dd805e65b87efaf6a0efb980f2d0168e475ae506eba194547d6479956dabb9d88293a9078a7f
224224

225225
# renovate: datasource=git-tags depName=https://gitlab.gnome.org/GNOME/glib.git
226-
glib_version: 2.87.0
227-
glib_sha256: 926cf73d8eb90ea341cc2d6fc7b258901e1a086a3808b166b4476d69a98b2401
228-
glib_sha512: 07b58dc0bc395c6a53c9bc5d21674307ce9f0a836c82c04db5d5c3163685333f86ff237fc1cfde60daa10796d0de4c5ba90aa4bca056f4d670c73d97d0868b73
226+
glib_version: 2.87.1
227+
glib_sha256: fc2ce0f948ee163f8adc5bdde2f38612b8a3f270022aa1b0d087cb9f1f0ac5c2
228+
glib_sha512: b961abd94254273b47002eaf644bf1742481fc4c098a39479f997b9960f81091cab3ba08e5c813aa649cfd65ae09d4dc9ee1469223d015b86b077c040c1c4a60
229229

230230
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=https://github.com/qemu/qemu.git
231231
qemu_version: 10.1.2

0 commit comments

Comments
 (0)