Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Commit f3b9e29

Browse files
authored
Merge pull request #76 from aledbf/0.31
Release 0.31
2 parents 89bb4c9 + 5fa0327 commit f3b9e29

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ notifications:
99
email: true
1010

1111
go:
12-
- 1.11.2
12+
- 1.11.4
1313

1414
go_import_path: github.com/aledbf/kube-keepalived-vip
1515

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.31
4+
5+
- [#71](https://github.com/aledbf/kube-keepalived-vip/pull/71) Add health check
6+
- [#75](https://github.com/aledbf/kube-keepalived-vip/pull/75) Fix race condition crash on startup
7+
38
## 0.30
49

510
- Update keepalived to v2.0.10

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: push
22

33
# 0.0 shouldn't clobber any release builds
4-
TAG = 0.30
4+
TAG = 0.31
55
HAPROXY_TAG = 0.1
66
# Helm uses SemVer2 versioning
77
CHART_VERSION = 0.2.0

vip-daemonset-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
volumeMounts:
2323
- name: haproxy
2424
mountPath: /etc/haproxy
25-
- image: aledbf/kube-keepalived-vip:0.30
25+
- image: aledbf/kube-keepalived-vip:0.31
2626
name: kube-keepalived-vip
2727
livenessProbe:
2828
httpGet:

vip-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
hostNetwork: true
1212
containers:
13-
- image: aledbf/kube-keepalived-vip:0.30
13+
- image: aledbf/kube-keepalived-vip:0.31
1414
name: kube-keepalived-vip
1515
imagePullPolicy: IfNotPresent
1616
livenessProbe:

0 commit comments

Comments
 (0)