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