Release v1.36.0-alpha.3

This commit is contained in:
Ciprian Hacman
2025-12-23 16:13:09 +02:00
parent 7800765a88
commit 686837d82d
2 changed files with 3 additions and 1 deletions

View File

@@ -67,9 +67,11 @@ TARBALL=$(NPD_NAME_VERSION).tar.gz
IMAGE_TAGS=--tag $(REGISTRY)/node-problem-detector:$(TAG) IMAGE_TAGS=--tag $(REGISTRY)/node-problem-detector:$(TAG)
IMAGE_TAGS_WINDOWS=--tag $(REGISTRY)/node-problem-detector-windows:$(TAG) IMAGE_TAGS_WINDOWS=--tag $(REGISTRY)/node-problem-detector-windows:$(TAG)
ifeq ($(REGISTRY), gcr.io/k8s-staging-npd) ifeq ($(REGISTRY), gcr.io/k8s-staging-npd)
ifeq (,$(findstring heads,$(BRANCH)))
IMAGE_TAGS+= --tag $(REGISTRY)/node-problem-detector:$(BRANCH) IMAGE_TAGS+= --tag $(REGISTRY)/node-problem-detector:$(BRANCH)
IMAGE_TAGS_WINDOWS+= --tag $(REGISTRY)/node-problem-detector-windows:$(BRANCH) IMAGE_TAGS_WINDOWS+= --tag $(REGISTRY)/node-problem-detector-windows:$(BRANCH)
endif endif
endif
# ENABLE_JOURNALD enables build journald support or not. Building journald # ENABLE_JOURNALD enables build journald support or not. Building journald
# support needs libsystemd-dev or libsystemd-journal-dev. # support needs libsystemd-dev or libsystemd-journal-dev.

View File

@@ -1 +1 @@
v1.36.0-alpha.2 v1.36.0-alpha.3