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.
- Updates source image to [2.5.1](https://github.com/jdeathe/centos-ssh/releases/tag/2.5.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 hitless reload via `haproxy-wrapper`.
32
+
- Adds configuration of Apache certificate via `APACHE_SSL_CERTIFICATE` in `.env` for the tcp example.
33
+
- Adds SNI forwarding in the TLS/SSL tcp example configuration.
34
+
- Adds `/status` (`monitor-uri`) endpoints and custom error responses to http example configuration.
35
+
- Adds `socat` package to the image to allow for non-interactive HAProxy CLI usage.
36
+
- Removes use of `/etc/services-config` paths.
37
+
- Removes the unused group element from the default container name.
38
+
- Removes the node element from the default container name.
39
+
- Removes unused environment variables from Makefile and scmi configuration.
40
+
- Removes X-Fleet section from etcd register template unit-file.
41
+
- 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.
0 commit comments