We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a1d9d9 + 7b3581a commit b0edeeeCopy full SHA for b0edeee
CHANGELOG
@@ -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
+
5
2018/04/05 : 1.8.6
6
- BUG/MINOR: lua: the function returns anything
7
- BUG/MINOR: lua funtion hlua_socket_settimeout don't check negative values
Dockerfile
@@ -1,7 +1,7 @@
FROM centos:centos7
ENV HAPROXY_MJR_VERSION=1.8 \
- HAPROXY_VERSION=1.8.6 \
+ HAPROXY_VERSION=1.8.7 \
HAPROXY_CONFIG='/etc/haproxy/haproxy.cfg' \
HAPROXY_ADDITIONAL_CONFIG='' \
HAPROXY_PRE_RESTART_CMD='' \
0 commit comments