From aa75fe5f183a6ca411953458337c86cdab8b80a7 Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Wed, 17 Apr 2024 09:49:56 -0700 Subject: [PATCH] chore: bump version to v1.4.3 in release-1.4 Signed-off-by: Anish Ramasekar --- Makefile | 4 ++-- docker/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3c356f7cf..4af7c157c 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,8 @@ E2E_PROVIDER_IMAGE_NAME ?= e2e-provider # Release version is the current supported release for the driver # Update this version when the helm chart is being updated for release -RELEASE_VERSION := v1.4.2 -IMAGE_VERSION ?= v1.4.2 +RELEASE_VERSION := v1.4.3 +IMAGE_VERSION ?= v1.4.3 # Use a custom version for E2E tests if we are testing in CI ifdef CI diff --git a/docker/Makefile b/docker/Makefile index 7208ec206..e01da23ba 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -15,7 +15,7 @@ REGISTRY?=docker.io/deislabs IMAGE_NAME=driver CRD_IMAGE_NAME=driver-crds -IMAGE_VERSION?=v1.4.2 +IMAGE_VERSION?=v1.4.3 BUILD_TIMESTAMP := $(shell date +%Y-%m-%d-%H:%M) BUILD_COMMIT := $(shell git rev-parse --short HEAD) IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)