redis-operator icon indicating copy to clipboard operation
redis-operator copied to clipboard

RedisOperator is a production-ready Kubernetes operator designed to simplify the deployment and management of Redis Sentinel, Redis clusters, and standalone Redis instances.

Results 11 redis-operator issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.47.0 to 1.52.0. Release notes Sourced from github.com/samber/lo's releases. v1.52.0 Thrilled to announce the latest release of samber/lo! This version brings major improvements: A new it/ sub-package...

dependencies
go

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 6. Release notes Sourced from actions/setup-go's releases. v6.0.0 What's Changed Breaking Changes Improve toolchain handling to ensure more reliable and consistent toolchain selection and management...

dependencies
github_actions

Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.6.0 to 1.9.0. Release notes Sourced from github.com/fsnotify/fsnotify's releases. v1.9.0 Changes and fixes all: make BufferedWatcher buffered again (#657) inotify: fix race when adding/removing watches while a...

dependencies
go

Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.27.5 to 2.27.7. Release notes Sourced from github.com/urfave/cli/v2's releases. v2.27.7 What's Changed Update dependencies in v2 series by @​meatballhat in urfave/cli#2159 Full Changelog: https://github.com/urfave/cli/compare/v2.27.6...v2.27.7 v2.27.6 What's Changed...

dependencies
go

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.36.2 to 1.38.2. Release notes Sourced from github.com/onsi/gomega's releases. v1.38.2 1.38.2 roll back to go 1.23.0 [c404969] v1.38.1 1.38.1 Fixes Numerous minor fixes and dependency bumps v1.38.0...

dependencies
go

Bumps [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) from 2.33.0 to 2.35.0. Release notes Sourced from github.com/alicebob/miniredis/v2's releases. drop a go.mod dep, lua fi, BLMOVE XAUTOCLAIM fixes add Lua redis.setresp({2,3}) embed gopher-json package fix XAUTOCLAIM (thanks...

dependencies
go

build(deps): update Go dependencies to latest versions - Update Go version from 1.23.0 to 1.24.0 - Update cert-manager from v1.9.1 to v1.18.2 - Update Kubernetes dependencies to v0.32.0 - Update...

bug: auto generate operator user secret not deleted when instance is deleted

bug

Currently, acl user password is set in acl config in plaintext. use hash 256 to store the password

enhancement