Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
This brings in DRBD 9.2.6.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Nov 8, 2023
1 parent d2aaecf commit 8eb47b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.6.0-alpha.0-28-g0bb2a79
defaultValue: v1.6.0-alpha.0-29-g252a59f
depends:
- internal/extensions/image-digests
script:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2023-11-07T19:17:52Z by kres latest.
# Generated on 2023-11-08T13:30:42Z by kres latest.

# common variables

Expand Down Expand Up @@ -82,7 +82,7 @@ NONFREE_TARGETS = nonfree-kmod-nvidia
# extra variables

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.6.0-alpha.0-28-g0bb2a79
PKGS ?= v1.6.0-alpha.0-29-g252a59f

# help menu

Expand Down
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ format: v1alpha2
vars:
PKGS_PREFIX: ghcr.io/siderolabs
LINUX_FIRMWARE_VERSION: "20231030" # update this when updating PKGS_VERSION in Makefile
DRBD_DRIVER_VERSION: 9.2.5 # update this when updating PKGS_VERSION in Makefile
DRBD_DRIVER_VERSION: 9.2.6 # update this when updating PKGS_VERSION in Makefile
ZFS_DRIVER_VERSION: 2.1.13 # update this when updating PKGS_VERSION in Makefile
UTIL_LINUX_VERSION: 2.39.2 # update this when updating PKGS_VERSION in Makefile

Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stargz-snapshotter extension is now supported as Talos System Extension.
[notes.updates]
title = "Component Updates"
description = """\
* DRBD: 9.2.5
* DRBD: 9.2.6
* QEMU agent: v8.1.1
* Tailscale: 1.50.0
* Xen Guest Utilities: 8.3.1
Expand Down

0 comments on commit 8eb47b1

Please sign in to comment.