Skip to content

Commit a5da654

Browse files
author
valentinab25
committed
Upgrade to 1.8.29
1 parent fb600bb commit a5da654

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2021-03-23 (1.8-1.6)
4+
5+
- Upgrade HAProxy to 1.8.29
6+
- Fix backend port when DNS_ENABLED - refs #24
37

48
## 2019-11-28 (1.8-1.5)
59

@@ -17,7 +21,6 @@
1721
- Upgrade to haproxy 1.8.14
1822
- Move the restart of rsyslog and cron to run at every docker start
1923

20-
2124
## 2018-08-02 (1.8-1.2)
2225

2326
- Upgrade to haproxy 1.8.13

haproxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM haproxy:1.8.22
1+
FROM haproxy:1.8.29
22
LABEL maintainer="EEA: IDM2 A-Team <[email protected]>"
33

44
RUN apt-get update \

haproxy/Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ your non-related EEA projects.
1313

1414
### Stable and immutable tags
1515

16-
- `:1.8-1.4` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/tree/1.8-1.4/haproxy/Dockerfile) - HAProxy: **1.8** Release: **1.3**
16+
- `:1.8-1.5` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/tree/1.8-1.5/haproxy/Dockerfile) - HAProxy: **1.8.22** Release: **1.5**
17+
- `:1.8-1.6` [*Dockerfile*](https://github.com/eea/eea.docker.haproxy/tree/1.8-1.6/haproxy/Dockerfile) - HAProxy: **1.8.29** Release: **1.6**
18+
1719

1820
See [older versions](https://github.com/eea/eea.docker.haproxy/releases)
1921

0 commit comments

Comments
 (0)