Changes
- fix: do not create empty PVC when storage has only volumeMount (#1653) (@aa1ex)
- feat: Added functionality to expose redis standalone defined on kubernetesConfig serviceType (#1687) (@navneet066)
- feat(client): add support for IPv6 in Redis cluster commands and mocks (#1703) (@shubham-cmyk)
- feat(chart): add support for customizable annotations for redis, redis-cluster, sentinel, replication (#1593) (@hanbing204)
- fix(chart): update redisConfig conditions for externalConfig and maxMemoryPercentOfLimit (#1700) (@shubham-cmyk)
- fix(replication): Headless service additional annotations is missed on operator code (#1573) (@ami-descope)
- chore(deps): bump actions/stale from 9 to 10 (#1553) (@dependabot[bot])
- chore(deps): bump actions/setup-python from 5 to 6 (#1555) (@dependabot[bot])
- chore(deps): bump hadolint/hadolint-action from 3.1.0 to 3.3.0 (#1554) (@dependabot[bot])
- fix: default leader/follower replicas to clusterSize (#1681) (@arpan57)
- fix: aggregate operator ClusterRole into admin (#1672) (@arpan57)
- fix!: use ca.crt instead of ca.key, resolve startup failure when using cert-manager (#1644) (@ryan4yin)
- docs: fix example redisSecret indentation (#1675) (@arpan57)
- fix: Skip PVC shrink attempts in HandlePVCResizing (#1669) (@arpan57)
- feat(metrics): Add Redis Exporter metrics service for cluster, replication, sentinel, and standalone setup (#1658) (@naimadswdn)
- docs: add nodeConfVolume to cluster example (#1670) (@arpan57)
- fix: respect persistenceEnabled for initContainer (#1671) (@arpan57)
- fix: race condition with global serviceType variable (#1696) (@JulianPaulus)
- fix: correct namespaces RBAC resource (#1673) (@arpan57)
- fix: Make RedisCluster scaling resilient to failover and open slots (#1647) (@shubham-cmyk)
- feat: Add sentinel support to redis-replication chart (#1684) (@vvyushmanov)
- docs: fix minor typos (#1674) (@arpan57)
- docs: update architecture diagram with Meshery design (#1686) (@Mohamed-Magdy-Dewidar)
- fix: Fix ACL SAVE when using ACL from PVC (#1645) (@naimadswdn)
- fix: RedisCluster - make scale-out resilient by waiting for node convergence and blocking rebalance/add-node while slots are open (#1629) (@simonnorra-sap)
- fix!: update mutating webhook configuration name to include release name prefix (#1651) (@shubham-cmyk)
- docs: fix typos in Overview documentation (#1650) (@sertxudev)
- fix: set REDIS_MAX_MEMORY when maxMemoryPercentOfLimit is used (#1646) (@naimadswdn)
- feat: update redis helm charts to support already implemented properties (#1648) (@naimadswdn)
- fix: webhook-server-cert secret not found (#1628) (@majiayu000)
- fix(dashboards): Fix typo in datasource variable (#1632) (@clement-gautier-cko)