Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [qdrant-1.16.3](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.3) (2025-12-19)

- Update Qdrant to v1.16.3
- Add support for global additional labels [#424](https://github.com/qdrant/qdrant-helm/pull/424)
- Add support for setting persistent volume claim labels [#418](https://github.com/qdrant/qdrant-helm/pull/418)
- Add the ability to set minReadySecond [#417](https://github.com/qdrant/qdrant-helm/pull/417)

## [qdrant-1.16.2](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.2) (2025-12-03)

- Update Qdrant to v1.16.2
Expand Down
8 changes: 5 additions & 3 deletions charts/qdrant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [qdrant-1.16.2](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.2) (2025-12-03)

- Update Qdrant to v1.16.2
## [qdrant-1.16.3](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.3) (2025-12-19)

- Update Qdrant to v1.16.3
- Add support for global additional labels [#424](https://github.com/qdrant/qdrant-helm/pull/424)
- Add support for setting persistent volume claim labels [#418](https://github.com/qdrant/qdrant-helm/pull/418)
- Add the ability to set minReadySecond [#417](https://github.com/qdrant/qdrant-helm/pull/417)
21 changes: 18 additions & 3 deletions charts/qdrant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,25 @@ maintainers:
url: https://github.com/qdrant
icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg
type: application
version: 1.16.2
appVersion: v1.16.2
version: 1.16.3
appVersion: v1.16.3
annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: added
description: Update Qdrant to v1.16.2
description: Update Qdrant to v1.16.3
- kind: added
description: Add support for global additional labels
links:
- name: GitHub Pull Request
url: https://github.com/qdrant/qdrant-helm/pull/424
- kind: added
description: Add support for setting persistent volume claim labels
links:
- name: GitHub Pull Request
url: https://github.com/qdrant/qdrant-helm/pull/418
- kind: fixed
description: Add the ability to set minReadySecond
links:
- name: GitHub Pull Request
url: https://github.com/qdrant/qdrant-helm/pull/417