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 ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.22.1 ) #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/dragonflydb/dragonfly minor v1.16.0 -> v1.22.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dragonflydb/dragonfly (ghcr.io/dragonflydb/dragonfly)

v1.22.1

Compare Source

Dragonfly v1.22.1

This is a patch release. Urgency to update: low

fix: infinite recursive calls in the allocation tracker #​3665

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

v1.22.0

Compare Source

Dragonfly v1.22.0

Some prominent changes include:

  • Lots of stability fixes around JSON and Search APIS:
    #​3459, #​3284, #​3537, #​3544,#​3580, #​3582, #​3578, #​3591, #​3597, #​3539
  • Support HELLO AUTH handshake: #​3486
  • Implement FT.TAGVALS: #​3493
  • Introduce Dragonfly specific lua pragmas: #​3517
  • Memcache now replicates flags correctly: #​3538
  • Memcache API now supports absolute timestamps as well: #​3607
  • PEXPIRETIME and EXPIRETIME are implemented by @​Eunoia1729 - thank you!
  • Last but not least, a significant contribution by @​cunla: a massive test suite, likely the largest in Dragonfly's history, with 12K lines of code. This contribution has sparked further efforts to enhance Dragonfly's compatibility and stability. The initial results are included in this release.

What's Changed

New Contributors

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

v1.21.4

Compare Source

Dragonfly v1.21.4

This is a patch release.

chore: fix search replication (#​3547)

v1.21.3

Compare Source

Dragonfly v1.21.3

This is a patch release.

fix: display real replica remote address in INFO logs
fix: crash with concurrent multi-shard BLMOVE operations #​3540

This follows up on Dragonfly v1.21.2 release.

v1.21.2

Compare Source

Dragonfly v1.21.2

This is a patch release.

fix: disable code that can cause potential deadlocks during the replication (#​3521)

This follows up on Dragonfly v1.21.0 release, that includes the following prominent features:

  • Alpha release of SSD Data tiering - enabled with flag --tiered_prefix some/path/basename
  • Very basic support of multi-tenancy #​3260
  • HSETEX now supports NX option, see our docs.
  • Added support for JSON.MERGE and for JSON.MSET.
  • valkey's replica-announce-ip and --cluster--announc--ip are consolidated via --announce-ip flag.

Full Changelog: dragonflydb/dragonfly@v1.21.1...v1.21.2

v1.21.1

Compare Source

Dragonfly v1.21.1

This is a patch release.

fix: the replication from older masters to newer versions (#​3473)

This follows up on Dragonfly v1.21.0 release, that includes the following prominent features:

  • Alpha release of SSD Data tiering - enabled with flag --tiered_prefix some/path/basename
  • Very basic support of multi-tenancy @​3260
  • HSETEX now supports NX option, see our docs.
  • Added support for JSON.MERGE and for JSON.MSET.
  • valkey's replica-announce-ip and --cluster--announc--ip are consolidated via --announce-ip flag.

v1.21.0

Compare Source

Dragonfly v1.21.0

Some prominent changes include:

  • Alpha release of SSD Data tiering - enabled with flag --prefix some/path/basename
  • Very basic support of multi-tenancy @​3260
  • HSETEX now supports NX option, see our docs.
  • Added support for JSON.MERGE and for JSON.MSET.
  • valkey's replica-announce-ip and --cluster--announc--ip are consolidated via --announce-ip flag.
What's Changed

Configuration

📅 Schedule: Branch creation - "on saturday" in timezone America/New_York, 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Apr 13, 2024

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

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

@@ -12,13 +12,13 @@

     kustomize.toolkit.fluxcd.io/namespace: flux-system
   name: dragonfly
   namespace: database
 spec:
   args:
   - --proactor_threads=2
-  image: ghcr.io/dragonflydb/dragonfly:v1.16.0@sha256:27f7e10867075007f304d56e636b9dbaa6c871707f967de33308a1d220373fb3
+  image: ghcr.io/dragonflydb/dragonfly:v1.22.1@sha256:3150693554620d4b415a66821ec95fd293536fb42d17b7b80a6e692eb19a5e24
   replicas: 3
   resources:
     limits:
       memory: 4096Mi
     requests:
       cpu: 20m

@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch 2 times, most recently from 7bc3293 to 83a9bd6 Compare April 16, 2024 11:44
@renovate renovate bot changed the title fix(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.16.1 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.17.0 ) Apr 16, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from 83a9bd6 to 1ffd518 Compare April 18, 2024 06:54
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.17.0 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.17.1 ) Apr 18, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from 1ffd518 to ed47600 Compare May 9, 2024 10:07
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.17.1 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.18.0 ) May 9, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from ed47600 to ce63dfc Compare May 16, 2024 14:51
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.18.0 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.18.1 ) May 16, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from ce63dfc to 98daf75 Compare June 5, 2024 08:28
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.18.1 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.19.0 ) Jun 5, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from 98daf75 to 4973fff Compare July 1, 2024 07:43
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.19.0 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.19.1 ) Jul 1, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from 4973fff to ff4dea8 Compare July 2, 2024 13:17
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.19.1 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.19.2 ) Jul 2, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from ff4dea8 to d6d9b0a Compare July 9, 2024 14:23
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.19.2 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.20.0 ) Jul 9, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from d6d9b0a to d89bae2 Compare July 10, 2024 04:38
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.20.0 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.20.1 ) Jul 10, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from d89bae2 to 638aa68 Compare August 7, 2024 11:42
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.20.1 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.21.0 ) Aug 7, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from 638aa68 to 9e62846 Compare August 9, 2024 11:57
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.21.0 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.21.1 ) Aug 9, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from 9e62846 to c7fd809 Compare August 16, 2024 04:47
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.21.1 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.21.2 ) Aug 16, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from c7fd809 to 6c003ed Compare August 22, 2024 14:34
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.21.2 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.21.3 ) Aug 22, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from 6c003ed to 6ee4745 Compare August 23, 2024 09:18
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.21.3 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.21.4 ) Aug 23, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from 6ee4745 to 08a3eb3 Compare September 3, 2024 17:24
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.21.4 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.22.0 ) Sep 3, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from 08a3eb3 to 09a2f89 Compare September 4, 2024 22:37
@renovate renovate bot force-pushed the renovate/ghcr.io-dragonflydb-dragonfly-1.x branch from 09a2f89 to 8a086b6 Compare September 8, 2024 13:42
@renovate renovate bot changed the title feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.22.0 ) feat(container): update ghcr.io/dragonflydb/dragonfly ( v1.16.0 → v1.22.1 ) Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants