Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update image docker.dragonflydb.io/dragonflydb/dragonfly ( v1.26.2 → v1.26.3 ) #5127

Merged

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Feb 9, 2025

This PR contains the following updates:

Package Update Change
docker.dragonflydb.io/dragonflydb/dragonfly patch v1.26.2 -> v1.26.3

Release Notes

dragonflydb/dragonfly (docker.dragonflydb.io/dragonflydb/dragonfly)

v1.26.3

Compare Source

This is a patch release.
What's Changed
  • fix(search_family): Cherry pick commit "Support boolean and nullable types in indexes" (#​4560)
  • fix: a rare deadlock with blmove and multi-db (#​4568)
  • fix server: fix deadlock blmove does not conclude on error (#​4561)
  • fix: Bug GEQ range query bug (#​4557) - fixes the issue that mastodon users experienced with Dragonfly

Due to #​4557 it is strongly advised to update your dragonfly server to v1.26.3 if you use sorted sets / ZRANGEBYSCORE queries.

Full Changelog: dragonflydb/dragonfly@v1.26.2...v1.26.3

…fly ( v1.26.2 → v1.26.3 )

| datasource | package                                     | from    | to      |
| ---------- | ------------------------------------------- | ------- | ------- |
| docker     | docker.dragonflydb.io/dragonflydb/dragonfly | v1.26.2 | v1.26.3 |
@repo-jeeves repo-jeeves bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Feb 9, 2025
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Feb 9, 2025

--- kubernetes/main/apps/dbms/dragonfly-operator/cluster Kustomization: dbms/dragonfly-cluster Dragonfly: dbms/dragonfly

+++ kubernetes/main/apps/dbms/dragonfly-operator/cluster Kustomization: dbms/dragonfly-cluster Dragonfly: dbms/dragonfly

@@ -17,13 +17,13 @@

   env:
   - name: MAX_MEMORY
     valueFrom:
       resourceFieldRef:
         divisor: 1Mi
         resource: limits.memory
-  image: docker.dragonflydb.io/dragonflydb/dragonfly:v1.26.2@sha256:751e999697d63664ae2829e24d42473d4edfafd32ad5f34697e5e5f90c44a48b
+  image: docker.dragonflydb.io/dragonflydb/dragonfly:v1.26.3@sha256:3d8bad1a645476506cd80ad3212ac30179622f15b4bc362c03f5e1939ee2fee1
   labels:
     dragonflydb.io/cluster: dragonfly
   replicas: 3
   resources:
     limits:
       memory: 512Mi

@szinn szinn force-pushed the main branch 3 times, most recently from cc26d0e to 056b44b Compare February 9, 2025 12:09
@szinn szinn merged commit 6e85b70 into main Feb 9, 2025
22 checks passed
@szinn szinn deleted the renovate/main-docker.dragonflydb.io-dragonflydb-dragonfly-1.x branch February 9, 2025 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant