Skip to content

Commit dd261e7

Browse files
timviseebashofmann
andauthored
Bump Qdrant to 1.16.1 (#414)
* Bump Qdrant to 1.16.1 * Update changelog * Bump change log date --------- Co-authored-by: Bastian Hofmann <[email protected]>
1 parent 4b6ddce commit dd261e7

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

CHANGELOG.md

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

3+
## [qdrant-1.16.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.1) (2025-11-26)
4+
5+
- Update Qdrant to v1.16.1
6+
- Add custom authorization support for ServiceMonitor [#407](https://github.com/qdrant/qdrant-helm/pull/407)
7+
38
## [qdrant-1.16.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.0) (2025-11-17)
49

510
- Update Qdrant to v1.16.0

charts/qdrant/CHANGELOG.md

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

3-
## [qdrant-1.16.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.0) (2025-11-17)
3+
## [qdrant-1.16.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.1) (2025-11-26)
44

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)
5+
- Update Qdrant to v1.16.1
6+
- Add custom authorization support for ServiceMonitor [#407](https://github.com/qdrant/qdrant-helm/pull/407)
87

charts/qdrant/Chart.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,15 @@ 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.16.0
17-
appVersion: v1.16.0
16+
version: 1.16.1
17+
appVersion: v1.16.1
1818
annotations:
1919
artifacthub.io/category: database
2020
artifacthub.io/changes: |
2121
- kind: added
22-
description: Update Qdrant to v1.16.0
22+
description: Update Qdrant to v1.16.1
2323
- kind: added
24-
description: Add support for `volumeAttributesClass` for PVCs
24+
description: Add custom authorization support for ServiceMonitor
2525
links:
2626
- 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
27+
url: https://github.com/qdrant/qdrant-helm/pull/407

0 commit comments

Comments
 (0)