diff --git a/Changelog.md b/Changelog.md index 2e976394..5204d1eb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## 0.34 + +- Only watch one configmap +- [#81](https://github.com/aledbf/kube-keepalived-vip/issues/91) Reset IPVS after API client init +- [#92](https://github.com/aledbf/kube-keepalived-vip/pull/92) Add flag to make ipvs reset optional + ## 0.33 - Update keepalived to v2.0.15 diff --git a/Makefile b/Makefile index 59628460..56266714 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: push # 0.0 shouldn't clobber any release builds -TAG = 0.33 +TAG = 0.34 HAPROXY_TAG = 0.1 # Helm uses SemVer2 versioning CHART_VERSION = 0.2.0 diff --git a/vip-daemonset-proxy.yaml b/vip-daemonset-proxy.yaml index 9fd5ade0..b85ec387 100644 --- a/vip-daemonset-proxy.yaml +++ b/vip-daemonset-proxy.yaml @@ -22,7 +22,7 @@ spec: volumeMounts: - name: haproxy mountPath: /etc/haproxy - - image: aledbf/kube-keepalived-vip:0.33 + - image: aledbf/kube-keepalived-vip:0.34 name: kube-keepalived-vip livenessProbe: httpGet: diff --git a/vip-daemonset.yaml b/vip-daemonset.yaml index 8db57a36..6fa319be 100644 --- a/vip-daemonset.yaml +++ b/vip-daemonset.yaml @@ -10,7 +10,7 @@ spec: spec: hostNetwork: true containers: - - image: aledbf/kube-keepalived-vip:0.33 + - image: aledbf/kube-keepalived-vip:0.34 name: kube-keepalived-vip imagePullPolicy: IfNotPresent livenessProbe: