Bump Qdrant to 1.16.0 (#406)

* Bump Qdrant to 1.16.0

* List other changes
This commit is contained in:
Tim Visée
2025-11-17 16:24:32 +01:00
committed by GitHub
parent 5792926af3
commit 202a7ae58d
3 changed files with 23 additions and 5 deletions

View File

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

View File

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

View File

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