mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-27 02:20:11 +00:00
Release qdrant-0.4.0 (#67)
* Release qdrant-0.4.0 * Add release notes for chart-releaser-action * Bump release date
This commit is contained in:
2
.github/workflows/release-workflow.yaml
vendored
2
.github/workflows/release-workflow.yaml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
uses: helm/chart-releaser-action@v1.5.0
|
||||
env:
|
||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
with:
|
||||
config: cr.yaml
|
||||
|
||||
- name: Checkout to gh-pages
|
||||
uses: actions/checkout@v3
|
||||
|
||||
19
CHANGELOG.md
Normal file
19
CHANGELOG.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [qdrant-0.4.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.4.0) (2023-09-01)
|
||||
|
||||
- Make it possible to set topologySpreadConstraints [\#65](https://github.com/qdrant/qdrant-helm/issues/65)
|
||||
- Add support for additional labels on StatefulSets [\#55](https://github.com/qdrant/qdrant-helm/issues/55)
|
||||
- Enable `entrypoint.sh` to add recovery mode functionality [\#48](https://github.com/qdrant/qdrant-helm/issues/48)
|
||||
- Configurable Qdrant API key [\#46](https://github.com/qdrant/qdrant-helm/issues/46)
|
||||
- Add PodDisruptionBudget [\#36](https://github.com/qdrant/qdrant-helm/issues/36)
|
||||
- Allow mounting of additional volumes [\#46](https://github.com/qdrant/qdrant-helm/issues/46)
|
||||
- Add default ServiceAccount [\#56](https://github.com/qdrant/qdrant-helm/pull/56)
|
||||
- Support for Qdrant recovery mode [\#54](https://github.com/qdrant/qdrant-helm/pull/54)
|
||||
- Make relabeling and metricRelabeling configurable in ServiceMonitor [\#61](https://github.com/qdrant/qdrant-helm/pull/61)
|
||||
- Allow annotations on volumeClaimTemplate of Qdrant StatefulSet [\#45](https://github.com/qdrant/qdrant-helm/issues/45)
|
||||
- Add default container and pod securityContexts and make it configurable [\#60](https://github.com/qdrant/qdrant-helm/pull/60)
|
||||
|
||||
## [qdrant-0.3.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.3.1) (2023-08-23)
|
||||
|
||||
- Change target port for serviceMonitor to rely on new naming \(http\) [\#58](https://github.com/qdrant/qdrant-helm/pull/58)
|
||||
15
charts/qdrant/CHANGELOG.md
Normal file
15
charts/qdrant/CHANGELOG.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## [qdrant-0.4.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.4.0) (2023-09-01)
|
||||
|
||||
- Make it possible to set topologySpreadConstraints [\#65](https://github.com/qdrant/qdrant-helm/issues/65)
|
||||
- Add support for additional labels on StatefulSets [\#55](https://github.com/qdrant/qdrant-helm/issues/55)
|
||||
- Enable `entrypoint.sh` to add recovery mode functionality [\#48](https://github.com/qdrant/qdrant-helm/issues/48)
|
||||
- Configurable Qdrant API key [\#46](https://github.com/qdrant/qdrant-helm/issues/46)
|
||||
- Add PodDisruptionBudget [\#36](https://github.com/qdrant/qdrant-helm/issues/36)
|
||||
- Allow mounting of additional volumes [\#46](https://github.com/qdrant/qdrant-helm/issues/46)
|
||||
- Add default ServiceAccount [\#56](https://github.com/qdrant/qdrant-helm/pull/56)
|
||||
- Support for Qdrant recovery mode [\#54](https://github.com/qdrant/qdrant-helm/pull/54)
|
||||
- Make relabeling and metricRelabeling configurable in ServiceMonitor [\#61](https://github.com/qdrant/qdrant-helm/pull/61)
|
||||
- Allow annotations on volumeClaimTemplate of Qdrant StatefulSet [\#45](https://github.com/qdrant/qdrant-helm/issues/45)
|
||||
- Add default container and pod securityContexts and make it configurable [\#60](https://github.com/qdrant/qdrant-helm/pull/60)
|
||||
@@ -13,5 +13,63 @@ maintainers:
|
||||
url: https://github.com/qdrant
|
||||
icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg
|
||||
type: application
|
||||
version: 0.3.1
|
||||
version: 0.4.0
|
||||
appVersion: v1.4.1
|
||||
annotations:
|
||||
artifacthub.io/category: database
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Make it possible to set topologySpreadConstraints
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/issues/65
|
||||
- kind: added
|
||||
description: Add support for additional labels on StatefulSets
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/issues/55
|
||||
- kind: added
|
||||
description: Enable `entrypoint.sh` to add recovery mode functionality
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/issues/48
|
||||
- kind: added
|
||||
description: Configurable Qdrant API key
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/issues/46
|
||||
- kind: added
|
||||
description: Add PodDisruptionBudget
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/issues/36
|
||||
- kind: added
|
||||
description: Allow mounting of additional volumes
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/issues/46
|
||||
- kind: added
|
||||
description: Add default ServiceAccount
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/pull/56
|
||||
- kind: added
|
||||
description: Support for Qdrant recovery mode
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/pull/54
|
||||
- kind: added
|
||||
description: Make relabeling and metricRelabeling configurable in ServiceMonitor
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/pull/61
|
||||
- kind: added
|
||||
description: Allow annotations on volumeClaimTemplate of Qdrant StatefulSet
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/issues/45
|
||||
- kind: added
|
||||
description: Add default container and pod securityContexts and make it configurable
|
||||
links:
|
||||
- name: Github Issue
|
||||
url: https://github.com/qdrant/qdrant-helm/pull/60
|
||||
|
||||
Reference in New Issue
Block a user