Skip to content

Commit a19ad55

Browse files
committed
feat: bump dependencies
Bring in new tools/pkgs. No other bumps, as Renovate is broken :sad:. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 0989a0f commit a19ad55

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.kres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ spec:
7777
- name: EXTENSIONS_IMAGE_REF
7878
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
7979
- name: PKGS
80-
defaultValue: v1.10.0-alpha.0-72-g7d7323b
80+
defaultValue: v1.10.0-alpha.0-74-ga09be59
8181
- name: PKGS_PREFIX
8282
defaultValue: ghcr.io/siderolabs
8383
- name: TOOLS
84-
defaultValue: v1.10.0-alpha.0-23-g6d456ca
84+
defaultValue: v1.10.0-alpha.0-24-g4f2036e
8585
- name: TOOLS_PREFIX
8686
defaultValue: ghcr.io/siderolabs
8787
useBldrPkgTagResolver: true

Makefile

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 2025-04-01T08:20:01Z by kres d903dae.
3+
# Generated on 2025-04-02T15:35:29Z by kres d903dae.
44

55
# common variables
66

@@ -50,9 +50,9 @@ COMMON_ARGS += --build-arg=TOOLS_PREFIX="$(TOOLS_PREFIX)"
5050
# extra variables
5151

5252
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
53-
PKGS ?= v1.10.0-alpha.0-72-g7d7323b
53+
PKGS ?= v1.10.0-alpha.0-74-ga09be59
5454
PKGS_PREFIX ?= ghcr.io/siderolabs
55-
TOOLS ?= v1.10.0-alpha.0-23-g6d456ca
55+
TOOLS ?= v1.10.0-alpha.0-24-g4f2036e
5656
TOOLS_PREFIX ?= ghcr.io/siderolabs
5757

5858
# targets defines all the available targets

Pkgfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ format: v1alpha2
55
vars:
66
CONTAINERD_VERSION: v2.0.4 # update this when updating PKGS_VERSION in Makefile
77
LINUX_FIRMWARE_VERSION: "20250311" # update this when updating PKGS_VERSION in Makefile
8-
DRBD_DRIVER_VERSION: 9.2.12 # update this when updating PKGS_VERSION in Makefile
8+
DRBD_DRIVER_VERSION: 9.2.13 # update this when updating PKGS_VERSION in Makefile
99
ZFS_DRIVER_VERSION: 2.3.1 # update this when updating PKGS_VERSION in Makefile
1010
ZFS_TOOLS_SHA256: 053233799386920bdc636e22d0e19a8c2c3e642e8bd847ff87e108f8bb1f9006
1111
ZFS_TOOLS_SHA512: 235023dbe97b3f7c5273e2a6fa34957cc37967256845d4ed9faa2e2a6da29ea6fdcba4167658cf03129afbb0aa11311a760d3d0b5ea5aecc64a4c7ee22ad2d31

hack/release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ spin: 0.18.0
2727
qemu-guest-agent: 9.2.2
2828
Tailscale: 1.80.3
2929
ZFS: 2.3.1
30+
DRBD: 9.2.13
3031
NVIDIA LTS: 535.230.02
3132
NVIDIA Production: 570.124.06
3233
NVIDIA Container Toolkit: 1.17.4

0 commit comments

Comments
 (0)