mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-27 10:20:18 +00:00
Release for Qdrant 1.11.0 (#220)
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## [qdrant-1.11.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.11.0) (2024-08-12)
|
||||
|
||||
- Update Qdrant to v1.11.0
|
||||
- Apply additional label to headless Service + ServiceMonitor to avoid duplicate scraping [#214](https://github.com/qdrant/qdrant-helm/pull/214)
|
||||
- Apply tpl() to affinity values to enable reuse of helpers / labels [#213](https://github.com/qdrant/qdrant-helm/pull/213)
|
||||
|
||||
## [qdrant-0.10.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.10.1) (2024-07-18)
|
||||
|
||||
- Update Qdrant to v1.10.1
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## [qdrant-0.10.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.10.1) (2024-07-18)
|
||||
## [qdrant-1.11.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.11.0) (2024-08-12)
|
||||
|
||||
- Update Qdrant to v1.10.1
|
||||
- Update Qdrant to v1.11.0
|
||||
- Apply additional label to headless Service + ServiceMonitor to avoid duplicate scraping [#214](https://github.com/qdrant/qdrant-helm/pull/214)
|
||||
- Apply tpl() to affinity values to enable reuse of helpers / labels [#213](https://github.com/qdrant/qdrant-helm/pull/213)
|
||||
|
||||
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: 0.10.1
|
||||
appVersion: v1.10.1
|
||||
version: 1.11.0
|
||||
appVersion: v1.11.0
|
||||
annotations:
|
||||
artifacthub.io/category: database
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Update Qdrant to v1.10.1
|
||||
description: Update Qdrant to v1.11.0
|
||||
- kind: fixed
|
||||
description: Apply additional label to headless Service + ServiceMonitor to avoid duplicate scraping
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/pull/214
|
||||
- kind: added
|
||||
description: Apply tpl() to affinity values to enable reuse of helpers / labels
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/pull/213
|
||||
Reference in New Issue
Block a user