Skip to content

Commit

Permalink
Merge pull request #341 from aramase/bump-v0.0.16
Browse files Browse the repository at this point in the history
chore: bump driver version to v0.0.16
  • Loading branch information
k8s-ci-robot authored Oct 9, 2020
2 parents 6c0187b + db4ecfe commit 1d0d394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
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.15
IMAGE_VERSION?=v0.0.16
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/secrets-store/secrets-store.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type SecretsStore struct {
}

var (
vendorVersion = "0.0.15"
vendorVersion = "0.0.16"
)

// GetDriver returns a new secrets store driver
Expand Down

0 comments on commit 1d0d394

Please sign in to comment.