From 628a32fdd449fd107d395f2b875f0e487b0d1bcd Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Tue, 13 Aug 2024 09:54:25 +0200 Subject: [PATCH] Release for Qdrant 1.11.0 (#220) --- CHANGELOG.md | 6 ++++++ charts/qdrant/CHANGELOG.md | 6 ++++-- charts/qdrant/Chart.yaml | 16 +++++++++++++--- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcdd0f1..70ce4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/charts/qdrant/CHANGELOG.md b/charts/qdrant/CHANGELOG.md index 1e6c809..069a415 100644 --- a/charts/qdrant/CHANGELOG.md +++ b/charts/qdrant/CHANGELOG.md @@ -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). diff --git a/charts/qdrant/Chart.yaml b/charts/qdrant/Chart.yaml index 3e11091..8eb8a7a 100644 --- a/charts/qdrant/Chart.yaml +++ b/charts/qdrant/Chart.yaml @@ -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 \ No newline at end of file