From 9ee069bd167e98700adba71f475ddd11ec3fceef Mon Sep 17 00:00:00 2001 From: Gerrit Date: Wed, 23 Aug 2023 15:55:59 +0200 Subject: [PATCH 1/2] Bump releases to version v0.14.5 (#146) Co-authored-by: metal-stack --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b509a2037..ae0ec32f4e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .DEFAULT_GOAL := build -RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.14.4") +RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.14.5") ifeq ($(CI),true) DOCKER_TTY_ARG= From 8c91f77d1a20eb2449b8947fc4a1a6a607e9507f Mon Sep 17 00:00:00 2001 From: Gerrit Date: Wed, 23 Aug 2023 16:23:53 +0200 Subject: [PATCH 2/2] Bump releases to version v0.14.6 (#147) Co-authored-by: metal-stack --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae0ec32f4e..5d4ae37281 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .DEFAULT_GOAL := build -RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.14.5") +RELEASE_VERSION := $(or ${RELEASE_VERSION},"v0.14.6") ifeq ($(CI),true) DOCKER_TTY_ARG=