Skip to content

Releases: orange-cloudfoundry/redis-orange

v1.0.3.1

02 Mar 08:48
Compare
Choose a tag to compare
v1.0.3.1 Pre-release
Pre-release

v1.0.2.2

18 Feb 08:27
Compare
Choose a tag to compare
v1.0.2.2 Pre-release
Pre-release
  • Added:

    • pre-start, post-start and pre-stop in Redis job,
    • pre-start and pre-stop to Redis Sentinel job

    to support BOSH recreate to support Redis high availability with Redis Sentinel and Redis Cluster high availability. Your deployment must be serial and having a persistent storage to support this feature.

  • Components update:

v1.0.3

07 Oct 07:40
Compare
Choose a tag to compare
v1.0.3 Pre-release
Pre-release

v1.0.2

26 Feb 08:24
Compare
Choose a tag to compare
  • Refine Redis memory usage by maxmemory property and memory eviction policies.
  • Delay automatic restart to avoid persistence on disk to deal with the issue:

If you are using replication, make sure that either your master has persistence enabled, or that it does not automatically restarts on crashes: replicas will try to be an exact copy of the master, so if a master restarts with an empty data set, replicas will be wiped as well.

  • Add redis_sentinel_exporter to monitor Redis Sentinel with Prometheus.
  • RDB persistence was enabled by default. Since this release, no persistence (i.e. no RDB neither AOF)is the default and, by default, diskless is used for replication.
  • CONFIG REWRITE failed: Permission denied in Redis Sentinel or Redis Cluster with High Availability is fixed.
  • Components update:
    • Redis 5.0.5 -> 5.0.7
    • OpenJDK 12.0.1 -> 13.0.2
    • redis_exporter 1.0.3 -> 1.3.4
    • Spring Boot 2.1.6 -> 2.2.2 and 1.5.21 -> 1.5.22
    • Spring Cloud Open Service Broker 3.0.3 -> 3.1.0
    • Spring Cloud - Cloud Foundry Service Broker 1.0.3 -> 1.0.4