Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Releases: hifis-net/ansible-role-redis

Deprecation Notice

23 May 09:17
295953f
Compare
Choose a tag to compare

Full Changelog

⚠️ This role is deprecated! ⚠️

The role has been migrated to the hifis.toolkit collection:

You can install the collection and include the role in your playbook as followed:

ansible-galaxy collection install hifis.toolkit
- hosts: servers
   roles:
     - role: hifis.toolkit.redis

v1.4.2

18 Oct 11:17
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Conflicting configuration generated by CONFIG REWRITE #133

Merged pull requests:

  • Prepare release 1.4.2 #135 (Normo)
  • fix: remove config rewrite section when changing the config #134 (Normo)

v1.4.1

17 Oct 08:33
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Sentinel service is not restarted when config is changed #128

Merged pull requests:

v1.4.0

21 Sep 10:42
f25961a
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Adapt Redis config template due to changes after restart of Redis service #19

Merged pull requests:

v1.3.0

31 Jul 08:51
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Changing sentinel.conf always results in 'ok' #6
  • fix: do not overwrite sentinel configuration #106 (tobiashuste)

Closed issues:

  • Adapt Redis config template due to changes after restart of Redis service #19
  • Make Molecule test image configurable #3

v1.2.0

31 Jul 04:27
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Allow to configure a password for Redis Sentinel #103

Merged pull requests:

v1.1.0

26 Jan 09:35
3800146
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Molecule folder not linted by molecule #52
  • Add folder molecule to command ansible-lint in molecule lint #74 (christianhueserhzdr)

Closed issues:

  • Add support for initial dry-runs to role #72
  • Switch to molecule-podman #62
  • Add an auto-generated version of the CHANGELOG file #21
  • Use FQCN everywhere in the project #12

Merged pull requests:

v1.0.0

11 Apr 11:41
Compare
Choose a tag to compare

Release version 1.0.0.

v0.2.0

11 Apr 11:40
Compare
Choose a tag to compare

Release version 0.2.0

v0.1.0

11 Apr 11:40
Compare
Choose a tag to compare

Initial release of the Ansible redis role.