Skip to content

Commit d716cf4

Browse files
fix(container): update image ghcr.io/dragonflydb/dragonfly ( v1.28.0 → v1.28.1 ) (#6573)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dragonflydb/dragonfly](https://redirect.github.com/dragonflydb/dragonfly) | patch | `v1.28.0` -> `v1.28.1` | --- ### Release Notes <details> <summary>dragonflydb/dragonfly (ghcr.io/dragonflydb/dragonfly)</summary> ### [`v1.28.1`](https://redirect.github.com/dragonflydb/dragonfly/releases/tag/v1.28.1) [Compare Source](https://redirect.github.com/dragonflydb/dragonfly/compare/v1.28.0...v1.28.1) ##### This is a patch release. Update urgency low, unless you use TLS sockets. ##### What's Changed - fix: TLS short write bug (romange/helio@bfb655c) - fix(hset_family): Fix crash on scan after expiry set ([#&#8203;4802](https://redirect.github.com/dragonflydb/dragonfly/issues/4802)) - feat(server): flush slots traverse better yield ([#&#8203;4821](https://redirect.github.com/dragonflydb/dragonfly/issues/4821)) - feat(cluster): add sleep between migration connecting attempts ([#&#8203;4798](https://redirect.github.com/dragonflydb/dragonfly/issues/4798)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjAuNSIsInVwZGF0ZWRJblZlciI6IjM5LjIyMC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
1 parent 7ee5f17 commit d716cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/kyak/apps/database/dragonfly/cluster/cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: Dragonfly
55
metadata:
66
name: dragonfly
77
spec:
8-
image: ghcr.io/dragonflydb/dragonfly:v1.28.0
8+
image: ghcr.io/dragonflydb/dragonfly:v1.28.1
99
replicas: 3
1010
env:
1111
- name: MAX_MEMORY

0 commit comments

Comments
 (0)