mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-27 10:20:18 +00:00
Qdrant 1.11.4 (#242)
* Qdrant 1.11.4 * Update changelog --------- Co-authored-by: Bastian Hofmann <mail@bastianhofmann.de>
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## [qdrant-1.11.4](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.11.4) (2024-09-18)
|
||||
|
||||
- Update Qdrant to v1.11.4
|
||||
- Prefer read_only_api_key in ServiceMonitor [#221](https://github.com/qdrant/qdrant-helm/pull/221)
|
||||
- Added support for reading apiKey and readOnlyApiKey from external secrets [#230](https://github.com/qdrant/qdrant-helm/pull/230)
|
||||
|
||||
## [qdrant-1.11.3](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.11.3) (2024-08-30)
|
||||
|
||||
- Update Qdrant to v1.11.3
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## [qdrant-1.11.3](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.11.3) (2024-08-30)
|
||||
## [qdrant-1.11.4](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.11.4) (2024-09-18)
|
||||
|
||||
- Update Qdrant to v1.11.3
|
||||
- Update Qdrant to v1.11.4
|
||||
- Prefer read_only_api_key in ServiceMonitor [#221](https://github.com/qdrant/qdrant-helm/pull/221)
|
||||
- Added support for reading apiKey and readOnlyApiKey from external secrets [#230](https://github.com/qdrant/qdrant-helm/pull/230)
|
||||
|
||||
For the full changelog, see [CHANGELOG.md](https://github.com/qdrant/qdrant-helm/blob/main/CHANGELOG.md).
|
||||
|
||||
|
||||
@@ -13,10 +13,20 @@ maintainers:
|
||||
url: https://github.com/qdrant
|
||||
icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg
|
||||
type: application
|
||||
version: 1.11.3
|
||||
appVersion: v1.11.3
|
||||
version: 1.11.4
|
||||
appVersion: v1.11.4
|
||||
annotations:
|
||||
artifacthub.io/category: database
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Update Qdrant to v1.11.3
|
||||
description: Update Qdrant to v1.11.4
|
||||
- kind: added
|
||||
description: Prefer read_only_api_key in ServiceMonitor
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/pull/221
|
||||
- kind: added
|
||||
description: Added support for reading apiKey and readOnlyApiKey from external secrets
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/pull/230
|
||||
Reference in New Issue
Block a user