Skip to content

Commit 202a7ae

Browse files
authored
Bump Qdrant to 1.16.0 (#406)
* Bump Qdrant to 1.16.0 * List other changes
1 parent 5792926 commit 202a7ae

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [qdrant-1.16.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.0) (2025-11-17)
4+
5+
- Update Qdrant to v1.16.0
6+
- Add support for `volumeAttributesClass` for PVCs [#396](https://github.com/qdrant/qdrant-helm/pull/396)
7+
- Fix helm warning because of wrong data type in env default value [#398](https://github.com/qdrant/qdrant-helm/pull/398)
8+
39
## [qdrant-1.15.5](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.15.5) (2025-09-30)
410

511
- Update Qdrant to v1.15.5

charts/qdrant/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## [qdrant-1.15.5](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.15.4) (2025-09-30)
3+
## [qdrant-1.16.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.0) (2025-11-17)
44

5-
- Update Qdrant to v1.15.5
5+
- Update Qdrant to v1.16.0
6+
- Add support for `volumeAttributesClass` for PVCs [#396](https://github.com/qdrant/qdrant-helm/pull/396)
7+
- Fix Helm warning because of wrong data type in env default value [#398](https://github.com/qdrant/qdrant-helm/pull/398)
68

charts/qdrant/Chart.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,20 @@ maintainers:
1313
url: https://github.com/qdrant
1414
icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg
1515
type: application
16-
version: 1.15.5
17-
appVersion: v1.15.5
16+
version: 1.16.0
17+
appVersion: v1.16.0
1818
annotations:
1919
artifacthub.io/category: database
2020
artifacthub.io/changes: |
2121
- kind: added
22-
description: Update Qdrant to v1.15.5
22+
description: Update Qdrant to v1.16.0
23+
- kind: added
24+
description: Add support for `volumeAttributesClass` for PVCs
25+
links:
26+
- name: GitHub Pull Request
27+
url: https://github.com/qdrant/qdrant-helm/pull/396
28+
- kind: fixed
29+
description: Fix Helm warning because of wrong data type in env default value
30+
links:
31+
- name: GitHub Pull Request
32+
url: https://github.com/qdrant/qdrant-helm/pull/398

0 commit comments

Comments
 (0)