Bump Qdrant to 1.16.1 (#414)

* Bump Qdrant to 1.16.1

* Update changelog

* Bump change log date

---------

Co-authored-by: Bastian Hofmann <mail@bastianhofmann.de>
This commit is contained in:
Tim Visée
2025-11-26 13:49:50 +01:00
committed by GitHub
parent 4b6ddce37b
commit dd261e7c98
3 changed files with 13 additions and 14 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## [qdrant-1.16.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.1) (2025-11-26)
- Update Qdrant to v1.16.1
- Add custom authorization support for ServiceMonitor [#407](https://github.com/qdrant/qdrant-helm/pull/407)
## [qdrant-1.16.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.0) (2025-11-17)
- Update Qdrant to v1.16.0

View File

@@ -1,8 +1,7 @@
# Changelog
## [qdrant-1.16.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.0) (2025-11-17)
## [qdrant-1.16.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.1) (2025-11-26)
- 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)
- Update Qdrant to v1.16.1
- Add custom authorization support for ServiceMonitor [#407](https://github.com/qdrant/qdrant-helm/pull/407)

View File

@@ -13,20 +13,15 @@ maintainers:
url: https://github.com/qdrant
icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg
type: application
version: 1.16.0
appVersion: v1.16.0
version: 1.16.1
appVersion: v1.16.1
annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: added
description: Update Qdrant to v1.16.0
description: Update Qdrant to v1.16.1
- kind: added
description: Add support for `volumeAttributesClass` for PVCs
description: Add custom authorization support for ServiceMonitor
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
url: https://github.com/qdrant/qdrant-helm/pull/407