From be69bfc3a367c399e5e9d3bf70fee8abec799685 Mon Sep 17 00:00:00 2001 From: Joey Krejci Date: Mon, 10 Jun 2024 11:01:12 -0600 Subject: [PATCH] Updating Helm to 1.9.4 (#192) --- CHANGELOG.md | 4 ++++ charts/qdrant/CHANGELOG.md | 8 ++------ charts/qdrant/Chart.yaml | 27 ++++----------------------- 3 files changed, 10 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea7691..f9b9a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [qdrant-0.9.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.9.1) (2024-06-10) + +- Update Qdrant to v1.9.4 + ## [qdrant-0.9.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.9.0) (2024-05-06) - Update Qdrant to v1.9.1 diff --git a/charts/qdrant/CHANGELOG.md b/charts/qdrant/CHANGELOG.md index 0bb6fb8..e38c538 100644 --- a/charts/qdrant/CHANGELOG.md +++ b/charts/qdrant/CHANGELOG.md @@ -1,12 +1,8 @@ # Changelog -## [qdrant-0.9.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.9.0) (2024-05-06) +## [qdrant-0.9.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.9.1) (2024-06-10) -- Update Qdrant to v1.9.1 -- Add labels to ConfigMap and Secret [#174](https://github.com/qdrant/qdrant-helm/pull/174) -- Make lifecycle hooks configurable [#175](https://github.com/qdrant/qdrant-helm/pull/175) -- Support storing snapshots in a separate PVC [#177](https://github.com/qdrant/qdrant-helm/pull/177) -- Add both storage and snapshot volume names to values.yaml [#181](https://github.com/qdrant/qdrant-helm/pull/181) +- Update Qdrant to v1.9.4 For the full changelog, see [CHANGELOG.md](https://github.com/qdrant/qdrant-helm/blob/main/CHANGELOG.md). diff --git a/charts/qdrant/Chart.yaml b/charts/qdrant/Chart.yaml index 0156865..f5829b5 100644 --- a/charts/qdrant/Chart.yaml +++ b/charts/qdrant/Chart.yaml @@ -13,30 +13,11 @@ maintainers: url: https://github.com/qdrant icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg type: application -version: 0.9.0 -appVersion: v1.9.1 +version: 0.9.1 +appVersion: v1.9.4 annotations: artifacthub.io/category: database artifacthub.io/changes: | - kind: added - description: Update Qdrant to v1.9.1 - - kind: added - description: Add labels to ConfigMap and Secret - links: - - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/pull/174 - - kind: added - description: Make lifecycle hooks configurable - links: - - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/pull/175 - - kind: added - description: Support storing snapshots in a separate PVC - links: - - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/pull/177 - - kind: added - description: Add both storage and snapshot volume names to values.yaml - links: - - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/pull/181 + description: Update Qdrant to v1.9.4 +