Closed simonasr closed 7 months ago
Adding major as release version as we are removing stuff and version numbers are free.
Hi @damacus, i'm a bit stuck here:
Yeah just remove the package test here
According to https://endoflife.date/redis we should only be testing 6.3, 7.0 and 7.2. Anything else isn't getting patched
Not for this cleanup PR, but it's easier to split out the documentation for each of the resources into their own file a la, java/apache2.
Hi @damacus I've finalised the PR and believe it's now ready for review. Finding time to dedicate to this was more challenging than I initially thought. Could you please review it and share your feedback? Additionally, if further modifications or steps are needed, please guide me on how to proceed.
Not a blocker but do we need an upgrading guideline for this? I.e you have today you need tomorrow kinda things
Thanks @xorima, do you have in mind something like example bellow? 🤔 should this go to the CHANGELOG?
Upgrade Guidelines:
- 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 like
list-max-ziplist-entries
andlist-max-ziplist-value
.- Test the compatibility of your Chef cookbook with Redis v6+ before deploying the upgrade.
I'm happy, but would like further review from @damacus or @ramereth ideally
sorry for missing your message @simonasr , the last few weeks have been full on.
Released as: 7.0.0
Shipped, sorry about that, our release system had a bad day ...
Description
This PR updates Redis configuration to be compatible with version post to v6, following th end-of-life for older versions. Redis EOL: https://endoflife.date/redis Related discussion: https://github.com/sous-chefs/redisio/pull/485#issuecomment-1806862360
Issues Resolved
slave -> replica
where applicableredis-package
test suiteCheck List
## Unreleased