Skip to content

Commit eecdeab

Browse files
authored
release: bump version to v0.2.0 (#120)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent 14bc5c4 commit eecdeab

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.1.0
11+
IMAGE_VERSION ?= v0.2.0
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.1.0
72+
image: mcr.microsoft.com/oss/azure/kms/keyvault:v0.2.0
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.1.0
32+
image: mcr.microsoft.com/oss/azure/kms/keyvault:v0.2.0
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)