Skip to content

feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.37.0 ➔ v1.38.1 )#409

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-dragonflydb-dragonfly-1.x
Open

feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.37.0 ➔ v1.38.1 )#409
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-dragonflydb-dragonfly-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 26, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
ghcr.io/dragonflydb/dragonfly minor v1.37.0v1.38.1

Release Notes

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

v1.38.1

Compare Source

This is a patch release
What's Changed
  • fix(server): Re-use journal executor (#​7201)
  • test(connection): add a fix for FIN_WAIT_2 leak bug with BLPOP (#​7224)
  • fix: avoid O(n) scans in NotifyWatchQueue (#​7225)

Full Changelog: dragonflydb/dragonfly@v1.38.0...v1.38.1

v1.38.0

Compare Source

Dragonfly v1.38.0

This release is a major one with lots of significant improvements and stability fixes.
It may behave differently due to changes in its core data structures.
We worked hard to avoid any regressions so please let us know if you observe degradation around item expiry behavior, replication or backups.

Important stability fixes and changes:

Top-K command family (TOPK.*): RedisBloom-compatible heavy-hitter sketch with
RDB persistence. (#​6920, #​6931, #​6932, #​6950)

Count-Min Sketch family (CMS.*): Full CMS with INITBYDIM, INITBYPROB,
INCRBY, QUERY, MERGE, INFO. RDB persistence. (#​6867, #​6888, #​6896, #​6897)

~26% memory reduction for TTL workloads: Expire table eliminated, expiry embedded
in CompactKey via SDS_TTL_TAG. 10M keys: 900 MB -> 665 MB. (#​6923, #​6925, #​6933)

HTTL command: Returns remaining TTL for specific hash fields. (#​6879)

VECTOR_RANGE search: Radius-based vector similarity queries in FT.SEARCH and
FT.AGGREGATE for both FLAT and HNSW indexes, with optional YIELD_DISTANCE_AS.
(#​6880, #​6898, #​6938)

FT.AGGREGATE: FILTER, APPLY, DIALECT, KNN: Full expression-based filtering,
computed fields, dialect selection, and KNN steps in the aggregation pipeline.
(#​6968, #​6982, #​7066)

Smarter KNN prefilter: Falls back to brute-force scan when prefilter result set
is small. (#​6730)

Replica expired-key deletion: Replicas proactively delete expired keys on reads.
--replica_delete_expired (default true). (#​6985)

New Prometheus metrics: Pipeline latency histogram (dragonfly_pipeline_latency_seconds),
TLS handshake counter (tls_handshakes_total), stream access patterns
(stream_accesses_total), pipeline blocking counter. (#​6688, #​7015, #​6767, #​6685)

EKS Pod Identity for S3: AWS credential chain supports EKS Pod Identity and ECS
task roles. (#​6917)

Early TLS filter and TCP_DEFER_ACCEPT: Drops zombie connections at OS level before
allocating fiber/OpenSSL state. (#​6857)

Memcached io_loop_v2 enabled by default*: Async I/O with deferred replies. (#​6700)

Incremental SBF replication: Scalable Bloom Filter chunks flushed incrementally,
bounding peak memory. (#​7034)

What's Changed
Huge thanks to all the contributors! ❤️
New C

Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • 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 was generated by Mend Renovate. View the repository job log.

@kreigan-assistant
Copy link
Copy Markdown

kreigan-assistant Bot commented Mar 26, 2026

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

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

@@ -21,13 +21,13 @@

   env:
   - name: MAX_MEMORY
     valueFrom:
       resourceFieldRef:
         divisor: 1Mi
         resource: limits.memory
-  image: ghcr.io/dragonflydb/dragonfly:v1.37.0
+  image: ghcr.io/dragonflydb/dragonfly:v1.38.1
   replicas: 1
   resources:
     limits:
       cpu: 2
       memory: 2Gi
     requests:

@renovate renovate Bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from 221073f to 49efe44 Compare March 30, 2026 15:07
@renovate renovate Bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from 49efe44 to a7140e7 Compare April 14, 2026 09:12
@renovate renovate Bot changed the title fix(container): update ghcr.io/dragonflydb/dragonfly ( v1.37.0 ➔ v1.37.2 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.37.0 ➔ v1.38.0 ) Apr 14, 2026
…38.1 )

| datasource | package                       | from    | to      |
| ---------- | ----------------------------- | ------- | ------- |
| docker     | ghcr.io/dragonflydb/dragonfly | v1.37.0 | v1.38.1 |
@renovate renovate Bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from a7140e7 to 1a2172c Compare April 28, 2026 08:51
@renovate renovate Bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.37.0 ➔ v1.38.0 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.37.0 ➔ v1.38.1 ) Apr 28, 2026
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.

0 participants