Skip to content

Commit bf445ef

Browse files
committed
Merge branch 'hotfix-0.1.8' into stable
2 parents de03d7a + c7291a3 commit bf445ef

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Changelog
22

3+
## 0.1.8
4+
- Upgrade baseimage: light-baseimage:0.1.4
5+
36
## 0.1.7
4-
- Upgrade baseimage: osixia/light-baseimage:0.1.2
7+
- Upgrade baseimage: light-baseimage:0.1.2
58

69
## 0.1.6
710
- Better way to add custom config
811
- Improve documentation
912

1013
## 0.1.5
11-
- Upgrade baseimage: osixia/light-baseimage:0.1.1
14+
- Upgrade baseimage: light-baseimage:0.1.1
1215

1316
## 0.1.4
1417
- Use light-baseimage

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = osixia/keepalived
2-
VERSION = 0.1.7
2+
VERSION = 0.1.8
33

44
.PHONY: all build test tag_latest release
55

image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM osixia/light-baseimage:0.1.2
1+
FROM osixia/light-baseimage:0.1.4
22
MAINTAINER Bertrand Gouny <[email protected]>
33

44
# Keepalived version

0 commit comments

Comments
 (0)