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.15.1 → v1.16.0 ) #3354

Merged

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Apr 3, 2024

This PR contains the following updates:

Package Update Change
docker.dragonflydb.io/dragonflydb/dragonfly minor v1.15.1 -> v1.16.0

Release Notes

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

v1.16.0

Compare Source

Dragonfly v1.16.0

Our spring release. We are getting closer to 2.0 with some very exciting features ahead. Stay tuned!

Some prominent changes include:

  • Improved memory accounting of client connections (#​2710 #​2755 and #​2692 )
  • FT.AGGREGATE call (#​2413)
  • Properly handle and replicate Memcache flags (#​2787 #​2807)
  • Intoduce BF.AGGREGATE BD.(M)ADD and BF.(M)EXISTS methods (#​2801). Note, that it does not work with snapshots and replication yet.
  • Dragonfly builds natively on MacOS. We would love some help with extending the release pipeline to create a proper macos binary.
  • Following the requests from the Edge developers community, we added a basic HTTP API support! Try running Dragonfly with:
    --expose_http_api flag and then call curl -X POST -d '["ping"]' localhost:6379/api. We will follow up with more extensive docs later this month.
  • Lots of stability fixes, especially around Sidekiq and BullMQ workloads.
What's Changed
New Contributors
Huge thanks to all the contributors! ❤️

🇮🇱 🇺🇦

Full Changelog: dragonflydb/dragonfly@v1.15.0...v1.16.0

…nfly ( v1.15.1 → v1.16.0 )

| datasource | package                                     | from    | to      |
| ---------- | ------------------------------------------- | ------- | ------- |
| docker     | docker.dragonflydb.io/dragonflydb/dragonfly | v1.15.1 | v1.16.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 Apr 3, 2024
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Apr 3, 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

@@ -10,13 +10,13 @@

   namespace: dbms
 spec:
   args:
   - --maxmemory=1128Mi
   - --proactor_threads=4
   - --cluster_mode=emulated
-  image: docker.dragonflydb.io/dragonflydb/dragonfly:v1.15.1@sha256:48d7f1679a895702262808c83689df94b14d40c07401fad90723ad164d271150
+  image: docker.dragonflydb.io/dragonflydb/dragonfly:v1.16.0@sha256:27f7e10867075007f304d56e636b9dbaa6c871707f967de33308a1d220373fb3
   replicas: 3
   resources:
     limits:
       cpu: 500m
       memory: 1280Mi
     requests:

@szinn szinn merged commit 65bdaf8 into main Apr 3, 2024
11 checks passed
@szinn szinn deleted the renovate/main-docker.dragonflydb.io-dragonflydb-dragonfly-1.x branch April 3, 2024 09:33
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