This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
1.4.0
jdeathe
released this
25 Jun 18:16
·
72 commits
to centos-7-develop
since this release
- Deprecates
MEMCACHED_AUTOSTART_MEMCACHED_WRAPPER
, replaced withENABLE_MEMCACHED_WRAPPER
. - Updates source image to 1.11.0.
- Updates CHANGELOG.md to simplify maintenance.
- Updates README.md to simplify contents and improve readability.
- Updates README-short.txt to apply to all image variants.
- Updates Dockerfile
org.deathe.description
metadata LABEL for consistency. - Updates
memcached-wrapper
configuration to send error log output to stderr. - Updates
memcached-wrapper
timer to use UTC date timestamps. - Updates wrapper supervisord configuration file/priority to
50-memcached-wrapper.conf
/50
. - Fixes binary paths in systemd unit files; missing changes from last release.
- Fixes docker host connection status check in Makefile.
- Adds missing instruction step to docker-compose example configuration file.
- Adds
inspect
,reload
andtop
Makefile targets. - Adds improved
clean
Makefile target; includes exited containers and dangling images. - Adds lock/state file to wrapper script.
- Adds
SYSTEM_TIMEZONE
handling to Makefile, scmi, systemd unit and docker-compose templates. - Adds system time zone validation to healthcheck.
- Removes support for long image tags (i.e. centos-6-1.x.x).