From d0b66b62f6f09921525192d991f9dd41e917137c Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 02:43:59 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/dragonflydb/?= =?UTF-8?q?dragonfly=20(=20v1.21.1=20=E2=86=92=20v1.21.2=20)=20(#5240)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dragonflydb/dragonfly](https://togithub.com/dragonflydb/dragonfly) | patch | `v1.21.1` -> `v1.21.2` | --- ### Release Notes
dragonflydb/dragonfly (ghcr.io/dragonflydb/dragonfly) ### [`v1.21.2`](https://togithub.com/dragonflydb/dragonfly/releases/tag/v1.21.2) [Compare Source](https://togithub.com/dragonflydb/dragonfly/compare/v1.21.1...v1.21.2) ##### Dragonfly v1.21.2 This is a patch release. fix: disable code that can cause potential deadlocks during the replication ([#​3521](https://togithub.com/dragonflydb/dragonfly/issues/3521)) This follows up on **[Dragonfly v1.21.0](https://togithub.com/dragonflydb/dragonfly/releases/tag/v1.21.0)** release, that includes the following prominent features: - Alpha release of SSD Data tiering - enabled with flag `--tiered_prefix some/path/basename` - Very basic support of multi-tenancy [#​3260](https://togithub.com/dragonflydb/dragonfly/issues/3260) - HSETEX now supports NX option, see [our docs](https://www.dragonflydb.io/docs/command-reference/hashes/hsetex). - Added support for JSON.MERGE and for JSON.MSET. - valkey's replica-announce-ip and --cluster--announc--ip are consolidated via `--announce-ip` flag. **Full Changelog**: https://github.com/dragonflydb/dragonfly/compare/v1.21.1...v1.21.2
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com> --- kubernetes/kyak/apps/database/dragonfly/cluster/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/kyak/apps/database/dragonfly/cluster/cluster.yaml b/kubernetes/kyak/apps/database/dragonfly/cluster/cluster.yaml index ec801c4bc5..2f3351494a 100644 --- a/kubernetes/kyak/apps/database/dragonfly/cluster/cluster.yaml +++ b/kubernetes/kyak/apps/database/dragonfly/cluster/cluster.yaml @@ -5,7 +5,7 @@ kind: Dragonfly metadata: name: dragonfly spec: - image: ghcr.io/dragonflydb/dragonfly:v1.21.1 + image: ghcr.io/dragonflydb/dragonfly:v1.21.2 replicas: 6 # set to the number of nodes in the cluster env: - name: MAX_MEMORY