Skip to content

Commit 3199bcd

Browse files
authored
Release v0.0.11 (#201)
Signed-off-by: Lubron Zhan <[email protected]>
1 parent 163c87e commit 3199bcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TARGET := kube-vip-cloud-provider
55
.DEFAULT_GOAL: $(TARGET)
66

77
# These will be provided to the target
8-
VERSION ?= v0.0.10
8+
VERSION ?= v0.0.11
99
BUILD := `git rev-parse HEAD`
1010

1111
# Operating System Default (LINUX)

manifest/kube-vip-cloud-controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
- command:
6262
- /kube-vip-cloud-provider
6363
- --leader-elect-resource-name=kube-vip-cloud-controller
64-
image: ghcr.io/kube-vip/kube-vip-cloud-provider:v0.0.10
64+
image: ghcr.io/kube-vip/kube-vip-cloud-provider:v0.0.11
6565
name: kube-vip-cloud-provider
6666
imagePullPolicy: Always
6767
dnsPolicy: ClusterFirst

0 commit comments

Comments
 (0)