From 72ba3032e1f4433058101cbb13072fc97871c15e Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 28 Oct 2024 14:31:01 +0400 Subject: [PATCH] fix: include iptables/netfilter ipv6 fix See https://github.com/siderolabs/pkgs/pull/1066 Signed-off-by: Andrey Smirnov --- Makefile | 2 +- pkg/machinery/gendata/data/pkgs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 489fa83f17d..3f121705d45 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ ARTIFACTS := _out TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-2-g7719230 PKGS_PREFIX ?= ghcr.io/siderolabs -PKGS ?= v1.8.0-23-g9aac1a8 +PKGS ?= v1.8.0-24-ge72b2f4 EXTRAS ?= v1.8.0 KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest diff --git a/pkg/machinery/gendata/data/pkgs b/pkg/machinery/gendata/data/pkgs index 91ba8f20260..d6f655a5fc8 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.8.0-23-g9aac1a8 \ No newline at end of file +v1.8.0-24-ge72b2f4 \ No newline at end of file