Skip to content

7.0.0

Compare
Choose a tag to compare
@kitchen-porter kitchen-porter released this 04 Apr 14:36
· 28 commits to main since this release
  • 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.