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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [qdrant-1.18.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.18.1) (2026-05-22)

- Update Qdrant to v1.18.1

## [qdrant-1.18.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.18.0) (2026-05-11)

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

## [qdrant-1.18.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.18.0) (2026-05-11)
## [qdrant-1.18.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.18.1) (2026-05-22)

- Update Qdrant to v1.18.0
- Add support for setting `terminationGracePeriodSeconds` [#449](https://github.com/qdrant/qdrant-helm/pull/449)
- Update Qdrant to v1.18.1
11 changes: 3 additions & 8 deletions charts/qdrant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,10 @@ maintainers:
url: https://github.com/qdrant
icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg
type: application
version: 1.18.0
appVersion: v1.18.0
version: 1.18.1
appVersion: v1.18.1
annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: added
description: Update Qdrant to v1.18.0
- kind: added
description: Add support for setting terminationGracePeriodSeconds
links:
- name: GitHub Pull Request
url: https://github.com/qdrant/qdrant-helm/pull/449
description: Update Qdrant to v1.18.1
Loading