Skip to content

Releases: sous-chefs/redisio

7.2.2

03 May 18:44
Compare
Choose a tag to compare
Update metadata for 7.2.2

7.2.1

03 May 18:43
Compare
Choose a tag to compare
Update metadata for 7.2.1

7.2.0

30 Apr 14:43
Compare
Choose a tag to compare
  • Add option to specify cluster-port

7.1.1

21 Apr 13:53
Compare
Choose a tag to compare
  • Fix default tls* attribute names

7.1.0

18 Apr 23:07
Compare
Choose a tag to compare
  • Add an option to manage all TLS related attributes

7.0.1

04 Apr 16:29
Compare
Choose a tag to compare
Update metadata for 7.0.1

7.0.0

04 Apr 14:36
Compare
Choose a tag to compare
  • 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.

v2.7.1: Release 2.7.1

30 Mar 15:17
3c760ab
Compare
Choose a tag to compare
Signed-off-by: Ben Abrams <me@benabrams.it>

v2.7.0: Release 2.7.0

28 Mar 16:19
438bb9f
Compare
Choose a tag to compare
Signed-off-by: Ben Abrams <me@benabrams.it>

v2.6.1

10 May 17:30
Compare
Choose a tag to compare
- Restrict aof-load-truncated to redis 3+ ([#343](https://github.com/brianbianco/redisio/pull/343))
- Fix Redis 2.4.x config ([#344](https://github.com/brianbianco/redisio/pull/344))