mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-27 10:20:18 +00:00
Release 0.8.0 with Qdrant 1.8.0 (#149)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user