Skip to content

Commit

Permalink
Merge pull request #1659 from nilekhc/nilekh/c/bump-driver-release-v1…
Browse files Browse the repository at this point in the history
….4.6

chore: bumps version for v1.4.6 release
  • Loading branch information
k8s-ci-robot authored Oct 9, 2024
2 parents 3adbfdd + 71941d5 commit d5fbc3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ E2E_PROVIDER_IMAGE_NAME ?= e2e-provider

# Release version is the current supported release for the driver
# Update this version when the helm chart is being updated for release
RELEASE_VERSION := v1.4.5
IMAGE_VERSION ?= v1.4.5
RELEASE_VERSION := v1.4.6
IMAGE_VERSION ?= v1.4.6

# Use a custom version for E2E tests if we are testing in CI
ifdef CI
Expand Down
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
REGISTRY?=docker.io/deislabs
IMAGE_NAME=driver
CRD_IMAGE_NAME=driver-crds
IMAGE_VERSION?=v1.4.5
IMAGE_VERSION?=v1.4.6
BUILD_TIMESTAMP := $(shell date +%Y-%m-%d-%H:%M)
BUILD_COMMIT := $(shell git rev-parse --short HEAD)
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
Expand Down

0 comments on commit d5fbc3e

Please sign in to comment.