Skip to content

Releases: IBM/operator-for-redis-cluster

Fix for stuck terminating pods

13 Jan 16:17
@cin cin
9e8ce99
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.13...0.3.14

Updates to optimal replica placement logic

09 Dec 20:12
@cin cin
4659a4f
Compare
Choose a tag to compare

What's Changed

  • Update Optimal Replica Placement Logic by @4n4nd in #76
  • Bump actions/setup-python from 4.3.0 to 4.3.1 by @dependabot in #77
  • Bump minimatch, recursive-readdir and serve-handler in /docs by @dependabot in #75

New Contributors

  • @4n4nd made their first contribution in #76

Full Changelog: 0.3.12...0.3.13

Kubernetes 1.25 Support

01 Dec 19:47
@cin cin
b95ca3a
Compare
Choose a tag to compare

Updated PDB from v1beta to v1
Updated Golang version to 1.19
Updated dependencies

Kubernetes 1.22+ is now supported

What's Changed

  • Bump helm/kind-action from 1.3.0 to 1.4.0 by @dependabot in #62
  • Bump node-forge, @docusaurus/core, @docusaurus/plugin-client-redirects, @docusaurus/plugin-content-docs and @docusaurus/preset-classic in /docs by @dependabot in #63
  • Bump helm/chart-testing-action from 2.3.0 to 2.3.1 by @dependabot in #64
  • Bump actions/setup-python from 4.2.0 to 4.3.0 by @dependabot in #65
  • Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by @dependabot in #66
  • Bump azure/setup-helm from 3.3 to 3.4 by @dependabot in #67
  • Bump loader-utils from 2.0.2 to 2.0.3 in /docs by @dependabot in #68
  • Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by @dependabot in #69
  • Bump loader-utils from 2.0.3 to 2.0.4 in /docs by @dependabot in #71
  • Updating PDB from v1beta to v1 by @cin in #73

Full Changelog: 0.3.11...0.3.12

PDB and Annotation Propagation Fix

12 Sep 15:39
@cin cin
177580d
Compare
Choose a tag to compare

What's Changed

  • Bump terser from 5.10.0 to 5.14.2 in /docs by @dependabot in #48
  • Bump azure/setup-helm from 3.1 to 3.3 by @dependabot in #49
  • Bump actions/setup-python from 4.1.0 to 4.2.0 by @dependabot in #50
  • Fix passing annotations to RedisCluster pod via pod template by @std0 in #53
  • Bump helm/chart-testing-action from 2.2.1 to 2.3.0 by @dependabot in #54
  • Use Min Available not Max unavailable by @5st7 in #58

New Contributors

  • @std0 made their first contribution in #53
  • @5st7 made their first contribution in #58

Full Changelog: 0.3.10...0.3.11

Redis 6.2.7 Update

18 Jul 14:44
@cin cin
26949c7
Compare
Choose a tag to compare

What's Changed

  • Updated Redis version to 6.2.7 by @cin in #47

Full Changelog: 0.3.9...0.3.10

Dependency and Tool Updates

13 Jul 19:39
@cin cin
67e45df
Compare
Choose a tag to compare

Updated golang version from 1.15 to 1.17
Updated go.mod dependencies
Updated kind version and k8s versions used in e2e tests
Additional dependabot changes included below

What's Changed

New Contributors

  • @cin made their first contribution in #46

Full Changelog: 0.3.8...0.3.9

E2E Tests Fix

12 Jan 16:21
821a0c5
Compare
Choose a tag to compare
  • Modified Github action to build all required images for e2e tests
  • Fixed image name in e2e test suite

Redis Pod Image Fix

07 Jan 21:33
fdc7230
Compare
Choose a tag to compare
  • Fixed the Redis pod init container image
  • Updated documentation to reflect the new repo

Fix Github Pages Documentation

06 Jan 22:07
Compare
Choose a tag to compare
  • Fix Github Pages documentation to display correctly
  • Remove compare CRD Github Action step

IBM Operator for Redis Cluster

06 Jan 21:29
Compare
Choose a tag to compare

This is the initial open-source release of the IBM Operator for Redis Cluster! 🚀

The operator deploys and manages a Redis cluster in a Kubernetes environment. We have been working on a fork of the Amadeus Redis Operator project for about a year. We implemented new features, fixed numerous bugs, and added overall stability to the operator.

To learn more about how the project works, visit our documentation: https://ibm.github.io/operator-for-redis-cluster.