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

Commit

Permalink
Merge pull request #76 from aledbf/0.31
Browse files Browse the repository at this point in the history
Release 0.31
  • Loading branch information
aledbf authored Dec 22, 2018
2 parents 89bb4c9 + 5fa0327 commit f3b9e29
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ notifications:
email: true

go:
- 1.11.2
- 1.11.4

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

Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion vip-daemonset-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion vip-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f3b9e29

Please sign in to comment.