-
Notifications
You must be signed in to change notification settings - Fork 1
fix(container): update image ghcr.io/dragonflydb/dragonfly ( v1.40.1 → v1.40.2 ) - #3090
Open
renovate[bot] wants to merge 1 commit into
Open
fix(container): update image ghcr.io/dragonflydb/dragonfly ( v1.40.1 → v1.40.2 ) #3090renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
...→ v1.40.2 ) | datasource | package | from | to | | ---------- | ----------------------------- | ------- | ------- | | docker | ghcr.io/dragonflydb/dragonfly | v1.40.1 | v1.40.2 |
renovate
Bot
force-pushed
the
renovate/ghcr.io-dragonflydb-dragonfly-1.x
branch
from
September 7, 2026 17:18
4d52550 to
cf8e38a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.40.1→v1.40.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dragonflydb/dragonfly (ghcr.io/dragonflydb/dragonfly)
v1.40.2Compare Source
What's Changed
Tiered storage (disk offload)
tiered_max_pending_bytescap that covers both in-flight reads and writes, and export read/write/total usage as metrics.tiered_serialization_inflight_bytes_cap— snapshot serialization now throttles/waits when there are too many outstanding tiered reads, preventing unbounded memory growth from delayed entries during snapshotting.TraverseBySegmentOrder(same class of fix asDeleteExpiredStepin #8129), preventing entries from being skipped or revisited when the table resizes mid-scan; also exports additional tiering metrics/settings.INFO.tiered_repack_scan_budget_us=0).Replication / journal
DeleteExpiredSteptraversal withTraverseBySegmentOrder(#8129)EXPIREwrites that skip serialization.FLUSHSLOTSfrom inside the flush transaction, avoiding replication inconsistency during slot migration (#8061, backports #8032)Protocol
VALUEreply, overflowing the reply buffer.Advisory: it is advised to upgrade to this release due to the correctness bug with journaling #8157
Configuration
📅 Schedule: (in timezone Europe/Moscow)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.