diff --git a/CHANGELOG.md b/CHANGELOG.md index 6768147..d62f0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [qdrant-0.7.3](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.3) (2023-12-14) + +- 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) +- ## [qdrant-0.7.2](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.2) (2023-12-12) - Use / for probes instead of /readyz endpoint diff --git a/charts/qdrant/CHANGELOG.md b/charts/qdrant/CHANGELOG.md index 6a2bb45..d1457d7 100644 --- a/charts/qdrant/CHANGELOG.md +++ b/charts/qdrant/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog -## [qdrant-0.7.2](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.2) (2023-12-12) +## [qdrant-0.7.3](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.3) (2023-12-14) -- Use / for probes instead of /readyz endpoint +- 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) diff --git a/charts/qdrant/Chart.yaml b/charts/qdrant/Chart.yaml index e38eafd..73aeacf 100644 --- a/charts/qdrant/Chart.yaml +++ b/charts/qdrant/Chart.yaml @@ -13,10 +13,15 @@ maintainers: url: https://github.com/qdrant icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg type: application -version: 0.7.2 -appVersion: v1.7.1 +version: 0.7.3 +appVersion: v1.7.2 annotations: artifacthub.io/category: database artifacthub.io/changes: | + - kind: added + description: Update Qdrant to v1.7.2 - kind: fixed - description: Use / for probes instead of /readyz endpoint + description: Publish DNS for not-ready pods via the headless service + links: + - name: Github Issue + url: https://github.com/qdrant/qdrant-helm/pull/115 \ No newline at end of file