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

feat(container): update image docker.dragonflydb.io/dragonflydb/dragonfly ( v1.22.2 → v1.23.0 ) #4341

Merged

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Sep 25, 2024

This PR contains the following updates:

Package Update Change
docker.dragonflydb.io/dragonflydb/dragonfly minor v1.22.2 -> v1.23.0

Release Notes

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

v1.23.0

Compare Source

Dragonfly v1.23.0

Some prominent changes include:

  • Fix container healthchecks for both privileged and non-privileged environments #​3644
  • Fix FT.AGGREGATE command (#​3657 #​3660 )
  • Fix regression with the S3 access #​3717
  • Added ZRANGESTORE command #​3757
  • introducerss_oom_deny_ratio flag (#​3702) - now Dragonfly will reject write commands if its RSS memory usage
    crosses maxmemory*rss_oom_deny_ratio. The default value of this flag is set to 1.25.
  • Support for "CLIENT ID" and "CLIENT SETINFO" commands (#​3673 and #​3672)
  • Better memory tracking for JSON objects (#​3641)
What's Changed
New Contributors
Huge thanks to all the contributors! ❤️

Full Changelog: dragonflydb/dragonfly@v1.22.0...v1.23.0

…nfly ( v1.22.2 → v1.23.0 )

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

repo-jeeves bot commented Sep 25, 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.22.2@sha256:31e0b4ed3bfaa2c4237f2f7745281b5ba9db1a63055e29b8dd6d78310eb25b3d
+  image: docker.dragonflydb.io/dragonflydb/dragonfly:v1.23.0@sha256:e52d0fe89978e84554a8a94a9d8c7c4214300c88dc7e4e862403fc5362da908c
   labels:
     dragonflydb.io/cluster: dragonfly
   replicas: 3
   resources:
     limits:
       memory: 512Mi

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Sep 25, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.08s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 2.63s
✅ YAML prettier 1 0 0.37s
✅ YAML yamllint 1 0 0.31s

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 711ffaa into main Sep 25, 2024
16 checks passed
@szinn szinn deleted the renovate/main-docker.dragonflydb.io-dragonflydb-dragonfly-1.x branch September 25, 2024 18:16
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/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant