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 docker.dragonflydb.io/dragonflydb/dragonfly ( v1.26.0 → v1.26.1 ) #467

Merged

Conversation

commit-commander[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
docker.dragonflydb.io/dragonflydb/dragonfly patch v1.26.0 -> v1.26.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.26.1

Compare Source

This is a patch release.
What's Changed
  • fix: data race in LREM operation (#​4414)
  • fix: admin port should show all the info data (#​4433)
  • fix: resp3 was ignored under squashing, zrange + multi did was inconsistent (#​4400)
  • fix: data tiering fixes: #​4395, #​4388 #​4416
  • fix: bulk string ending were not properly rendered (#​4441)

Full Changelog: dragonflydb/dragonfly@v1.26.0...v1.26.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@commit-commander
Copy link
Contributor Author

--- kubernetes/main/apps/database/dragonfly/cluster Kustomization: flux-system/dragonfly-cluster Dragonfly: database/dragonfly-cluster

+++ kubernetes/main/apps/database/dragonfly/cluster Kustomization: flux-system/dragonfly-cluster Dragonfly: database/dragonfly-cluster

@@ -25,13 +25,13 @@

   env:
   - name: MAX_MEMORY
     valueFrom:
       resourceFieldRef:
         divisor: 1Mi
         resource: limits.memory
-  image: docker.dragonflydb.io/dragonflydb/dragonfly:v1.26.0@sha256:b4e8651a30f3126b67f65d923657d9fb2438003cdae816c0b41dd5b8e28dd7f2
+  image: docker.dragonflydb.io/dragonflydb/dragonfly:v1.26.1@sha256:eb2dbfb94f6712c709b0261e2d46c9e437b3e67720bdfe05121f1f06c2abe3aa
   replicas: 2
   resources:
     limits:
       cpu: 600m
       memory: 750Mi
     requests:

@d4rkfella d4rkfella merged commit 8617f25 into main Jan 13, 2025
13 checks passed
@d4rkfella d4rkfella deleted the renovate/main-docker.dragonflydb.io-dragonflydb-dragonfly-1.x branch January 13, 2025 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant