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

Commit afd3d06

Browse files
committed
Release 0.33
1 parent c9ac529 commit afd3d06

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

Changelog.md

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

3+
## 0.33
4+
5+
- Update keepalived to v2.0.15
6+
- Remove check that avoids the render of the template and comparison of the md5
7+
- [#72](https://github.com/aledbf/kube-keepalived-vip/pull/72) nopreempt is set along with priority weights?
8+
- [#87](https://github.com/aledbf/kube-keepalived-vip/issues/87) keepalived-vip v0.30 cannot be aware of the backend pod scaling
9+
310
## 0.32
411

512
- Update keepalived to v2.0.11

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.32
4+
TAG = 0.33
55
HAPROXY_TAG = 0.1
66
# Helm uses SemVer2 versioning
77
CHART_VERSION = 0.2.0

chart/kube-keepalived-vip/values.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ nodeSelector: {}
5959
podAnnotations: {}
6060

6161
rbac:
62-
create: false
62+
create: true
6363
# serviceAccountName is only required when rbac.create is false
6464
serviceAccountName: default

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.32
25+
- image: aledbf/kube-keepalived-vip:0.33
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.32
13+
- image: aledbf/kube-keepalived-vip:0.33
1414
name: kube-keepalived-vip
1515
imagePullPolicy: IfNotPresent
1616
livenessProbe:

0 commit comments

Comments
 (0)