Skip to content

Commit

Permalink
Updating Helm to 1.9.4 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
joekrejci authored Jun 10, 2024
1 parent 69274dc commit be69bfc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 29 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [qdrant-0.9.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.9.1) (2024-06-10)

- Update Qdrant to v1.9.4

## [qdrant-0.9.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.9.0) (2024-05-06)

- Update Qdrant to v1.9.1
Expand Down
8 changes: 2 additions & 6 deletions charts/qdrant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Changelog

## [qdrant-0.9.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.9.0) (2024-05-06)
## [qdrant-0.9.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.9.1) (2024-06-10)

- Update Qdrant to v1.9.1
- Add labels to ConfigMap and Secret [#174](https://github.com/qdrant/qdrant-helm/pull/174)
- Make lifecycle hooks configurable [#175](https://github.com/qdrant/qdrant-helm/pull/175)
- Support storing snapshots in a separate PVC [#177](https://github.com/qdrant/qdrant-helm/pull/177)
- Add both storage and snapshot volume names to values.yaml [#181](https://github.com/qdrant/qdrant-helm/pull/181)
- Update Qdrant to v1.9.4

For the full changelog, see [CHANGELOG.md](https://github.com/qdrant/qdrant-helm/blob/main/CHANGELOG.md).

Expand Down
27 changes: 4 additions & 23 deletions charts/qdrant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,11 @@ maintainers:
url: https://github.com/qdrant
icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg
type: application
version: 0.9.0
appVersion: v1.9.1
version: 0.9.1
appVersion: v1.9.4
annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: added
description: Update Qdrant to v1.9.1
- kind: added
description: Add labels to ConfigMap and Secret
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/174
- kind: added
description: Make lifecycle hooks configurable
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/175
- kind: added
description: Support storing snapshots in a separate PVC
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/177
- kind: added
description: Add both storage and snapshot volume names to values.yaml
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/181
description: Update Qdrant to v1.9.4

0 comments on commit be69bfc

Please sign in to comment.