Merge branch 'hotfix-0.1.8' into stable
This commit is contained in:
commit
bf445ef9bf
|
@ -1,14 +1,17 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.1.8
|
||||||
|
- Upgrade baseimage: light-baseimage:0.1.4
|
||||||
|
|
||||||
## 0.1.7
|
## 0.1.7
|
||||||
- Upgrade baseimage: osixia/light-baseimage:0.1.2
|
- Upgrade baseimage: light-baseimage:0.1.2
|
||||||
|
|
||||||
## 0.1.6
|
## 0.1.6
|
||||||
- Better way to add custom config
|
- Better way to add custom config
|
||||||
- Improve documentation
|
- Improve documentation
|
||||||
|
|
||||||
## 0.1.5
|
## 0.1.5
|
||||||
- Upgrade baseimage: osixia/light-baseimage:0.1.1
|
- Upgrade baseimage: light-baseimage:0.1.1
|
||||||
|
|
||||||
## 0.1.4
|
## 0.1.4
|
||||||
- Use light-baseimage
|
- Use light-baseimage
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
NAME = osixia/keepalived
|
NAME = osixia/keepalived
|
||||||
VERSION = 0.1.7
|
VERSION = 0.1.8
|
||||||
|
|
||||||
.PHONY: all build test tag_latest release
|
.PHONY: all build test tag_latest release
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM osixia/light-baseimage:0.1.2
|
FROM osixia/light-baseimage:0.1.4
|
||||||
MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
|
MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
|
||||||
|
|
||||||
# Keepalived version
|
# Keepalived version
|
||||||
|
|
Loading…
Reference in New Issue