Skip to content

Commit b0edeee

Browse files
committed
Merge branch 'release/1.8.7'
2 parents 3a1d9d9 + 7b3581a commit b0edeee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2018/04/07 : 1.8.7
2+
- BUG/MAJOR: cache: always initialize newly created objects
3+
- MINOR: servers: Support alphanumeric characters for the server templates names
4+
15
2018/04/05 : 1.8.6
26
- BUG/MINOR: lua: the function returns anything
37
- BUG/MINOR: lua funtion hlua_socket_settimeout don't check negative values

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM centos:centos7
22

33
ENV HAPROXY_MJR_VERSION=1.8 \
4-
HAPROXY_VERSION=1.8.6 \
4+
HAPROXY_VERSION=1.8.7 \
55
HAPROXY_CONFIG='/etc/haproxy/haproxy.cfg' \
66
HAPROXY_ADDITIONAL_CONFIG='' \
77
HAPROXY_PRE_RESTART_CMD='' \

0 commit comments

Comments
 (0)