Skip to content

Commit ce94947

Browse files
authored
Merge pull request #744 from aramase/bump-release-1.0-v1.0.0-rc.0
chore: bump version to v1.0.0-rc.0 in release-1.0
2 parents 5e98570 + 98c5c49 commit ce94947

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
@@ -29,12 +29,12 @@ 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 := v0.3.0
33-
IMAGE_VERSION ?= v0.3.0
32+
RELEASE_VERSION := v1.0.0-rc.0
33+
IMAGE_VERSION ?= v1.0.0-rc.0
3434

3535
# Use a custom version for E2E tests if we are testing in CI
3636
ifdef CI
37-
override IMAGE_VERSION := v0.3.0-e2e-$(BUILD_COMMIT)
37+
override IMAGE_VERSION := v1.0.0-e2e-$(BUILD_COMMIT)
3838
endif
3939

4040
IMAGE_TAG=$(REGISTRY)/$(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.3.0
18+
IMAGE_VERSION?=v1.0.0-rc.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)