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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,26 @@ Summary of release changes for Version 1.
6
6
7
7
CentOS-6 6.10 x86_64 - Redis 3.2.
8
8
9
+
### 1.1.0 - 2019-02-17
10
+
11
+
- Updates source image to [1.10.0](https://github.com/jdeathe/centos-ssh/releases/tag/1.10.0).
12
+
- Updates and restructures Dockerfile.
13
+
- Updates default HEALTHCHECK interval to 1 second from 0.5.
14
+
- Updates container naming conventions and readability of `Makefile`.
15
+
- Fixes issue with unexpected published port in run templates when `DOCKER_PORT_MAP_TCP_6379` or `DOCKER_PORT_MAP_UDP_6379` is set to an empty string or 0.
16
+
- Adds placeholder replacement of `RELEASE_VERSION` docker argument to systemd service unit template.
17
+
- Adds consideration for event lag into test cases for unhealthy health_status events.
18
+
- Adds port incrementation to Makefile's run template for container names with an instance suffix.
19
+
- Adds docker-compose configuration example.
20
+
- Adds improved logging output.
21
+
- Adds improved bootstrap / wrapper scripts.
22
+
- Removes use of `/etc/services-config` paths.
23
+
- Removes X-Fleet section from etcd register template unit-file.
24
+
- Removes the unused group element from the default container name.
25
+
- Removes the node element from the default container name.
26
+
- Removes unused environment variables from Makefile and scmi configuration.
27
+
- Removes container log file `/var/log/redis-server-bootstrap` and `/var/log/redis/redis.log`.
28
+
9
29
### 1.0.1 - 2018-11-19
10
30
11
31
- Updates source image to [1.9.1](https://github.com/jdeathe/centos-ssh/releases/tag/1.9.1).
0 commit comments