Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update image docker.dragonflydb.io/dragonflydb/dragonfly ( v1.25.0 → v1.25.1 ) #4626

Merged

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Nov 12, 2024

This PR contains the following updates:

Package Update Change
docker.dragonflydb.io/dragonflydb/dragonfly patch v1.25.0 -> v1.25.1

Release Notes

dragonflydb/dragonfly (docker.dragonflydb.io/dragonflydb/dragonfly)

v1.25.1

Compare Source

This is a patch release.

fix: regression in squashing code when determining eval commands (#​4116)

The regression was caused by #​3947 and it causes crashes in bullmq.
It has not been found till now because python client sends commands in uppercase.
Fixes #​4113

Signed-off-by: Roman Gershman [email protected]

…fly ( v1.25.0 → v1.25.1 )

| datasource | package                                     | from    | to      |
| ---------- | ------------------------------------------- | ------- | ------- |
| docker     | docker.dragonflydb.io/dragonflydb/dragonfly | v1.25.0 | v1.25.1 |
@repo-jeeves repo-jeeves bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Nov 12, 2024
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Nov 12, 2024

--- kubernetes/main/apps/dbms/dragonfly-operator/cluster Kustomization: flux-system/dbms-dragonfly-cluster Dragonfly: dbms/dragonfly

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

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

   env:
   - name: MAX_MEMORY
     valueFrom:
       resourceFieldRef:
         divisor: 1Mi
         resource: limits.memory
-  image: docker.dragonflydb.io/dragonflydb/dragonfly:v1.25.0@sha256:11e60c69be1d42fd98b5cecce910b243e361c3ed19d525fb8e178214bc79e57e
+  image: docker.dragonflydb.io/dragonflydb/dragonfly:v1.25.1@sha256:d40f3373dc65fa72a85df26194e99cd442bab741430e6c7f57456b0d7e2cdc88
   labels:
     dragonflydb.io/cluster: dragonfly
   replicas: 3
   resources:
     limits:
       memory: 512Mi

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Nov 12, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.02s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 2.61s
✅ YAML prettier 1 0 0.36s
✅ YAML yamllint 1 0 0.3s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@szinn szinn merged commit b66684a into main Nov 12, 2024
16 checks passed
@szinn szinn deleted the renovate/main-docker.dragonflydb.io-dragonflydb-dragonfly-1.x branch November 12, 2024 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant