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.26.0 → v1.26.1 ) #4976

Merged

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Jan 13, 2025

This PR contains the following updates:

Package Update Change
docker.dragonflydb.io/dragonflydb/dragonfly patch v1.26.0 -> v1.26.1

Release Notes

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

v1.26.1

Compare Source

This is a patch release.
What's Changed
  • fix: data race in LREM operation (#​4414)
  • fix: admin port should show all the info data (#​4433)
  • fix: resp3 was ignored under squashing, zrange + multi did was inconsistent (#​4400)
  • fix: data tiering fixes: #​4395, #​4388 #​4416
  • fix: bulk string ending were not properly rendered (#​4441)

Full Changelog: dragonflydb/dragonfly@v1.26.0...v1.26.1

…fly ( v1.26.0 → v1.26.1 )

| datasource | package                                     | from    | to      |
| ---------- | ------------------------------------------- | ------- | ------- |
| docker     | docker.dragonflydb.io/dragonflydb/dragonfly | v1.26.0 | v1.26.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 Jan 13, 2025
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jan 13, 2025

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

+++ kubernetes/main/apps/dbms/dragonfly-operator/cluster Kustomization: flux-system/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.26.0@sha256:b4e8651a30f3126b67f65d923657d9fb2438003cdae816c0b41dd5b8e28dd7f2
+  image: docker.dragonflydb.io/dragonflydb/dragonfly:v1.26.1@sha256:eb2dbfb94f6712c709b0261e2d46c9e437b3e67720bdfe05121f1f06c2abe3aa
   labels:
     dragonflydb.io/cluster: dragonfly
   replicas: 3
   resources:
     limits:
       memory: 512Mi

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jan 13, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.12s
✅ REPOSITORY git_diff yes no 0.07s
✅ REPOSITORY secretlint yes no 3.34s
✅ YAML prettier 1 0 0.38s
✅ YAML yamllint 1 0 0.37s

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 d7dbf9f into main Jan 13, 2025
16 checks passed
@szinn szinn deleted the renovate/main-docker.dragonflydb.io-dragonflydb-dragonfly-1.x branch January 13, 2025 10:49
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