From 241b80dbd34e22263ae929fca8b3f892a1b06c0d Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Wed, 6 Mar 2024 14:01:37 +0100 Subject: [PATCH] Release 0.8.0 with Qdrant 1.8.0 (#149) --- CHANGELOG.md | 6 ++++++ charts/qdrant/CHANGELOG.md | 6 ++++-- charts/qdrant/Chart.yaml | 16 +++++++++++++--- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b9fa4..7c637e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [qdrant-0.8.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.8.0) (2024-03-06) + +- Update Qdrant to v1.8.0 +- Fix typos in service template [#147](https://github.com/qdrant/qdrant-helm/pull/147) +- Support read_only_api_key in Qdrant config [#146](https://github.com/qdrant/qdrant-helm/pull/146) + ## [qdrant-0.7.6](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.6) (2024-01-30) - Update Qdrant to v1.7.4 diff --git a/charts/qdrant/CHANGELOG.md b/charts/qdrant/CHANGELOG.md index 7a41809..3688ec9 100644 --- a/charts/qdrant/CHANGELOG.md +++ b/charts/qdrant/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog -## [qdrant-0.7.6](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.6) (2024-01-30) +## [qdrant-0.8.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.8.0) (2024-03-06) -- Update Qdrant to v1.7.4 \ No newline at end of file +- Update Qdrant to v1.8.0 +- Fix typos in service template [#147](https://github.com/qdrant/qdrant-helm/pull/147) +- Support read_only_api_key in Qdrant config [#146](https://github.com/qdrant/qdrant-helm/pull/146) \ No newline at end of file diff --git a/charts/qdrant/Chart.yaml b/charts/qdrant/Chart.yaml index 5bef72e..73ad92f 100644 --- a/charts/qdrant/Chart.yaml +++ b/charts/qdrant/Chart.yaml @@ -13,10 +13,20 @@ maintainers: url: https://github.com/qdrant icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg type: application -version: 0.7.6 -appVersion: v1.7.4 +version: 0.8.0 +appVersion: v1.8.0 annotations: artifacthub.io/category: database artifacthub.io/changes: | - kind: added - description: Update Qdrant to v1.7.4 \ No newline at end of file + description: Update Qdrant to v1.8.0 + - kind: fixed + description: Fix typos in service template + links: + - name: Github Issue + url: https://github.com/qdrant/qdrant-helm/pull/147 + - kind: added + description: Support read_only_api_key in Qdrant config + links: + - name: Github Issue + url: https://github.com/qdrant/qdrant-helm/pull/146 \ No newline at end of file