From 686837d82d550cd454303b2b09bce94ce32ab909 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Tue, 23 Dec 2025 16:13:09 +0200 Subject: [PATCH] Release v1.36.0-alpha.3 --- Makefile | 2 ++ version.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f502ebb..bc718471 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. diff --git a/version.txt b/version.txt index 02ab72cc..c9469c63 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.36.0-alpha.2 +v1.36.0-alpha.3