-
Notifications
You must be signed in to change notification settings - Fork 1
feat(container): update docker.io/qdrant/qdrant ( v1.13.2 → v1.16.3 ) #613
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
base: main
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
ℹ️ SOPS Encryption CheckNo SOPS files detected in this pull request.
No encryption validation required for this PR. |
✅ Gitleaks Secret Scan PassedNo secrets detected in this pull request.
|
--- kubernetes/apps/database/qdrant/app Kustomization: database/qdrant HelmRelease: database/qdrant
+++ kubernetes/apps/database/qdrant/app Kustomization: database/qdrant HelmRelease: database/qdrant
@@ -42,13 +42,13 @@
valueFrom:
secretKeyRef:
key: api-key
name: qdrant-secret
image:
repository: docker.io/qdrant/qdrant
- tag: v1.13.2
+ tag: v1.16.3
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
--- HelmRelease: database/qdrant Deployment: database/qdrant
+++ HelmRelease: database/qdrant Deployment: database/qdrant
@@ -49,13 +49,13 @@
- env:
- name: QDRANT__SERVICE__API_KEY
valueFrom:
secretKeyRef:
key: api-key
name: qdrant-secret
- image: docker.io/qdrant/qdrant:v1.13.2
+ image: docker.io/qdrant/qdrant:v1.16.3
livenessProbe:
failureThreshold: 3
httpGet:
path: /healthz
port: 6333
initialDelaySeconds: 30 |
528618f to
6067b7b
Compare
6067b7b to
e62fead
Compare
e62fead to
49dbebb
Compare
This PR contains the following updates:
v1.13.2→v1.16.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
🤖 AI/ML: Rapidly evolving stack. Check for breaking API changes, model compatibility, and integration updates.
🐄 Talos CATTLE: Major/minor version requires manual approval. Full VM rebuild via Terraform.
Release Notes
qdrant/qdrant (docker.io/qdrant/qdrant)
v1.16.3Compare Source
Change log
Improvements
Bug fixes
snapshot_{creation,recovery}_running,snapshot_created_total)v1.16.2Compare Source
Change log
Improvements
Bug fixes
collections_vector_totalmetric reporting -0.0 if there are no vectorscollection_indexed_only_excluded_pointsmetric if zerov1.16.1Compare Source
Change log
Improvements
Bug fixes
v1.16.0Compare Source
Change log
Features 🌰
ReplicatePointsaction to promote payload based tenant into dedicated shard key (docs)text_anyfull text filter to match any query term (docs)kparameter (docs)Improvements 🏎️
TARGET_CPUandJEMALLOC_SYS_WITH_LG_PAGEbuild parameters to Docker imageMetrics 📈
collection_{points,vectors})indexed_onlysearch (collection_indexed_only_excluded_points)collection_active_replicas_{min,max})collection_dead_replicas)collection_running_optimizationswith number of optimizers running per collectionsnapshot_{creation,recovery}_running,snapshot_created_total)process_threads)process_{open,max}_fds)process_open_mmaps,system_max_mmaps)process_{minor,major}_page_faults_total)qdrant_or something elseBug fixes 🕵️
Web UI 🫂
Deprecations 🚧
init_fromcollection API, deprecated since Qdrant 1.15v1.15.5Compare Source
Change log
Improvements
Bug fixes
v1.15.4Compare Source
Change log
Improvements
Bug fixes
v1.15.3Compare Source
Change log
Improvements
Bug fixes
v1.15.2Compare Source
Change log
Improvements
Bug fixes
Web UI
v1.15.1Compare Source
Changelog
Improvements
MADV_SEQUENTIALfor better IO performance on indexingBug Fixes
/metricson empty collection datav1.15.0Compare Source
Change log
Features 📜
Improvements 🪨
has_idconditionBug fixes 🫙
Initializingstateis_emptyfilter on new pointsWeb-UI 🎨
Deprecations 🚧
init_fromparameter of the collection creation API is deprecated and going to be removed in v1.16init_fromcreates false expectation of data consistency and reliability of this operation.Payload based filters in JWT going to be removed in v1.16
mmap_thresholdparameter of the collection optimizer is deprecated and going to be removed in v1.16mmap_thresholdis obsoleteon_disk: true/falseparameterLock API is deprecated and going to be removed in v1.16
#6760 - Removed
max_optimization_threadsfrom configv1.14.1Compare Source
Change log
Improvements
isEmptyand!isNullconditions with a specialized indexBug fixes
unindexed_filtering_retrievenot being enforced ingroup_byqueriessearch_allow_exactpreventing full-scan in segments without main HNSW graphv1.14.0Compare Source
Change log
Features 🍁
sum_scoresrecommendation strategy. Useful for implementing relevance feedback. See [Docs]Improvements 🌳
offsetparameter in case of a query withprefetch. Now offset is only applied to the prefetch result and is not propagated into prefetch query.telemetrydetails levels generate less overhead by excluding segment-level detailsBug Fixes 🌵
Web-ui 🌾
v1.13.6Compare Source
Change log
Improvements
Bug fixes
v1.13.5Compare Source
Change log
Improvements
Bug fixes
v1.13.4Compare Source
Change log
Improvements
Bug fixes
b2782ff- Fix HNSW index not respecting on-disk flag, using the inverse settingv1.13.3Compare Source
Change log
Improvements
Bug fixes
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.
This PR has been generated by Renovate Bot.