From 1da010f1890cf6469ca424ff7a6f17e0961a5714 Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Fri, 29 Dec 2023 12:27:31 +0100 Subject: [PATCH] Update Qdrant to 1.7.3 (#123) --- CHANGELOG.md | 5 +++++ charts/qdrant/CHANGELOG.md | 6 +++--- charts/qdrant/Chart.yaml | 10 +++++----- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d62f0c2..7effda0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/charts/qdrant/CHANGELOG.md b/charts/qdrant/CHANGELOG.md index d1457d7..c5faaad 100644 --- a/charts/qdrant/CHANGELOG.md +++ b/charts/qdrant/CHANGELOG.md @@ -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) \ No newline at end of file diff --git a/charts/qdrant/Chart.yaml b/charts/qdrant/Chart.yaml index 73aeacf..557b607 100644 --- a/charts/qdrant/Chart.yaml +++ b/charts/qdrant/Chart.yaml @@ -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 \ No newline at end of file + url: https://github.com/qdrant/qdrant-helm/pull/121 \ No newline at end of file