This repository was archived by the owner on Aug 19, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ notifications:
99 email : true
1010
1111go :
12- - 1.11.2
12+ - 1.11.4
1313
1414go_import_path : github.com/aledbf/kube-keepalived-vip
1515
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11all : push
22
33# 0.0 shouldn't clobber any release builds
4- TAG = 0.30
4+ TAG = 0.31
55HAPROXY_TAG = 0.1
66# Helm uses SemVer2 versioning
77CHART_VERSION = 0.2.0
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments