From 202a7ae58d6b4d33c55c4cb2ee9b334ce5aa5e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Mon, 17 Nov 2025 16:24:32 +0100 Subject: [PATCH] Bump Qdrant to 1.16.0 (#406) * Bump Qdrant to 1.16.0 * List other changes --- 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 c1809f9..fe90cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [qdrant-1.16.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.0) (2025-11-17) + +- Update Qdrant to v1.16.0 +- Add support for `volumeAttributesClass` for PVCs [#396](https://github.com/qdrant/qdrant-helm/pull/396) +- Fix helm warning because of wrong data type in env default value [#398](https://github.com/qdrant/qdrant-helm/pull/398) + ## [qdrant-1.15.5](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.15.5) (2025-09-30) - Update Qdrant to v1.15.5 diff --git a/charts/qdrant/CHANGELOG.md b/charts/qdrant/CHANGELOG.md index 5fb624a..15137c2 100644 --- a/charts/qdrant/CHANGELOG.md +++ b/charts/qdrant/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## [qdrant-1.15.5](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.15.4) (2025-09-30) +## [qdrant-1.16.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.0) (2025-11-17) -- Update Qdrant to v1.15.5 +- Update Qdrant to v1.16.0 +- Add support for `volumeAttributesClass` for PVCs [#396](https://github.com/qdrant/qdrant-helm/pull/396) +- Fix Helm warning because of wrong data type in env default value [#398](https://github.com/qdrant/qdrant-helm/pull/398) diff --git a/charts/qdrant/Chart.yaml b/charts/qdrant/Chart.yaml index e690fc3..8a3f031 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: 1.15.5 -appVersion: v1.15.5 +version: 1.16.0 +appVersion: v1.16.0 annotations: artifacthub.io/category: database artifacthub.io/changes: | - kind: added - description: Update Qdrant to v1.15.5 + description: Update Qdrant to v1.16.0 + - kind: added + description: Add support for `volumeAttributesClass` for PVCs + links: + - name: GitHub Pull Request + url: https://github.com/qdrant/qdrant-helm/pull/396 + - kind: fixed + description: Fix Helm warning because of wrong data type in env default value + links: + - name: GitHub Pull Request + url: https://github.com/qdrant/qdrant-helm/pull/398