From f3ae252bad1fec6d21930e22463aa8e4c31566ac Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Mon, 27 May 2019 04:24:04 -0400 Subject: [PATCH] Release 0.35 --- Changelog.md | 5 +++++ Makefile | 9 ++++++++- build/Dockerfile | 4 ++-- vip-daemonset-proxy.yaml | 2 +- vip-daemonset.yaml | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5204d1eb..20f3730d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Changelog +## 0.35 + +- Update keepalived to v2.0.16 +- [#97](https://github.com/aledbf/kube-keepalived-vip/issues/97) Don't remove VIPs on reload + ## 0.34 - Only watch one configmap diff --git a/Makefile b/Makefile index 56266714..34d9132c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: push # 0.0 shouldn't clobber any release builds -TAG = 0.34 +TAG = 0.35 HAPROXY_TAG = 0.1 # Helm uses SemVer2 versioning CHART_VERSION = 0.2.0 @@ -68,3 +68,10 @@ cover: .PHONY: vet vet: @go vet ${GO_LIST_FILES} + +.PHONY: dep-ensure +dep-ensure: + GO111MODULE=on go mod tidy -v + find vendor -name '*_test.go' -delete + GO111MODULE=on go mod vendor + diff --git a/build/Dockerfile b/build/Dockerfile index 23c5fb01..00d653cf 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -16,8 +16,8 @@ FROM quay.io/kubernetes-ingress-controller/debian-base-amd64:0.1 COPY build.sh /build.sh -ENV VERSION 2.0.15 -ENV SHA256 8647dbef5475e6fc2738f4ac46b363de6ab7571f33743a493ad5ab5231b7d26a +ENV VERSION 2.0.16 +ENV SHA256 ce754f637f98db4595354ba9769bf9e62126d4cf1ff077334915722177c8c4bc RUN clean-install bash diff --git a/vip-daemonset-proxy.yaml b/vip-daemonset-proxy.yaml index b85ec387..23b1ad0e 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.34 + - image: aledbf/kube-keepalived-vip:0.35 name: kube-keepalived-vip livenessProbe: httpGet: diff --git a/vip-daemonset.yaml b/vip-daemonset.yaml index 6fa319be..00b935c4 100644 --- a/vip-daemonset.yaml +++ b/vip-daemonset.yaml @@ -10,7 +10,7 @@ spec: spec: hostNetwork: true containers: - - image: aledbf/kube-keepalived-vip:0.34 + - image: aledbf/kube-keepalived-vip:0.35 name: kube-keepalived-vip imagePullPolicy: IfNotPresent livenessProbe: