From 5fa03276298407f30c3209ad9ed195ced2316737 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Sat, 22 Dec 2018 11:45:29 -0300 Subject: [PATCH] Release 0.31 --- .travis.yml | 2 +- Changelog.md | 5 +++++ Makefile | 2 +- vip-daemonset-proxy.yaml | 2 +- vip-daemonset.yaml | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 519ffcd4..b9bcedeb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ notifications: email: true go: - - 1.11.2 + - 1.11.4 go_import_path: github.com/aledbf/kube-keepalived-vip diff --git a/Changelog.md b/Changelog.md index d706cea6..7c5d349c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Changelog +## 0.31 + +- [#71](https://github.com/aledbf/kube-keepalived-vip/pull/71) Add health check +- [#75](https://github.com/aledbf/kube-keepalived-vip/pull/75) Fix race condition crash on startup + ## 0.30 - Update keepalived to v2.0.10 diff --git a/Makefile b/Makefile index 50008695..2a525f6b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: push # 0.0 shouldn't clobber any release builds -TAG = 0.30 +TAG = 0.31 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 597aac9d..9c71340c 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.30 + - image: aledbf/kube-keepalived-vip:0.31 name: kube-keepalived-vip livenessProbe: httpGet: diff --git a/vip-daemonset.yaml b/vip-daemonset.yaml index 54351328..1319bb83 100644 --- a/vip-daemonset.yaml +++ b/vip-daemonset.yaml @@ -10,7 +10,7 @@ spec: spec: hostNetwork: true containers: - - image: aledbf/kube-keepalived-vip:0.30 + - image: aledbf/kube-keepalived-vip:0.31 name: kube-keepalived-vip imagePullPolicy: IfNotPresent livenessProbe: