Release 0.8.0 with Qdrant 1.8.0 (#149)

This commit is contained in:
Bastian Hofmann
2024-03-06 14:01:37 +01:00
committed by GitHub
parent a2767043a3
commit 241b80dbd3
3 changed files with 23 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## [qdrant-0.8.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.8.0) (2024-03-06)
- Update Qdrant to v1.8.0
- Fix typos in service template [#147](https://github.com/qdrant/qdrant-helm/pull/147)
- Support read_only_api_key in Qdrant config [#146](https://github.com/qdrant/qdrant-helm/pull/146)
## [qdrant-0.7.6](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.6) (2024-01-30)
- Update Qdrant to v1.7.4

View File

@@ -1,5 +1,7 @@
# Changelog
## [qdrant-0.7.6](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.6) (2024-01-30)
## [qdrant-0.8.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.8.0) (2024-03-06)
- Update Qdrant to v1.7.4
- Update Qdrant to v1.8.0
- Fix typos in service template [#147](https://github.com/qdrant/qdrant-helm/pull/147)
- Support read_only_api_key in Qdrant config [#146](https://github.com/qdrant/qdrant-helm/pull/146)

View File

@@ -13,10 +13,20 @@ maintainers:
url: https://github.com/qdrant
icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg
type: application
version: 0.7.6
appVersion: v1.7.4
version: 0.8.0
appVersion: v1.8.0
annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: added
description: Update Qdrant to v1.7.4
description: Update Qdrant to v1.8.0
- kind: fixed
description: Fix typos in service template
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/147
- kind: added
description: Support read_only_api_key in Qdrant config
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/146