Release for Qdrant 1.11.0 (#220)

This commit is contained in:
Bastian Hofmann
2024-08-13 09:54:25 +02:00
committed by GitHub
parent c6b35003ac
commit 628a32fdd4
3 changed files with 23 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## [qdrant-1.11.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.11.0) (2024-08-12)
- Update Qdrant to v1.11.0
- Apply additional label to headless Service + ServiceMonitor to avoid duplicate scraping [#214](https://github.com/qdrant/qdrant-helm/pull/214)
- Apply tpl() to affinity values to enable reuse of helpers / labels [#213](https://github.com/qdrant/qdrant-helm/pull/213)
## [qdrant-0.10.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.10.1) (2024-07-18)
- Update Qdrant to v1.10.1

View File

@@ -1,8 +1,10 @@
# Changelog
## [qdrant-0.10.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.10.1) (2024-07-18)
## [qdrant-1.11.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.11.0) (2024-08-12)
- Update Qdrant to v1.10.1
- Update Qdrant to v1.11.0
- Apply additional label to headless Service + ServiceMonitor to avoid duplicate scraping [#214](https://github.com/qdrant/qdrant-helm/pull/214)
- Apply tpl() to affinity values to enable reuse of helpers / labels [#213](https://github.com/qdrant/qdrant-helm/pull/213)
For the full changelog, see [CHANGELOG.md](https://github.com/qdrant/qdrant-helm/blob/main/CHANGELOG.md).

View File

@@ -13,10 +13,20 @@ maintainers:
url: https://github.com/qdrant
icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg
type: application
version: 0.10.1
appVersion: v1.10.1
version: 1.11.0
appVersion: v1.11.0
annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: added
description: Update Qdrant to v1.10.1
description: Update Qdrant to v1.11.0
- kind: fixed
description: Apply additional label to headless Service + ServiceMonitor to avoid duplicate scraping
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/214
- kind: added
description: Apply tpl() to affinity values to enable reuse of helpers / labels
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/213