Skip to content

Commit

Permalink
Release 0.7.5 (#133)
Browse files Browse the repository at this point in the history
* Release 0.7.5

* Update date
  • Loading branch information
bashofmann authored Jan 17, 2024
1 parent bd2309c commit 233c22b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [qdrant-0.7.5](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.5) (2023-01-17)

- Configurable static IP for LoadBalancer services [#122](https://github.com/qdrant/qdrant-helm/pull/122)
- Fix metrics scraping if api key is enabled [#127](https://github.com/qdrant/qdrant-helm/pull/127)
- Use /readyz endpoint for readiness probe for Qdrant >= 1.7.3 [#124](https://github.com/qdrant/qdrant-helm/pull/124)
- Use FQDN for container image [#125](https://github.com/qdrant/qdrant-helm/pull/125)

## [qdrant-0.7.4](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.4) (2023-12-29)

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

## [qdrant-0.7.4](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.4) (2023-12-29)
## [qdrant-0.7.5](https://github.com/qdrant/qdrant-helm/tree/qdrant-0.7.5) (2023-01-17)

- Update Qdrant to v1.7.3
- Add preStop hook to allow graceful network shutdown [#121](https://github.com/qdrant/qdrant-helm/pull/121)
- Configurable static IP for LoadBalancer services [#122](https://github.com/qdrant/qdrant-helm/pull/122)
- Fix metrics scraping if api key is enabled [#127](https://github.com/qdrant/qdrant-helm/pull/127)
- Use /readyz endpoint for readiness probe for Qdrant >= 1.7.3 [#124](https://github.com/qdrant/qdrant-helm/pull/124)
- Use FQDN for container image [#125](https://github.com/qdrant/qdrant-helm/pull/125)
21 changes: 17 additions & 4 deletions charts/qdrant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,28 @@ maintainers:
url: https://github.com/qdrant
icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg
type: application
version: 0.7.4
version: 0.7.5
appVersion: v1.7.3
annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: added
description: Update Qdrant to v1.7.3
description: Configurable static IP for LoadBalancer services
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/122
- kind: fixed
description: Fix metrics scraping if api key is enabled
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/127
- kind: fixed
description: Use /readyz endpoint for readiness probe for Qdrant >= 1.7.3
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/124
- kind: fixed
description: Add preStop hook to allow graceful network shutdown
description: Use FQDN for container image
links:
- name: Github Issue
url: https://github.com/qdrant/qdrant-helm/pull/121
url: https://github.com/qdrant/qdrant-helm/pull/125

0 comments on commit 233c22b

Please sign in to comment.