All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a changelog.
5.0.0 (2023-12-22)
- #106 Enable/Disable Authentication for Redis role with single/cluster scenarios @enricocotti
4.1.0 (2023-12-15)
- #106 Fix old debian apt problem @enricocotti
- #106 Enable password Authentication and upgrade Redis to last verison (7.2.3) @enricocotti
- #106 Add support bullseye/bookworm @enricocotti
4.0.5 (2022-11-07)
- #102 Cluster config @sorobon
4.0.4 (2020-12-02)
- Upgraded to molecule 3 @blalop
- #67 Fix execution of not failing when creating clsuter with unexistent hosts @pablogcaldito
- #86 Fix that yamllint does not ignore the folders that is supposed to ignore @pablogcaldito
- #91 Remove redis user home @blalop
4.0.3 (2019-11-26)
- #82 Fix missing notifications to service when changing configs @frantsao
4.0.2 (2019-10-29)
- #78 Updated molecule configuration to 2.22 version; updated goss version @frantsao
4.0.1 (2019-10-11)
- Fixed new replica option in Redis 5 cluster; improved molecule tests @frantsao
4.0.0 (2019-10-11)
- #68 Adding Redis Cluster specific tests using
CLUSTER INFO
command @dortegau - #70 Adding version to Redis Ruby Gem installation (works only in redis 3.x/4.x) @dortegau
- #62 Added support for Redis 5 @frantsao
- *#72 Renamed role @frantsao
- Improved molecule and travis tests @frantsao
- Disable permanently THPs @frantsao
3.0.0 (2019-04-03)
- #61 Fixing Redis Cluster tests @dortegau @frantsao
- #60 'Make test' is now configured as an optional Ansible Task @dortegau
2.2.0 (2018-10-23)
- #43 Playbooks can provide config templates @jnogol
- Fix travis tests @jnogol
2.1.9 (2018-05-09)
- #54 Enabling support for execute this role under Python 3.x @dortegau
2.1.8 (2018-05-08)
- #51 Adding build-essential as required library @dortegau
2.1.7 (2018-04-26)
- #47 When running the role on "localhost" redis cluster is trying to configure 127.0.0.1 instead of the actual IP @lihiwish
- #45 Some tests improvements @jdvr
2.1.6 (2018-03-09)
- #41 Add RuntimeDirectory and fix ExecStop in redis-server.service @jnogol
2.1.5 (2018-02-08)
- #36 Prevent changing transparent_hugepage for container installations @lihiwish
- #38 Param redis-confs.cluster-config-file is not accessed correctly @lihiwish
2.1.4 (2018-02-06)
- #30 Read cluster config file name from configuration @lihiwish
- #32 Reading the cluster host IP does not work well when the cluster have several IPs @lihiwish
2.1.3 (2017-12-21)
- #25 Fix a bug when a master node is removed from cluster during redis version upgrade @jdvr
- #26 Upgrade molecule version to improve the test and add a requirements.txt @jdvr
2.1.2 (2017-08-24)
- #18 Add task to follow redis setup hints @jdvr
2.1.1 (2017-08-21)
- #16 The
redis.conf
file is generated with bad indentation @jdvr - #17 Create a configurable var for pid file path @jdvr
2.1.0 (2017-08-17)
- #8 Add
upgrading-helper
script to manage nodes during cluster upgrades @jdvr
2.0.1 (2017-08-10)
- #4 Remove redis group from
cluster-creator
script @jdvr - #6 Check nodes status before create cluster @jdvr
2.0.0 (2017-08-10)
- #1 Redis cluster (install nodes and configure) @jdvr
1.0.0 (2017-04-20)
- First release @jmonterrubio