Skip to content

Commit 2ee8013

Browse files
authored
Merge pull request #1499 from aramase/aramase/c/bump_release_1.4_v1.4.3
chore: bump version to v1.4.3 in release-1.4
2 parents 64df848 + aa75fe5 commit 2ee8013

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ E2E_PROVIDER_IMAGE_NAME ?= e2e-provider
2929

3030
# Release version is the current supported release for the driver
3131
# Update this version when the helm chart is being updated for release
32-
RELEASE_VERSION := v1.4.2
33-
IMAGE_VERSION ?= v1.4.2
32+
RELEASE_VERSION := v1.4.3
33+
IMAGE_VERSION ?= v1.4.3
3434

3535
# Use a custom version for E2E tests if we are testing in CI
3636
ifdef CI

docker/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
REGISTRY?=docker.io/deislabs
1616
IMAGE_NAME=driver
1717
CRD_IMAGE_NAME=driver-crds
18-
IMAGE_VERSION?=v1.4.2
18+
IMAGE_VERSION?=v1.4.3
1919
BUILD_TIMESTAMP := $(shell date +%Y-%m-%d-%H:%M)
2020
BUILD_COMMIT := $(shell git rev-parse --short HEAD)
2121
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)

0 commit comments

Comments
 (0)