You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR #1985 i believe results in a bug where existing redis clusters with engineVersion: 6.x set are failing to sync due to the check for version trying to cast x to an int in 6.x despite it being a completely valid option. Curiously creating a new replicationgroup with 6.x doesn't have any issues as of yet
How can we reproduce it?
Have an existing replicationgroup as so (obviously switch out the bits required for your test env)
What happened?
This PR #1985 i believe results in a bug where existing redis clusters with
engineVersion: 6.x
set are failing to sync due to the check for version trying to cast x to an int in 6.x despite it being a completely valid option. Curiously creating a new replicationgroup with6.x
doesn't have any issues as of yetHow can we reproduce it?
Upgrade to 0.49.1 (in theory anything after 0.47.0 probably has this issue)
Observe existing elasticache resource has error as so
What environment did it happen in?
Crossplane version: 1.16.0
Provider version: 0.49.1
K8s Distro: EKS
K8s Version: 1.30
The text was updated successfully, but these errors were encountered: