Merge branch 'hotfix-0.1.9' into stable
This commit is contained in:
commit
3f44f60f3f
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.1.9
|
||||||
|
- Upgrade baseimage: light-baseimage:0.1.5
|
||||||
|
|
||||||
## 0.1.8
|
## 0.1.8
|
||||||
- Upgrade baseimage: light-baseimage:0.1.4
|
- Upgrade baseimage: light-baseimage:0.1.4
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
NAME = osixia/keepalived
|
NAME = osixia/keepalived
|
||||||
VERSION = 0.1.8
|
VERSION = 0.1.9
|
||||||
|
|
||||||
.PHONY: all build test tag_latest release
|
.PHONY: all build test tag_latest release
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM osixia/light-baseimage:0.1.4
|
FROM osixia/light-baseimage:0.1.5
|
||||||
MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
|
MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
|
||||||
|
|
||||||
# Keepalived version
|
# Keepalived version
|
||||||
|
|
Loading…
Reference in New Issue