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

Commit

Permalink
Release 0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Apr 9, 2019
1 parent c9ac529 commit afd3d06
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.33

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

## 0.32

- Update keepalived to v2.0.11
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.32
TAG = 0.33
HAPROXY_TAG = 0.1
# Helm uses SemVer2 versioning
CHART_VERSION = 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion chart/kube-keepalived-vip/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ nodeSelector: {}
podAnnotations: {}

rbac:
create: false
create: true
# serviceAccountName is only required when rbac.create is false
serviceAccountName: default
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.32
- image: aledbf/kube-keepalived-vip:0.33
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.32
- image: aledbf/kube-keepalived-vip:0.33
name: kube-keepalived-vip
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down

0 comments on commit afd3d06

Please sign in to comment.