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 #70 from aledbf/0.30
Browse files Browse the repository at this point in the history
Release 0.30
  • Loading branch information
aledbf authored Dec 4, 2018
2 parents 8d02f20 + 935df99 commit 42c936b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 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.1
- 1.11.2

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

Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.30

- Update keepalived to v2.0.10
- [#68](https://github.com/aledbf/kube-keepalived-vip/pull/68) Cleanup VIPs on startup
- [#69](https://github.com/aledbf/kube-keepalived-vip/pull/69) Start kube-keepalived-vip via dumb-init

## 0.29

- Disable resync period
Expand Down
4 changes: 2 additions & 2 deletions 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.29
TAG = 0.30
HAPROXY_TAG = 0.1
# Helm uses SemVer2 versioning
CHART_VERSION = 0.1.1
Expand Down Expand Up @@ -73,4 +73,4 @@ dep-ensure:
dep version || go get -u github.com/golang/dep/cmd/dep
dep ensure -v
dep prune -v
find vendor -name '*_test.go' -delete
find vendor -name '*_test.go' -delete
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ FROM quay.io/kubernetes-ingress-controller/debian-base-amd64:0.1

COPY build.sh /build.sh

ENV VERSION 2.0.7
ENV SHA256 7a1c023ed4fb946587e3fca0d7e0214df8995d4c2862ef06f7f1ce5f9e5134c6
ENV VERSION 2.0.10
ENV SHA256 8cfd31307e69fb6fc3417da4c67de8040b97c3e5fc67ebd7ffbe6c53aef22c8b

RUN clean-install bash

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.29
- image: aledbf/kube-keepalived-vip:0.30
name: kube-keepalived-vip
securityContext:
privileged: true
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.29
- image: aledbf/kube-keepalived-vip:0.30
name: kube-keepalived-vip
imagePullPolicy: Always
securityContext:
Expand Down

0 comments on commit 42c936b

Please sign in to comment.