From 233c22b140712fc4c4c67d92af63fc56f450a22f Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Wed, 17 Jan 2024 12:42:34 +0100 Subject: [PATCH] Release 0.7.5 (#133) * Release 0.7.5 * Update date --- CHANGELOG.md | 7 +++++++ charts/qdrant/CHANGELOG.md | 8 +++++--- charts/qdrant/Chart.yaml | 21 +++++++++++++++++---- 3 files changed, 29 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7effda0..d55124a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [qdrant-0.7.5](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.5) (2023-01-17) + +- Configurable static IP for LoadBalancer services [#122](https://github.com/qdrant/qdrant-helm/pull/122) +- Fix metrics scraping if api key is enabled [#127](https://github.com/qdrant/qdrant-helm/pull/127) +- Use /readyz endpoint for readiness probe for Qdrant >= 1.7.3 [#124](https://github.com/qdrant/qdrant-helm/pull/124) +- Use FQDN for container image [#125](https://github.com/qdrant/qdrant-helm/pull/125) + ## [qdrant-0.7.4](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.4) (2023-12-29) - Update Qdrant to v1.7.3 diff --git a/charts/qdrant/CHANGELOG.md b/charts/qdrant/CHANGELOG.md index c5faaad..540566a 100644 --- a/charts/qdrant/CHANGELOG.md +++ b/charts/qdrant/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## [qdrant-0.7.4](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.4) (2023-12-29) +## [qdrant-0.7.5](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.5) (2023-01-17) -- 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 +- Configurable static IP for LoadBalancer services [#122](https://github.com/qdrant/qdrant-helm/pull/122) +- Fix metrics scraping if api key is enabled [#127](https://github.com/qdrant/qdrant-helm/pull/127) +- Use /readyz endpoint for readiness probe for Qdrant >= 1.7.3 [#124](https://github.com/qdrant/qdrant-helm/pull/124) +- Use FQDN for container image [#125](https://github.com/qdrant/qdrant-helm/pull/125) \ No newline at end of file diff --git a/charts/qdrant/Chart.yaml b/charts/qdrant/Chart.yaml index 557b607..e8e4995 100644 --- a/charts/qdrant/Chart.yaml +++ b/charts/qdrant/Chart.yaml @@ -13,15 +13,28 @@ maintainers: url: https://github.com/qdrant icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg type: application -version: 0.7.4 +version: 0.7.5 appVersion: v1.7.3 annotations: artifacthub.io/category: database artifacthub.io/changes: | - kind: added - description: Update Qdrant to v1.7.3 + description: Configurable static IP for LoadBalancer services + links: + - name: Github Issue + url: https://github.com/qdrant/qdrant-helm/pull/122 + - kind: fixed + description: Fix metrics scraping if api key is enabled + links: + - name: Github Issue + url: https://github.com/qdrant/qdrant-helm/pull/127 + - kind: fixed + description: Use /readyz endpoint for readiness probe for Qdrant >= 1.7.3 + links: + - name: Github Issue + url: https://github.com/qdrant/qdrant-helm/pull/124 - kind: fixed - description: Add preStop hook to allow graceful network shutdown + description: Use FQDN for container image links: - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/pull/121 \ No newline at end of file + url: https://github.com/qdrant/qdrant-helm/pull/125 \ No newline at end of file