Skip to content

Commit 49fc28d

Browse files
authored
release: bump version to v0.0.12 (#107)
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
1 parent 8277abc commit 49fc28d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ REGISTRY ?= $(REGISTRY_NAME).azurecr.io/$(REPO_PREFIX)
88
LOCAL_REGISTRY_NAME ?= kind-registry
99
LOCAL_REGISTRY_PORT ?= 5000
1010
IMAGE_NAME ?= keyvault
11-
IMAGE_VERSION ?= v0.0.11
11+
IMAGE_VERSION ?= v0.0.12
1212
IMAGE_TAG ?= $(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
1313
CGO_ENABLED_FLAG := 0
1414

docs/manual-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This guide demonstrates steps required to enable the KMS Plugin for Key Vault in
6969
hostNetwork: true
7070
containers:
7171
- name: azure-kms-provider
72-
image: mcr.microsoft.com/oss/azure/kms/keyvault:v0.0.11
72+
image: mcr.microsoft.com/oss/azure/kms/keyvault:v0.0.12
7373
imagePullPolicy: IfNotPresent
7474
args:
7575
- --listen-addr=unix:///opt/azurekms.socket # [OPTIONAL] gRPC listen address. Default is unix:///opt/azurekms.socket

docs/rotation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
hostNetwork: true
3030
containers:
3131
- name: azure-kms-provider
32-
image: mcr.microsoft.com/oss/azure/kms/keyvault:v0.0.11
32+
image: mcr.microsoft.com/oss/azure/kms/keyvault:v0.0.12
3333
imagePullPolicy: IfNotPresent
3434
args:
3535
- --listen-addr=unix:///opt/azurekms2.socket # unix:///opt/azurekms.socket is used by the primary kms plugin pod. So use a different listen address here for the new kms plugin pod.

0 commit comments

Comments
 (0)