Skip to content

Commit

Permalink
fix(container): update ghcr.io/dragonflydb/dragonfly ( v1.25.4 → v1.2…
Browse files Browse the repository at this point in the history
…5.5 ) (#6004)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/dragonflydb/dragonfly](https://redirect.github.com/dragonflydb/dragonfly)
| patch | `v1.25.4` -> `v1.25.5` |

---

### Release Notes

<details>
<summary>dragonflydb/dragonfly (ghcr.io/dragonflydb/dragonfly)</summary>

###
[`v1.25.5`](https://redirect.github.com/dragonflydb/dragonfly/releases/tag/v1.25.5)

[Compare
Source](https://redirect.github.com/dragonflydb/dragonfly/compare/v1.25.4...v1.25.5)

##### This is a patch release.

##### What's Changed

1. Fix crash when no SEPARATOR is specified in the FT.CREATE command
([#&#8203;4205](https://redirect.github.com/dragonflydb/dragonfly/issues/4205))
2. Fix crash when defragmenting `StringSet`
([#&#8203;4283](https://redirect.github.com/dragonflydb/dragonfly/issues/4283))
3. Fix crash caused by destructor in RaxTreeMap
([#&#8203;4228](https://redirect.github.com/dragonflydb/dragonfly/issues/4228)
)

**Full Changelog**:
dragonflydb/dragonfly@v1.25.4...v1.25.5

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS42Mi4yIiwidXBkYXRlZEluVmVyIjoiMzkuNjIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Dec 17, 2024
1 parent 4d30cbd commit 48da275
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Dragonfly
metadata:
name: dragonfly
spec:
image: ghcr.io/dragonflydb/dragonfly:v1.25.4
image: ghcr.io/dragonflydb/dragonfly:v1.25.5
replicas: 3
env:
- name: MAX_MEMORY
Expand Down

0 comments on commit 48da275

Please sign in to comment.