Update for Qdrant 1.6.1 and release (#95)

This commit is contained in:
Bastian Hofmann
2023-10-12 16:13:56 +02:00
committed by GitHub
parent 582709cae4
commit 46e0d1f23a
3 changed files with 20 additions and 14 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## [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)
- Make annotations for the ServiceAccount configurable [#92](https://github.com/qdrant/qdrant-helm/pull/92)
- Update Qdrant to v1.6.1
## [qdrant-0.6.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.6.0) (2023-10-09)
- Make ingressClassName configurable [#86](https://github.com/qdrant/qdrant-helm/pull/86)

View File

@@ -1,7 +1,7 @@
# Changelog
## [qdrant-0.6.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.6.0) (2023-10-09)
## [qdrant-0.6.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.6.1) (2023-10-12)
- Make ingressClassName configurable [#86](https://github.com/qdrant/qdrant-helm/pull/86)
- Fix probes to work correctly if TLS is enabled [#79](https://github.com/qdrant/qdrant-helm/pull/79)
- Update Qdrant to v1.6.0
- 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

View File

@@ -13,20 +13,20 @@ maintainers:
url: https://github.com/qdrant
icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg
type: application
version: 0.6.0
appVersion: v1.6.0
version: 0.6.1
appVersion: v1.6.1
annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: added
description: Make ingressClassName configurable
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/86
- kind: fixed
description: Fix probes to work correctly if TLS is enabled
description: Propagate signals in init script correctly to entrypoint
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/79
url: https://github.com/qdrant/qdrant-helm/pull/91
- kind: added
description: Update Qdrant to v1.6.0
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