From b30f675628785e78cc7b463e440e169ff74a5b4b Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Tue, 23 Dec 2025 16:30:37 +0200 Subject: [PATCH 1/2] Fix release tagging --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6d9b10767..191033196 100644 --- a/Makefile +++ b/Makefile @@ -67,9 +67,11 @@ TARBALL=$(NPD_NAME_VERSION).tar.gz IMAGE_TAGS=--tag $(REGISTRY)/node-problem-detector:$(TAG) IMAGE_TAGS_WINDOWS=--tag $(REGISTRY)/node-problem-detector-windows:$(TAG) ifeq ($(REGISTRY), gcr.io/k8s-staging-npd) +ifeq (,$(findstring heads,$(BRANCH))) IMAGE_TAGS+= --tag $(REGISTRY)/node-problem-detector:$(BRANCH) IMAGE_TAGS_WINDOWS+= --tag $(REGISTRY)/node-problem-detector-windows:$(BRANCH) endif +endif # ENABLE_JOURNALD enables build journald support or not. Building journald # support needs libsystemd-dev or libsystemd-journal-dev. From 2653e768a67f8d3b117846854e19f2490aef0266 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Tue, 23 Dec 2025 16:30:52 +0200 Subject: [PATCH 2/2] Release v1.35.1 --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 099485f45..e8d43fec3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.35.0 +v1.35.1