From 2353e4f84b1756ea5f4f39bc6ada15e10247a6b5 Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Thu, 24 Jul 2025 13:46:51 +0200 Subject: [PATCH] Release for Qdrant 1.15.1 (#361) --- CHANGELOG.md | 5 +++++ charts/qdrant/CHANGELOG.md | 9 ++++----- charts/qdrant/Chart.yaml | 24 ++++++------------------ 3 files changed, 15 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5347e36..9989939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [qdrant-1.15.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.15.1) (2025-07-24) + +- Update Qdrant to v1.15.1 +- Add support for additional annotations in Kubernetes resource templates [#359](https://github.com/qdrant/qdrant-helm/pull/359) + ## [qdrant-1.15.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.15.0) (2025-07-18) - Update Qdrant to v1.15.0 diff --git a/charts/qdrant/CHANGELOG.md b/charts/qdrant/CHANGELOG.md index 7554fdf..55ed600 100644 --- a/charts/qdrant/CHANGELOG.md +++ b/charts/qdrant/CHANGELOG.md @@ -1,8 +1,7 @@ # Changelog -## [qdrant-1.15.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.15.0) (2025-07-18) +## [qdrant-1.15.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.15.1) (2025-07-24) + +- Update Qdrant to v1.15.1 +- Add support for additional annotations in Kubernetes resource templates [#359](https://github.com/qdrant/qdrant-helm/pull/359) -- Update Qdrant to v1.15.0 -- Use correct value in readOnlyApiKey check [#340](https://github.com/qdrant/qdrant-helm/pull/340) -- Ensure that open file descriptor limit is set correctly on startup [#355](https://github.com/qdrant/qdrant-helm/pull/355) -- Fix fsGroup and runAsUser not being int64 type [#354](https://github.com/qdrant/qdrant-helm/pull/354), [#357](https://github.com/qdrant/qdrant-helm/pull/357) diff --git a/charts/qdrant/Chart.yaml b/charts/qdrant/Chart.yaml index cfe8453..eb12b18 100644 --- a/charts/qdrant/Chart.yaml +++ b/charts/qdrant/Chart.yaml @@ -13,27 +13,15 @@ maintainers: url: https://github.com/qdrant icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg type: application -version: 1.15.0 -appVersion: v1.15.0 +version: 1.15.1 +appVersion: v1.15.1 annotations: artifacthub.io/category: database artifacthub.io/changes: | - kind: added - description: Update Qdrant to v1.15.0 - - kind: fixed - description: Use correct value in readOnlyApiKey check + description: Update Qdrant to v1.15.1 + - kind: added + description: Add support for additional annotations in Kubernetes resource templates links: - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/pull/340 - - kind: fixed - description: Ensure that open file descriptor limit is set correctly on startup - links: - - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/pull/355 - - kind: fixed - description: Fix fsGroup and runAsUser not being int64 type - links: - - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/pull/354 - - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/pull/357 + url: https://github.com/qdrant/qdrant-helm/pull/359