From 5a933140f9fc329552457396041008c07100726b Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Tue, 23 Dec 2025 16:33:40 +0200 Subject: [PATCH 1/2] Fix release tagging --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 454c30d65..a9b16ffbf 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 8fffd93c98064a4e52666d0a5ab7fb9bcfe0dbfe Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Tue, 23 Dec 2025 16:33:50 +0200 Subject: [PATCH 2/2] Release v1.34.2 --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index b2e32cb2e..64f3729c2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.34.1 +v1.34.2