diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb5335..1632f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [qdrant-0.6.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.6.0) (2023-10-09) + +- Make ingressClassName configurable [#86](https://github.com/qdrant/qdrant-helm/pull/86) +- Fix probes to work correctly if TLS is enabled [#79](https://github.com/qdrant/qdrant-helm/pull/79) +- Update Qdrant to v1.6.0 + ## [qdrant-0.5.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.5.1) (2023-09-12) - Update Qdrant to v1.5.1 diff --git a/charts/qdrant/CHANGELOG.md b/charts/qdrant/CHANGELOG.md index 0f08bc9..227f18e 100644 --- a/charts/qdrant/CHANGELOG.md +++ b/charts/qdrant/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog -## [qdrant-0.5.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.5.1) (2023-09-12) +## [qdrant-0.6.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.6.0) (2023-10-09) -- Update Qdrant to v1.5.1 -- Ensure that the qdrant-init-file-path is on a writable, ephemeral volume [\#74](https://github.com/qdrant/qdrant-helm/issues/74) +- Make ingressClassName configurable [#86](https://github.com/qdrant/qdrant-helm/pull/86) +- Fix probes to work correctly if TLS is enabled [#79](https://github.com/qdrant/qdrant-helm/pull/79) +- Update Qdrant to v1.6.0 diff --git a/charts/qdrant/Chart.yaml b/charts/qdrant/Chart.yaml index f68780f..c84eca0 100644 --- a/charts/qdrant/Chart.yaml +++ b/charts/qdrant/Chart.yaml @@ -13,15 +13,20 @@ maintainers: url: https://github.com/qdrant icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg type: application -version: 0.5.1 -appVersion: v1.5.1 +version: 0.6.0 +appVersion: v1.6.0 annotations: artifacthub.io/category: database artifacthub.io/changes: | + - kind: added + description: Make ingressClassName configurable + links: + - name: Github Issue + url: https://github.com/qdrant/qdrant-helm/pull/86 - kind: fixed - description: Ensure that the qdrant-init-file-path is on a writable, ephemeral volume + description: Fix probes to work correctly if TLS is enabled links: - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/issues/74 + url: https://github.com/qdrant/qdrant-helm/pull/79 - kind: added - description: Update Qdrant to v1.5.1 + description: Update Qdrant to v1.6.0