Releases: sous-chefs/redisio
Releases · sous-chefs/redisio
7.2.4
7.2.3
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
Standardise files with files in sous-chefs/repo-management
7.2.2
Update metadata for 7.2.2
7.2.1
Update metadata for 7.2.1
7.2.0
- Add option to specify
cluster-port
7.1.1
- Fix default
tls*attribute names
7.1.0
- Add an option to manage all TLS related attributes
7.0.1
Update metadata for 7.0.1
7.0.0
- 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-entriesandlist-max-ziplist-value. - Test the compatibility of your Chef cookbook with Redis v6+ before deploying the upgrade.
6.7.1
- Add
includesoption to sentinel configuration file.