Skip to content

Commit 14a5c9d

Browse files
authored
Merge pull request #1220 from aramase/aramase/c/bump_release_1.3_v1.3.3
chore: bump version to v1.3.3 in release-1.3
2 parents 6cb1153 + 505e1cf commit 14a5c9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
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.3.2
33-
IMAGE_VERSION ?= v1.3.2
32+
RELEASE_VERSION := v1.3.3
33+
IMAGE_VERSION ?= v1.3.3
3434

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

docker/Makefile

Lines changed: 1 addition & 1 deletion
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.3.2
18+
IMAGE_VERSION?=v1.3.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)