Skip to content

Commit

Permalink
chore: bump version to v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase committed Oct 6, 2020
1 parent 0488598 commit 5c94247
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ REGISTRY?=docker.io/deislabs
REGISTRY_NAME = $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
GIT_COMMIT ?= $(shell git rev-parse HEAD)
IMAGE_NAME=secrets-store-csi
IMAGE_VERSION?=v0.0.14
IMAGE_VERSION?=v0.0.15
E2E_IMAGE_VERSION = v0.1.0-e2e-$(GIT_COMMIT)
# 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
Expand Up @@ -14,7 +14,7 @@

REGISTRY?=docker.io/deislabs
IMAGE_NAME=driver
IMAGE_VERSION?=v0.0.14
IMAGE_VERSION?=v0.0.15
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
export

Expand Down
2 changes: 1 addition & 1 deletion pkg/secrets-store/secrets-store.go
Expand Up @@ -39,7 +39,7 @@ type SecretsStore struct {
}

var (
vendorVersion = "0.0.13"
vendorVersion = "0.0.15"
)

// GetDriver returns a new secrets store driver
Expand Down

0 comments on commit 5c94247

Please sign in to comment.