trosvald / home-ops

My OnPrem Kubernetes cluster. Deploy on top of Talos Linux, automated via Flux, renovate 🤖, and Github actions
0 stars 0 forks source link

fix(container): update ghcr.io/dragonflydb/dragonfly ( v1.25.1 → v1.25.2 ) #373

Closed monosense-arc[bot] closed 1 week ago

monosense-arc[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
ghcr.io/dragonflydb/dragonfly patch v1.25.1 -> v1.25.2

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dragonflydb/dragonfly (ghcr.io/dragonflydb/dragonfly) ### [`v1.25.2`](https://redirect.github.com/dragonflydb/dragonfly/releases/tag/v1.25.2) [Compare Source](https://redirect.github.com/dragonflydb/dragonfly/compare/v1.25.1...v1.25.2) ##### This is a patch release. 1. fix: Huge entries fail to load outside RDB / replication ([#​4154](https://redirect.github.com/dragonflydb/dragonfly/issues/4154)) fixes [#​4143](https://redirect.github.com/dragonflydb/dragonfly/issues/4143) 2. chore: optimize info command ([#​4137](https://redirect.github.com/dragonflydb/dragonfly/issues/4137)) decrease latency for "info server" and "info replication" commands 3. fix: Use `MOVED` error type for moved replies ([#​4125](https://redirect.github.com/dragonflydb/dragonfly/issues/4125)) Use `type` `MOVED` for moved replies, making them all the same under `# Errorstats` Fixes [#​4118](https://redirect.github.com/dragonflydb/dragonfly/issues/4118) 4. fix: a potential crash during client list ([#​4141](https://redirect.github.com/dragonflydb/dragonfly/issues/4141))

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.



This PR has been generated by Renovate Bot.

monosense-arc[bot] commented 1 week ago
--- kubernetes/main/apps/database/dragonfly/cluster Kustomization: flux-system/dragonfly-cluster Dragonfly: database/dragonfly

+++ kubernetes/main/apps/database/dragonfly/cluster Kustomization: flux-system/dragonfly-cluster Dragonfly: database/dragonfly

@@ -17,13 +17,13 @@

   env:
   - name: MAX_MEMORY
     valueFrom:
       resourceFieldRef:
         divisor: 1Mi
         resource: limits.memory
-  image: ghcr.io/dragonflydb/dragonfly:v1.25.1
+  image: ghcr.io/dragonflydb/dragonfly:v1.25.2
   replicas: 3
   resources:
     limits:
       memory: 512Mi
     requests:
       cpu: 100m
--- kubernetes/main/apps/dev/gitlab-redis/app Kustomization: flux-system/gitlab-redis Dragonfly: dev/gitlab-dragonfly

+++ kubernetes/main/apps/dev/gitlab-redis/app Kustomization: flux-system/gitlab-redis Dragonfly: dev/gitlab-dragonfly

@@ -17,13 +17,13 @@

   env:
   - name: MAX_MEMORY
     valueFrom:
       resourceFieldRef:
         divisor: 1Mi
         resource: limits.memory
-  image: ghcr.io/dragonflydb/dragonfly:v1.25.1
+  image: ghcr.io/dragonflydb/dragonfly:v1.25.2
   replicas: 3
   resources:
     limits:
       memory: 512Mi
     requests:
       cpu: 100m