Skip to content

Commit b3fee00

Browse files
committed
chore: bump version to v0.0.21
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent ab0b325 commit b3fee00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ IMAGE_NAME ?= driver
2626
# Release version is the current supported release for the driver
2727
# Update this version when the helm chart is being updated for release
2828
RELEASE_VERSION := v0.0.20
29-
IMAGE_VERSION ?= v0.0.21-rc.0
29+
IMAGE_VERSION ?= v0.0.21
3030
# Use a custom version for E2E tests if we are testing in CI
3131
ifdef CI
3232
override IMAGE_VERSION := v0.1.0-e2e-$(BUILD_COMMIT)

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
REGISTRY?=docker.io/deislabs
1616
IMAGE_NAME=driver
17-
IMAGE_VERSION?=v0.0.21-rc.0
17+
IMAGE_VERSION?=v0.0.21
1818
BUILD_TIMESTAMP := $(shell date +%Y-%m-%d-%H:%M)
1919
BUILD_COMMIT := $(shell git rev-parse --short HEAD)
2020
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)

0 commit comments

Comments
 (0)