• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

chideat / valkey-operator
22%

Build:
DEFAULT BRANCH: main
Repo Added 05 Feb 2025 06:56AM UTC
Files 146
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • chore/deps-combined-2026-03-16
  • chore/resolve-deps-prs
  • dependabot/github_actions/actions/setup-go-5
  • dependabot/go_modules/github.com/alicebob/miniredis/v2-2.35.0
  • dependabot/go_modules/github.com/fsnotify/fsnotify-1.8.0
  • dependabot/go_modules/github.com/fsnotify/fsnotify-1.9.0
  • dependabot/go_modules/github.com/samber/lo-1.49.1
  • dependabot/go_modules/github.com/stretchr/testify-1.10.0
  • dependabot/go_modules/gotest.tools/v3-3.5.2
  • dev
  • docs-optimize
  • feat/1.1.0
  • fix-kustomize-deployment
  • fix/cross-version-rolling-upgrade-data-loss
  • release-1.0
  • renovate/alpine-3.x
  • renovate/configure
  • renovate/patch-kubernetes
  • renovate/patch-patch-upgrades
  • test-fix
  • update-docs
  • update-valkey-examples
  • valkey-version-support

16 Mar 2026 11:51PM UTC coverage: 22.361% (-0.03%) from 22.394%
23171490864

push

github

web-flow
chore(deps): consolidate all dependabot dependency updates (#78)

* chore(deps): consolidate all dependabot dependency updates

Go modules:
- github.com/cert-manager/cert-manager: v1.18.2 → v1.20.0
- github.com/gomodule/redigo: v1.9.2 → v1.9.3
- github.com/samber/lo: v1.51.0 → v1.53.0
- github.com/stretchr/testify: v1.10.0 → v1.11.1
- go.uber.org/zap: v1.27.0 → v1.27.1

GitHub Actions:
- docker/build-push-action: v6 → v7
- docker/login-action: v3 → v4
- docker/setup-buildx-action: v3 → v4
- docker/setup-qemu-action: v3 → v4

Closes #68, #69, #70, #71, #72, #73, #74, #75, #76

* chore: bump Go version to 1.25 in CI and Dockerfile

go mod tidy updated go.mod to require go 1.25 due to updated
transitive dependencies (cert-manager v1.20, k8s.io v0.35.x).

* fix: migrate webhooks to controller-runtime v0.23 generic API

Replace deprecated webhook.CustomValidator/CustomDefaulter with
admission.Validator[T]/Defaulter[T] generic interfaces required by
controller-runtime v0.23. Method signatures now use concrete types
instead of runtime.Object, and NewWebhookManagedBy now takes the
object as a second argument instead of using .For().

* fix: add nil guards to user webhook methods for test compatibility

The new generic admission.Validator[T]/Defaulter[T] API passes typed
nil (*User)(nil) instead of a nil interface, so the old type assertion
nil-check is gone. Add explicit nil pointer guards to restore the
expected error behavior tested by user_webhook_test.go.

26 of 30 new or added lines in 4 files covered. (86.67%)

4605 of 20594 relevant lines covered (22.36%)

0.26 hits per line

Relevant lines Covered
Build:
Build:
20594 RELEVANT LINES 4605 COVERED LINES
0.26 HITS PER LINE
Source Files on main
  • Tree
  • List 146
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23171490864 main chore(deps): consolidate all dependabot dependency updates (#78) * chore(deps): consolidate all dependabot dependency updates Go modules: - github.com/cert-manager/cert-manager: v1.18.2 → v1.20.0 - github.com/gomodule/redigo: v1.9.2 → v1.9.3 - g... push 16 Mar 2026 11:55PM UTC web-flow github
22.36
23149259711 main fix: correct RDS Valkey webhook registration and failover defaults (#77) Two bugs in the RDS Valkey admission webhook: 1. Webhook annotations referenced the wrong API group (rds.inst.buf.red instead of rds.valkey.buf.red), causing both the mu... push 16 Mar 2026 02:41PM UTC web-flow github
22.39
23090196489 main fix: prevent data loss during cross-version rolling upgrade (#66) * fix: use SHUTDOWN NOSAVE when dbsize is 0 to prevent data loss during cross-version rolling upgrade During a rolling upgrade (e.g. 7.2 → 9.0), a node demoted to replica may atte... push 14 Mar 2026 02:53PM UTC web-flow github
22.39
23089980918 main chore(deps): resolve open dependabot PRs (#63, #64, #65) (#67) - Bump actions/checkout from v5 to v6 (closes #65) - Bump prometheus-operator/pkg/apis/monitoring from v0.85.0 to v0.86.1 (closes #64) - Bump valkey-go from v1.0.64 to v1.0.67 (closes... push 14 Mar 2026 02:39PM UTC web-flow github
22.3
23088168983 main Enhanced Stability, Pause Logic, and Sentinel Improvements (#59) * fix: correct IsPodAnnotationDiff function name in RDS controllers - Update function call from IsPodAnnonationDiff to IsPodAnnotationDiff - Maintain all other resource cleanup and... push 14 Mar 2026 12:45PM UTC web-flow github
22.3
17782866378 main chore: fixed docs push 17 Sep 2025 12:36AM UTC chideat github
19.35
17781615674 main minor updates (#57) * fix: fix bug of create sentinel with password * feat: added support of release push 16 Sep 2025 11:21PM UTC web-flow github
19.35
17759170857 main This commit introduces a number of improvements to the CI/CD pipeline and the operator's deployment configuration. (#56) Key changes include: - Upgrading the Go version to 1.24 in the CI workflows. - Enhancing the release process with better vers... push 16 Sep 2025 08:12AM UTC web-flow github
19.35
17456194134 main chore(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 (#26) * chore(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.8.0 to 1.9.0. - [Rele... push 04 Sep 2025 07:13AM UTC web-flow github
19.37
17397099658 main fix: update docs push 02 Sep 2025 08:01AM UTC chideat github
19.37
See All Builds (87)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc