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

Commit

Permalink
Release 0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed May 2, 2019
1 parent a9b65bb commit 565d438
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.34

- Only watch one configmap
- [#81](https://github.com/aledbf/kube-keepalived-vip/issues/91) Reset IPVS after API client init
- [#92](https://github.com/aledbf/kube-keepalived-vip/pull/92) Add flag to make ipvs reset optional

## 0.33

- Update keepalived to v2.0.15
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.33
TAG = 0.34
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.33
- image: aledbf/kube-keepalived-vip:0.34
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.33
- image: aledbf/kube-keepalived-vip:0.34
name: kube-keepalived-vip
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down

0 comments on commit 565d438

Please sign in to comment.