File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed
Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -13,10 +13,20 @@ maintainers:
1313 url : https://github.com/qdrant
1414icon : https://qdrant.github.io/qdrant-helm/logo_with_text.svg
1515type : application
16- version : 1.15.5
17- appVersion : v1.15.5
16+ version : 1.16.0
17+ appVersion : v1.16.0
1818annotations :
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
You can’t perform that action at this time.
0 commit comments