Releases: OT-CONTAINER-KIT/redis-operator
Releases · OT-CONTAINER-KIT/redis-operator
v0.11.0 - July 5, 2021
🪲 Bug Fixes
- Fix the Redis cluster and Redis CRD
- Fixed TLS authentication between the redis cluster
- Fixed RBAC policy for PDB
- Redis exporter exception handled
- External service fix
v0.10.0 - January 26, 2022
🎉 Features
- Added custom probes capability
- Added sidecar support for redis
- Added option for namespaced operator
- Added finalizers for Kubernetes resources
- Adding PodDisruptionBudget support
- Added TLS cluster support
- Pass through Annotations and Labels to all Child resources
- Adding Rudimentary IPv6 Support
🪲 Bug Fixes
- Fix up RedisClusterStatus Spec being the incorrect object
- Fixed invalid RBAC kustomization
- Fixed RBAC role for the operator
- Fixed service creation for leader and follower
v0.9.0 - November 13, 2021
🎉 Features
- Added RBAC policies for redis operator with the least privileges
🪲 Bug Fixes
- Fix and update documentation dependencies
- Test pointers before dereferencing
- Fix panic error of golang for redis exporter
- Fix resource block nil exception for redis exporter
v0.8.0 - September 3, 2021
v0.8.0
September 3, 2021
🎉 Features
- Added external configuration capability for follower and leader
- Streamlined examples folder with different examples for standalone and cluster
- Added the capability for affinity for leader and follower
v0.7.0 - August 12, 2021
🎉 Features
- Remove all the vulnerable dependencies from docs(NodeJS)
- Added a new grafana dashboard for better monitoring visualization
- Added environment variable support for Redis exporter
- Added Image Pull Secret support for private registries
🪲 Bug Fixes
- Fix bug for non-defined storage
- Fixed secret nil exception bug
- Fixed bug for making Redis exporter optional
v0.6.0 - June 11, 2021
🎉 Features
- Broke the CRDs into Redis standalone cluster setup
- Optimized code configuration for creating Redis cluster
- Removed string secret type and secret type password is only supported
- Structured and optimized Golang based codebase
- Removed divisive terminologies
🪲 Bug Fixes
- Removed the monitor label to resolve the service endpoint issue
v0.5.0 - May 1, 2021
🎉 Features
- Added support for recovering redis nodes from failover
- Added toleration support for redis stateful
- Added capability to use existing secret created inside K8s
🪲 Bug Fixes
- Fixed logic for service and statefulset comparison in K8s
v0.4.0 - February 6, 2021
🎉 Features
- Add Nodeport support for Kubernetes service
🪲 Bug Fixes
- Updated helm chart with latest CRD configuration
- Optimized helm chart
- RBAC issues fixed