Update Qdrant to 1.7.0 (#101)

This commit is contained in:
Bastian Hofmann
2023-12-08 12:23:08 +01:00
committed by GitHub
parent 2ddefd61cc
commit 2f85d1bd4b
3 changed files with 14 additions and 15 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -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