From 2f4a470447ee59e58892c88707563f0531d1e096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Thu, 26 Sep 2024 16:15:57 +0200 Subject: [PATCH] Qdrant 1.11.5 (#245) --- CHANGELOG.md | 4 ++++ charts/qdrant/CHANGELOG.md | 6 ++---- charts/qdrant/Chart.yaml | 16 +++------------- 3 files changed, 9 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b779c20..fdeba3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [qdrant-1.11.5](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.11.5) (2024-09-23) + +- Update Qdrant to v1.11.5 + ## [qdrant-1.11.4](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.11.4) (2024-09-18) - Update Qdrant to v1.11.4 diff --git a/charts/qdrant/CHANGELOG.md b/charts/qdrant/CHANGELOG.md index f07378c..b6c8168 100644 --- a/charts/qdrant/CHANGELOG.md +++ b/charts/qdrant/CHANGELOG.md @@ -1,10 +1,8 @@ # Changelog -## [qdrant-1.11.4](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.11.4) (2024-09-18) +## [qdrant-1.11.5](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.11.5) (2024-09-23) -- Update Qdrant to v1.11.4 -- Prefer read_only_api_key in ServiceMonitor [#221](https://github.com/qdrant/qdrant-helm/pull/221) -- Added support for reading apiKey and readOnlyApiKey from external secrets [#230](https://github.com/qdrant/qdrant-helm/pull/230) +- Update Qdrant to v1.11.5 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 f0e14bd..9a6e430 100644 --- a/charts/qdrant/Chart.yaml +++ b/charts/qdrant/Chart.yaml @@ -13,20 +13,10 @@ maintainers: url: https://github.com/qdrant icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg type: application -version: 1.11.4 -appVersion: v1.11.4 +version: 1.11.5 +appVersion: v1.11.5 annotations: artifacthub.io/category: database artifacthub.io/changes: | - kind: added - description: Update Qdrant to v1.11.4 - - kind: added - description: Prefer read_only_api_key in ServiceMonitor - links: - - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/pull/221 - - kind: added - description: Added support for reading apiKey and readOnlyApiKey from external secrets - links: - - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/pull/230 \ No newline at end of file + description: Update Qdrant to v1.11.5