Skip to content

feat(github-release): update dragonfly group#3065

Open
bot-akira[bot] wants to merge 1 commit intomainfrom
renovate/dragonfly
Open

feat(github-release): update dragonfly group#3065
bot-akira[bot] wants to merge 1 commit intomainfrom
renovate/dragonfly

Conversation

@bot-akira
Copy link
Copy Markdown
Contributor

@bot-akira bot-akira bot commented Feb 23, 2026

This PR contains the following updates:

Package Update Change
dragonflydb/dragonfly-operator minor v1.4.0v1.5.0
ghcr.io/dragonflydb/dragonfly minor v1.36.0v1.37.2
ghcr.io/dragonflydb/operator minor v1.4.0v1.5.0

Warning

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


Release Notes

dragonflydb/dragonfly-operator (dragonflydb/dragonfly-operator)

v1.5.0

Compare Source

Release v1.5.0

Docker image: ghcr.io/dragonflydb/operator:v1.5.0
Helm chart: oci://ghcr.io/dragonflydb/dragonfly-operator/helm

What's Changed

New Contributors

Full Changelog: dragonflydb/dragonfly-operator@v1.4.0...v1.5.0

dragonflydb/dragonfly (ghcr.io/dragonflydb/dragonfly)

v1.37.2

Compare Source

This is a patch release
What's Changed
  • fix(json): JSON.NUMINCRBY negative result overflow (#​6981)
  • fix(streams): crash for XREAD BLOCK with replication (#​6980)
  • fix(bitops): Improve performance of SETBIT operation (#​6745)

Full Changelog: dragonflydb/dragonfly@v1.37.0...v1.37.2

v1.37.0

Compare Source

Dragonfly v1.37.0
Important stability fixes and changes:
  • Significant memory reduction around json documents #​6511
  • Vector search memory usage is 40% less with hash map documents: #​6436 #​6437
  • Support of SORT command - including BY and GET options.
  • Several bug fixes around streams: #​6506 #​6492 #​6532
  • Added support for DIGEST and DELEX commands: #​6328
What's Changed
Huge thanks to all the contributors! ❤️
New Contributors

Full Changelog: dragonflydb/dragonfly@v1.36.0...v1.37.0


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@bot-akira
Copy link
Copy Markdown
Contributor Author

bot-akira bot commented Feb 23, 2026

--- kubernetes/apps/database/dragonfly/app Kustomization: database/dragonfly HelmRelease: database/dragonfly-operator

+++ kubernetes/apps/database/dragonfly/app Kustomization: database/dragonfly HelmRelease: database/dragonfly-operator

@@ -30,13 +30,13 @@

             - --health-probe-bind-address=:8081
             - --metrics-bind-address=:8080
             command:
             - /manager
             image:
               repository: ghcr.io/dragonflydb/operator
-              tag: v1.4.0@sha256:b6ceebe49d4687a4fc3e485724a0cfcf0ca2dfba1d5508375543b8db46a66fc1
+              tag: v1.5.0@sha256:2ceb0128302cd7756b743cc5d56ec9479fb08163b5c563897045a4e5e1555f02
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
--- kubernetes/apps/database/dragonfly/cluster Kustomization: database/dragonfly-cluster Dragonfly: database/dragonfly

+++ kubernetes/apps/database/dragonfly/cluster Kustomization: database/dragonfly-cluster Dragonfly: database/dragonfly

@@ -18,13 +18,13 @@

   env:
   - name: MAX_MEMORY
     valueFrom:
       resourceFieldRef:
         divisor: 1Mi
         resource: limits.memory
-  image: ghcr.io/dragonflydb/dragonfly:v1.36.0@sha256:af221b68138afb0b0238401c335493cfc2b060d577c5d6c018ddf6a29d3119f9
+  image: ghcr.io/dragonflydb/dragonfly:v1.37.2@sha256:e45de310788d110d621655f6340b5b0818d860210ad6a350a4d277d57c14349a
   replicas: 1
   resources:
     limits:
       memory: 256Mi
     requests:
       cpu: 100m

@bot-akira bot-akira bot force-pushed the renovate/dragonfly branch from 34be12c to 59e1d6f Compare March 19, 2026 14:05
@bot-akira bot-akira bot changed the title feat(container): update image ghcr.io/dragonflydb/dragonfly (v1.36.0 → v1.37.0) feat(github-release): update dragonfly group Mar 19, 2026
@bot-akira
Copy link
Copy Markdown
Contributor Author

bot-akira bot commented Mar 19, 2026

--- HelmRelease: database/dragonfly-operator Deployment: database/dragonfly-operator

+++ HelmRelease: database/dragonfly-operator Deployment: database/dragonfly-operator

@@ -47,13 +47,13 @@

       containers:
       - args:
         - --health-probe-bind-address=:8081
         - --metrics-bind-address=:8080
         command:
         - /manager
-        image: ghcr.io/dragonflydb/operator:v1.4.0@sha256:b6ceebe49d4687a4fc3e485724a0cfcf0ca2dfba1d5508375543b8db46a66fc1
+        image: ghcr.io/dragonflydb/operator:v1.5.0@sha256:2ceb0128302cd7756b743cc5d56ec9479fb08163b5c563897045a4e5e1555f02
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15

@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Signed-off-by: bot-akira[bot] <159718293+bot-akira[bot]@users.noreply.github.com>
@bot-akira bot-akira bot force-pushed the renovate/dragonfly branch from 59e1d6f to bcea115 Compare March 26, 2026 07:56
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