Skip to content

Commit

Permalink
Update Qdrant to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bashofmann committed Dec 29, 2023
1 parent dd8b4e5 commit 248252c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [qdrant-0.7.4](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.4) (2023-12-29)

- Update Qdrant to v1.7.3
- Add preStop hook to allow graceful network shutdown [#121](https://github.com/qdrant/qdrant-helm/pull/121)

## [qdrant-0.7.3](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.3) (2023-12-14)

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

## [qdrant-0.7.3](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.3) (2023-12-14)
## [qdrant-0.7.4](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.4) (2023-12-29)

- Update Qdrant to v1.7.2
- Publish DNS for not-ready pods via the headless service [#115](https://github.com/qdrant/qdrant-helm/pull/115)
- Update Qdrant to v1.7.3
- Add preStop hook to allow graceful network shutdown [#121](https://github.com/qdrant/qdrant-helm/pull/121)
10 changes: 5 additions & 5 deletions charts/qdrant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ maintainers:
url: https://github.com/qdrant
icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg
type: application
version: 0.7.3
appVersion: v1.7.2
version: 0.7.4
appVersion: v1.7.3
annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: added
description: Update Qdrant to v1.7.2
description: Update Qdrant to v1.7.3
- kind: fixed
description: Publish DNS for not-ready pods via the headless service
description: Add preStop hook to allow graceful network shutdown
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/115
url: https://github.com/qdrant/qdrant-helm/pull/121

0 comments on commit 248252c

Please sign in to comment.