Skip to content

Commit 55bbe4d

Browse files
authored
Merge pull request #334 from aramase/bump-v0.0.15
chore: bump version to v0.0.15
2 parents 0d89fb2 + e5e3786 commit 55bbe4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ REGISTRY?=docker.io/deislabs
1616
REGISTRY_NAME = $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
1717
GIT_COMMIT ?= $(shell git rev-parse HEAD)
1818
IMAGE_NAME=secrets-store-csi
19-
IMAGE_VERSION?=v0.0.14
19+
IMAGE_VERSION?=v0.0.15
2020
E2E_IMAGE_VERSION = v0.1.0-e2e-$(GIT_COMMIT)
2121
# Use a custom version for E2E tests if we are testing in CI
2222
ifdef CI

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
REGISTRY?=docker.io/deislabs
1616
IMAGE_NAME=driver
17-
IMAGE_VERSION?=v0.0.14
17+
IMAGE_VERSION?=v0.0.15
1818
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
1919
export
2020

pkg/secrets-store/secrets-store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type SecretsStore struct {
4040
}
4141

4242
var (
43-
vendorVersion = "0.0.13"
43+
vendorVersion = "0.0.15"
4444
)
4545

4646
// GetDriver returns a new secrets store driver

0 commit comments

Comments
 (0)