|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## centos-7 |
| 3 | +## centos-7-redis40u |
4 | 4 |
|
5 | | -Summary of release changes for Version 2. |
| 5 | +Summary of release changes for Version 4. |
6 | 6 |
|
7 | | -CentOS-7 7.5.1804 x86_64 - Redis 4.0. |
| 7 | +CentOS-7 7.5.1804 x86_64 - IUS Redis 4.0. |
8 | 8 |
|
9 | | -### 2.1.1 - 2019-03-21 |
10 | | - |
11 | | -- **Notice: This will be the last Version 2 release. The Version 3 release will be based on EPEL `redis` packages (i.e Redis 3.2). Version 4 will be based on IUS `redis40u` packages (i.e Redis 4.0).** |
12 | | -- Updates source image to [2.5.1](https://github.com/jdeathe/centos-ssh/releases/tag/2.5.1). |
13 | | -- Updates Dockerfile with combined ADD to reduce layer count in final image. |
14 | | -- Fixes binary paths in systemd unit files for compatibility with both EL and Ubuntu hosts. |
15 | | -- Adds improvement to pull logic in systemd unit install template. |
16 | | -- Adds `SSH_AUTOSTART_SUPERVISOR_STDOUT` with a value "false", disabling startup of `supervisor_stdout`. |
17 | | -- Adds improved `healtchcheck` script. |
18 | | -- Adds `docker-compose.yml` to `.dockerignore`. |
19 | | -- Disables disk persistence by default; primary use-case being an LRU cache. |
20 | | - |
21 | | -### 2.1.0 - 2019-02-17 |
22 | | - |
23 | | -- Updates source image to [2.5.0](https://github.com/jdeathe/centos-ssh/releases/tag/2.5.0). |
24 | | -- Updates and restructures Dockerfile. |
25 | | -- Updates default HEALTHCHECK interval to 1 second from 0.5. |
26 | | -- Updates container naming conventions and readability of `Makefile`. |
27 | | -- 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. |
28 | | -- Adds placeholder replacement of `RELEASE_VERSION` docker argument to systemd service unit template. |
29 | | -- Adds consideration for event lag into test cases for unhealthy health_status events. |
30 | | -- Adds port incrementation to Makefile's run template for container names with an instance suffix. |
31 | | -- Adds docker-compose configuration example. |
32 | | -- Adds improved logging output. |
33 | | -- Adds improved bootstrap / wrapper scripts. |
34 | | -- Removes use of `/etc/services-config` paths. |
35 | | -- Removes X-Fleet section from etcd register template unit-file. |
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 container log file `/var/log/redis-server-bootstrap` and `/var/log/redis/redis.log`. |
40 | | - |
41 | | -### 2.0.1 - 2018-11-19 |
42 | | - |
43 | | -- Updates source image to [2.4.1](https://github.com/jdeathe/centos-ssh/releases/tag/2.4.1). |
44 | | - |
45 | | -### 2.0.0 - 2018-11-03 |
| 9 | +### 4.0.0 - Unreleased |
46 | 10 |
|
47 | 11 | - Initial release. |
0 commit comments