Skip to content

Commit eac23cf

Browse files
authored
Bump Qdrant to 1.14.1 (#338)
* Bump Qdrant to 1.14.1 * Mention fixed typo in README
1 parent 1c8c7cd commit eac23cf

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.14.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.14.1) (2025-05-23)
4+
5+
- Update Qdrant to v1.14.1
6+
- Fix typo in README [#323](https://github.com/qdrant/qdrant-helm/pull/323)
7+
38
## [qdrant-1.14.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.14.0) (2025-04-22)
49

510
- Update Qdrant to v1.14.0

charts/qdrant/CHANGELOG.md

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

3-
## [qdrant-1.14.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.14.0) (2025-04-22)
3+
## [qdrant-1.14.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.14.1) (2025-05-23)
44

5-
- Update Qdrant to v1.14.0
6-
- Make chart test image configurable [#320](https://github.com/qdrant/qdrant-helm/pull/320)
7-
- Do not unnecessarily update file system ownership when unprivilged image is not used [#321](https://github.com/qdrant/qdrant-helm/pull/321)
5+
- Update Qdrant to v1.14.1
6+
- Fix typo in README [#323](https://github.com/qdrant/qdrant-helm/pull/323)

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.14.0
17-
appVersion: v1.14.0
16+
version: 1.14.1
17+
appVersion: v1.14.1
1818
annotations:
1919
artifacthub.io/category: database
2020
artifacthub.io/changes: |
2121
- kind: added
22-
description: Update Qdrant to v1.14.0
23-
- kind: added
24-
description: Make chart test image configurable
25-
links:
26-
- name: Github Issue
27-
url: https://github.com/qdrant/qdrant-helm/pull/320
22+
description: Update Qdrant to v1.14.1
2823
- kind: fixed
29-
description: Do not unnecessarily update file system ownership when unprivilged image is not used
24+
- description: Fix typo in README
3025
links:
3126
- name: Github Issue
32-
url: https://github.com/qdrant/qdrant-helm/pull/321
27+
url: https://github.com/qdrant/qdrant-helm/pull/323

0 commit comments

Comments
 (0)