Skip to content

Commit

Permalink
Release 0.4.1 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashofmann authored Sep 4, 2023
1 parent 70f9d16 commit 0eb3d7b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 62 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [qdrant-0.4.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.4.1) (2023-09-04)

- Add PriorityClass support to StatefulSet Pod template [\#68](https://github.com/qdrant/qdrant-helm/pull/68)
- Don't use alpine image for file permission updates [\#69](https://github.com/qdrant/qdrant-helm/pull/69)

## [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)
Expand Down
15 changes: 3 additions & 12 deletions charts/qdrant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
# Changelog

## [qdrant-0.4.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.4.0) (2023-09-01)
## [qdrant-0.4.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.4.1) (2023-09-04)

- 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)
- Add PriorityClass support to StatefulSet Pod template [\#68](https://github.com/qdrant/qdrant-helm/pull/68)
- Don't use alpine image for file permission updates [\#69](https://github.com/qdrant/qdrant-helm/pull/69)
55 changes: 5 additions & 50 deletions charts/qdrant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,63 +13,18 @@ maintainers:
url: https://github.com/qdrant
icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg
type: application
version: 0.4.0
version: 0.4.1
appVersion: v1.4.1
annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: added
description: Make it possible to set topologySpreadConstraints
description: Add PriorityClass support to StatefulSet Pod template
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/issues/65
url: https://github.com/qdrant/qdrant-helm/pull/68
- kind: added
description: Add support for additional labels on StatefulSets
description: Don't use alpine image for file permission updates
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
url: https://github.com/qdrant/qdrant-helm/pull/69

0 comments on commit 0eb3d7b

Please sign in to comment.