From 8dd7a2d15e6c3e5eacc19d46f7c0e8a68fd21920 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Wed, 17 Apr 2024 10:51:40 -0700 Subject: [PATCH 1/3] Bump go version to 1.22.2 Signed-off-by: Christopher Desiniotis --- versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.mk b/versions.mk index 2deefff..e6d9448 100644 --- a/versions.mk +++ b/versions.mk @@ -16,6 +16,6 @@ VERSION ?= v0.2.5 vVERSION := v$(VERSION:v%=%) -GOLANG_VERSION ?= 1.21.8 +GOLANG_VERSION ?= 1.22.2 GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "") From 7886ffcc202909782d7e254baa1b0d0990026d5f Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Wed, 17 Apr 2024 10:51:57 -0700 Subject: [PATCH 2/3] Bump project version to v0.2.6 Signed-off-by: Christopher Desiniotis --- versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.mk b/versions.mk index e6d9448..9b98f1a 100644 --- a/versions.mk +++ b/versions.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION ?= v0.2.5 +VERSION ?= v0.2.6 vVERSION := v$(VERSION:v%=%) From d81d2b1c12466e398a109edc45ebefc9b29fec69 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Wed, 17 Apr 2024 11:09:35 -0700 Subject: [PATCH 3/3] Fix missing distro suffix in image tag Signed-off-by: Christopher Desiniotis --- deployments/container/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/deployments/container/Makefile b/deployments/container/Makefile index ce2c6db..1578d34 100644 --- a/deployments/container/Makefile +++ b/deployments/container/Makefile @@ -68,6 +68,7 @@ push-%: DIST = $(*) push-short: DIST = $(DEFAULT_PUSH_TARGET) +build-%: DIST = $(*) build-%: DOCKERFILE_SUFFIX = $(*) build-%: DOCKERFILE = $(CURDIR)/deployments/container/Dockerfile.$(DOCKERFILE_SUFFIX)