Releases: spotahome/redis-operator
Releases · spotahome/redis-operator
v1.0.0-rc.1
Release notes
BREAKING CHANGE: new CRD version.
- Minimum Kubernetes version needed is 1.9.
- Custom Resource Definition moved to
databases.spotahome.com
.
- API version moved to v1.
- Standardize labels with the Kubernetes recommended ones.
- Update Kubernetes libraries to 1.11.9.
- Update Kooper to v0.5.1.
- Update Golang used to 1.12.
- Use new versioning standard.
- Chart unused values removed.
- Remove double loops for checking Sentinels data in memory.
Download image
docker pull quay.io/spotahome/redis-operator:v1.0.0-rc.1
0.5.8
Release notes
- Now all errors makes a redisfailover be marked as failed on metrics, to prevent that some errors were never alerted. #133
Download image
docker pull quay.io/spotahome/redis-operator:0.5.8
0.5.7
Release notes
- Command for Redis and Sentinel containers is now configurable. #127
- Fix panic if checking the
StartTime
of a pod that was not started yet (nil pointer exception). #126
Download image
docker pull quay.io/spotahome/redis-operator:0.5.7
0.5.6
Release notes
- Add tolerations to Redis and Sentinel pods. #116
- Improve management of
customConfig
so they admit any type of configuration. #121
Download image
docker pull quay.io/spotahome/redis-operator:0.5.6
0.5.5
Release notes
- Create flag to disable exporter probes #88
- Increase default memory #115
- Improve readability of code #113
- Typos, documentation improvements and examples fixes #102 #103 #108 #114
Download image
docker pull quay.io/spotahome/redis-operator:0.5.5
0.5.4
Release notes
- Improve the checker to make it more resilient.
- Reduce startup time.
- When force one master, choose the oldest one.
Download image
docker pull quay.io/spotahome/redis-operator:0.5.4
0.5.3
Release notes
- Limit length of redis-failovers name to prevent errors when creating the redis statefulsets.
- Add set as failure on metrics when cannot fix the status of redis/sentinel by the operator.
- Remove the redis-failover from metrics if deleted.
Download image
docker pull quay.io/spotahome/redis-operator:0.5.3
0.5.2
Release notes
- Higher
InitialDelaySeconds
probes times. Fixes #83.
- Default values for spec and validator for them (lost when release of 1alpha2 api version)
Download image
docker pull quay.io/spotahome/redis-operator:0.5.2
0.5.1
Release notes
- Persist Redis data on disk. Fixes #77.
Download image
docker pull quay.io/spotahome/redis-operator:0.5.1
0.5.0
Release notes
BREAKING CHANGE
- Change redis and sentinel custom configuration. Fixes #71.
- A ConfigMap for the custom configuration is no longer passed.
- An array of configurations can be passed on
customConfig
inside redis/sentinel spec.
Download image
docker pull quay.io/spotahome/redis-operator:0.5.0