Skip to content

Commit e2a65fc

Browse files
authored
Merge pull request #715 from tam7t/bump-release-0.3
chore: bump version to v0.3.0 in release-0.3
2 parents 6fd1d31 + a29835a commit e2a65fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ IMAGE_NAME ?= driver
2727
CRD_IMAGE_NAME ?= driver-crds
2828
# Release version is the current supported release for the driver
2929
# Update this version when the helm chart is being updated for release
30-
RELEASE_VERSION := v0.2.0
31-
IMAGE_VERSION ?= v0.2.0
30+
RELEASE_VERSION := v0.3.0
31+
IMAGE_VERSION ?= v0.3.0
3232
# Use a custom version for E2E tests if we are testing in CI
3333
ifdef CI
34-
override IMAGE_VERSION := v0.2.0-e2e-$(BUILD_COMMIT)
34+
override IMAGE_VERSION := v0.3.0-e2e-$(BUILD_COMMIT)
3535
endif
3636
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
3737
CRD_IMAGE_TAG=$(REGISTRY)/$(CRD_IMAGE_NAME):$(IMAGE_VERSION)

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?=v0.2.0
18+
IMAGE_VERSION?=v0.3.0
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)