Skip to content

Commit 2f9ae0b

Browse files
authored
Merge pull request #294 from aramase/bump-v0.0.13
chore: bump version to v0.0.13
2 parents 26c0a57 + e460788 commit 2f9ae0b

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.12
19+
IMAGE_VERSION?=v0.0.13
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.12
17+
IMAGE_VERSION?=v0.0.13
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
@@ -38,7 +38,7 @@ type SecretsStore struct {
3838
}
3939

4040
var (
41-
vendorVersion = "0.0.12"
41+
vendorVersion = "0.0.13"
4242
)
4343

4444
// GetDriver returns a new secrets store driver

0 commit comments

Comments
 (0)