Skip to content

Releases: spotahome/redis-operator

v1.0.0-rc.1

10 May 15:34
ca1c33f
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

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

26 Mar 15:17
d322a43
Compare
Choose a tag to compare

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

06 Mar 11:44
c45127b
Compare
Choose a tag to compare

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

27 Feb 10:37
a970bf6
Compare
Choose a tag to compare

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

19 Feb 16:07
5be1137
Compare
Choose a tag to compare

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

15 Oct 10:43
634495a
Compare
Choose a tag to compare

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

18 Sep 10:56
198ad91
Compare
Choose a tag to compare

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

04 Sep 11:33
500ed2d
Compare
Choose a tag to compare

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

03 Sep 10:16
bac9c2f
Compare
Choose a tag to compare

Release notes

  • Persist Redis data on disk. Fixes #77.

Download image

docker pull quay.io/spotahome/redis-operator:0.5.1

0.5.0

24 Aug 10:26
7bba835
Compare
Choose a tag to compare

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