diff --git a/CHANGELOG.md b/CHANGELOG.md index 1632f3e..c43674c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [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) +- Make annotations for the ServiceAccount configurable [#92](https://github.com/qdrant/qdrant-helm/pull/92) +- Update Qdrant to v1.6.1 + ## [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) diff --git a/charts/qdrant/CHANGELOG.md b/charts/qdrant/CHANGELOG.md index 227f18e..0dc4200 100644 --- a/charts/qdrant/CHANGELOG.md +++ b/charts/qdrant/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## [qdrant-0.6.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.6.0) (2023-10-09) +## [qdrant-0.6.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.6.1) (2023-10-12) -- 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 +- 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 diff --git a/charts/qdrant/Chart.yaml b/charts/qdrant/Chart.yaml index c84eca0..d8a772f 100644 --- a/charts/qdrant/Chart.yaml +++ b/charts/qdrant/Chart.yaml @@ -13,20 +13,20 @@ maintainers: url: https://github.com/qdrant icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg type: application -version: 0.6.0 -appVersion: v1.6.0 +version: 0.6.1 +appVersion: v1.6.1 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: Fix probes to work correctly if TLS is enabled + description: Propagate signals in init script correctly to entrypoint links: - name: Github Issue - url: https://github.com/qdrant/qdrant-helm/pull/79 + url: https://github.com/qdrant/qdrant-helm/pull/91 - kind: added - description: Update Qdrant to v1.6.0 + 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