mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-27 10:20:18 +00:00
Bump Qdrant to 1.16.0 (#406)
* Bump Qdrant to 1.16.0 * List other changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user