feat(container): update image qdrant/qdrant ( v1.16.3 ➔ v1.17.0 )#570
Open
mortyops[bot] wants to merge 1 commit intomainfrom
Open
feat(container): update image qdrant/qdrant ( v1.16.3 ➔ v1.17.0 )#570mortyops[bot] wants to merge 1 commit intomainfrom
mortyops[bot] wants to merge 1 commit intomainfrom
Conversation
| datasource | package | from | to | | ---------- | ------------- | ------- | ------- | | docker | qdrant/qdrant | v1.16.3 | v1.17.0 |
Contributor
Author
--- kubernetes/apps/ai/qdrant/app Kustomization: ai/qdrant HelmRelease: ai/qdrant
+++ kubernetes/apps/ai/qdrant/app Kustomization: ai/qdrant HelmRelease: ai/qdrant
@@ -48,13 +48,13 @@
QDRANT__TELEMETRY__DISABLE: 'true'
envFrom:
- secretRef:
name: qdrant-secret
image:
repository: qdrant/qdrant
- tag: v1.16.3@sha256:0425e3e03e7fd9b3dc95c4214546afe19de2eb2e28ca621441a56663ac6e1f46
+ tag: v1.17.0@sha256:f1c7272cdac52b38c1a0e89313922d940ba50afd90d593a1605dbbc214e66ffb
ports:
- containerPort: 6333
name: http
- containerPort: 6334
name: grpc
probes: |
Contributor
Author
--- HelmRelease: ai/qdrant Deployment: ai/qdrant
+++ HelmRelease: ai/qdrant Deployment: ai/qdrant
@@ -59,13 +59,13 @@
value: /qdrant/storage
- name: QDRANT__TELEMETRY__DISABLE
value: 'true'
envFrom:
- secretRef:
name: qdrant-secret
- image: qdrant/qdrant:v1.16.3@sha256:0425e3e03e7fd9b3dc95c4214546afe19de2eb2e28ca621441a56663ac6e1f46
+ image: qdrant/qdrant:v1.17.0@sha256:f1c7272cdac52b38c1a0e89313922d940ba50afd90d593a1605dbbc214e66ffb
livenessProbe:
failureThreshold: 3
httpGet:
path: /healthz
port: 6333
initialDelaySeconds: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.16.3→v1.17.0Release Notes
qdrant/qdrant (qdrant/qdrant)
v1.17.0Compare Source
Change log
Features 🏋️
update_modeparameter to eitherupsert,updateorinsert(docs)/metricsendpoint for internal monitoringImprovements 🤸
syncfsto persist a large number of files much more efficientlyio_uringwhen reading batch of vectorsBug Fixes 🤹
too_many_internal_resetserror due to how we internally cancel ongoing requestsscore_thresholdnot being used in score boosting queriesCorrupted ID tracker mapping storagebug when disk is fullWeb UI 🍱
Qdrant Edge 🔪
Qdrant Edge is an in-process version of Qdrant, which shares the same internals, storage format, and points API as the server version, but designed to work locally. Qdrant Edge is compatible with server version and it can read shard snapshots created by server version of Qdrant. More documentation available here.
Deprecations⚠️
Starting from v1.17.0 Qdrant changes response format for vector fields in gRPC interface. All official Qdrant clients should be already adopted to this change, so please make sure you upgrade your client libraries and check that you are not using deprecated fields. More info: #7183
Upcoming deprecations:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.