Release for Qdrant 1.15.1 (#361)

This commit is contained in:
Bastian Hofmann
2025-07-24 13:46:51 +02:00
committed by GitHub
parent 08a8e2b0cf
commit 2353e4f84b
3 changed files with 15 additions and 23 deletions

View File

@@ -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

View File

@@ -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)

View File

@@ -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