You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,39 @@ Summary of release changes for Version 1.
6
6
7
7
CentOS-6 6.10 x86_64 - HAProxy 1.5 / HATop 0.7.
8
8
9
+
### 1.2.0 - 2019-05-30
10
+
11
+
- Updates package `rsyslog` to `rsyslog7`.
12
+
- Updates source image to [1.10.1](https://github.com/jdeathe/centos-ssh/releases/tag/1.10.1).
13
+
- Updates and restructures Dockerfile.
14
+
- Updates container naming conventions and readability of `Makefile`.
15
+
- Updates healthcheck retries to 4.
16
+
- Updates docker-compose configuration examples.
17
+
- Updates default tls/ssl certificate name from `localhost.localdomain.crt` to `localhost.crt`.
18
+
- Fixes issue with unexpected published port in run templates when `DOCKER_PORT_MAP_TCP_80` or `DOCKER_PORT_MAP_TCP_443` is set to an empty string or 0.
19
+
- Fixes binary paths in systemd unit files for compatibility with both EL and Ubuntu hosts.
20
+
- Fixes environment variable name typo in README for `HAPROXY_CONFIG`.
21
+
- Adds port incrementation to Makefile's run template for container names with an instance suffix.
22
+
- Adds placeholder replacement of `RELEASE_VERSION` docker argument to systemd service unit template.
23
+
- Adds improvement to pull logic in systemd unit install template.
24
+
- Adds `SSH_AUTOSTART_SUPERVISOR_STDOUT` with a value "false", disabling startup of `supervisor_stdout`.
25
+
- Adds improved logging output.
26
+
- Adds consideration for event lag into test cases for unhealthy health_status events.
27
+
- Adds error messages to healthcheck script and includes supervisord check.
28
+
- Adds improved `healtchcheck`, `haproxy-wrapper` and `rsyslogd-wrapper` scripts.
29
+
- Adds improved lock/state file implementation in wrapper scripts.
30
+
- Adds config path and tls/ssl certificate fingerprint to `haproxy-wrapper` Details output.
31
+
- Adds support for soft-stop in `haproxy-wrapper`.
32
+
- Adds configuration of Apache certificate via `APACHE_SSL_CERTIFICATE` in `.env` for the tcp example.
33
+
- Adds `/status` (`monitor-uri`) endpoints and custom error responses to http example configuration.
34
+
- Adds `socat` package to the image to allow for non-interactive HAProxy CLI usage.
35
+
- Removes use of `/etc/services-config` paths.
36
+
- Removes the unused group element from the default container name.
37
+
- Removes the node element from the default container name.
38
+
- Removes unused environment variables from Makefile and scmi configuration.
39
+
- Removes X-Fleet section from etcd register template unit-file.
40
+
- Removes use of `stick-table` in `haproxy-tcp.cfg` as it should not be necessary for web backends that support shared persistence/session data stores.
41
+
9
42
### 1.1.1 - 2018-12-27
10
43
11
44
- Updates source image to [1.9.1](https://github.com/jdeathe/centos-ssh/releases/tag/1.9.1).
0 commit comments