diff --git a/CHANGELOG.md b/CHANGELOG.md index c43674c..52a0a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [qdrant-0.7.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.0) (2023-12-08) + +- Update Qdrant to v1.7.0 +- Fix snapshot restoration [#96](https://github.com/qdrant/qdrant-helm/pull/96) + ## [qdrant-0.6.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.6.1) (2023-10-12) - Propagate signals in init script correctly to entrypoint [#91](https://github.com/qdrant/qdrant-helm/pull/91) diff --git a/charts/qdrant/CHANGELOG.md b/charts/qdrant/CHANGELOG.md index 0dc4200..aa6f03d 100644 --- a/charts/qdrant/CHANGELOG.md +++ b/charts/qdrant/CHANGELOG.md @@ -1,7 +1,6 @@ # Changelog -## [qdrant-0.6.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.6.1) (2023-10-12) +## [qdrant-0.7.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.0) (2023-12-08) -- Propagate signals in init script correctly to entrypoint [#91](https://github.com/qdrant/qdrant-helm/pull/91) -- Make annotations for the ServiceAccount configurable [#92](https://github.com/qdrant/qdrant-helm/pull/92) -- Update Qdrant to v1.6.1 +- Update Qdrant to v1.7.0 +- Fix snapshot restoration [#96](https://github.com/qdrant/qdrant-helm/pull/96) diff --git a/charts/qdrant/Chart.yaml b/charts/qdrant/Chart.yaml index d8a772f..6346c7c 100644 --- a/charts/qdrant/Chart.yaml +++ b/charts/qdrant/Chart.yaml @@ -13,20 +13,15 @@ maintainers: url: https://github.com/qdrant icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg type: application -version: 0.6.1 -appVersion: v1.6.1 +version: 0.7.0 +appVersion: v1.7.0 annotations: artifacthub.io/category: database artifacthub.io/changes: | + - kind: added + description: Update Qdrant to v1.7.0 - kind: fixed - description: Propagate signals in init script correctly to entrypoint + description: Fix snapshot restoration links: - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/pull/91 - - kind: added - description: Make annotations for the ServiceAccount configurable - links: - - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/pull/92 - - kind: added - description: Update Qdrant to v1.6.1 + url: https://github.com/qdrant/qdrant-helm/pull/96