Skip to content

Commit

Permalink
release: bump version to v0.0.10 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase authored Jan 8, 2021
1 parent 63b48df commit f6373d6
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 @@ -3,7 +3,7 @@ REGISTRY_NAME ?= upstreamk8sci
REGISTRY ?= $(REGISTRY_NAME).azurecr.io
REPO_PREFIX ?= k8s/kms
DOCKER_IMAGE := $(REGISTRY)/$(REPO_PREFIX)/keyvault
VERSION ?= v0.0.9
VERSION ?= v0.0.10
CGO_ENABLED_FLAG := 0

ifeq ($(OS),Windows_NT)
Expand Down
2 changes: 1 addition & 1 deletion manual-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ExecStart=/usr/bin/docker run \
--volume=/etc/kubernetes:/etc/kubernetes \
--volume=/etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt \
--volume=/var/lib/waagent:/var/lib/waagent \
mcr.microsoft.com/k8s/kms/keyvault:v0.0.9
mcr.microsoft.com/k8s/kms/keyvault:v0.0.10
[Install]
WantedBy=multi-user.target
Expand Down
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
socketPath = "/opt/azurekms.socket"
version = "v1beta1"
runtime = "Microsoft AzureKMS"
runtimeVersion = "0.0.9"
runtimeVersion = "0.0.10"
maxRetryTimeout = 60
retryIncrement = 5
azurePublicCloud = "AzurePublicCloud"
Expand Down

0 comments on commit f6373d6

Please sign in to comment.