Redisio Versions Save

Development repository for the redisio cookbook

7.2.0

2 weeks ago
  • Add option to specify cluster-port

7.1.1

3 weeks ago
  • Fix default tls* attribute names

7.1.0

3 weeks ago
  • Add an option to manage all TLS related attributes

7.0.1

1 month ago

7.0.0

1 month ago
  • Breaking: support only Redis v6+
    • Removed obsolete version checks
    • Removed option to configure Virtual Memory, deprecated in 2.4
    • Removed deprecated options list-max-ziplist-entries, list-max-ziplist-value
    • Renamed references from "slave" to "replica" across configuration attribute names to align with Redis terminology updates
    • Removed redis-package test suite, most of Linux distributions does not provide packages for Redis v6+
    • Set default Redis version to 6.2.14
  • Extend CI workflow to verify multiple Redis versions
  • Upgrade suidelines:
    • Ensure all Redis instances are upgraded to version 6.2.14 or higher.
    • Update configuration files to reflect the terminology change from "slave" to "replica."
    • Remove any references to deprecated options list-max-ziplist-entries and list-max-ziplist-value.
    • Test the compatibility of your Chef cookbook with Redis v6+ before deploying the upgrade.

6.7.1

4 months ago
  • Add includes option to sentinel configuration file.

6.7.0

4 months ago
  • Add aclfile option to sentinel configuration file.
  • Update Github Actions

6.6.0

6 months ago
  • Add aclfile option to redis configuration file.

6.5.0

6 months ago
  • Add maxclients option to sentinel configuration file.

6.4.4

7 months ago