diff --git a/CHANGELOG.md b/CHANGELOG.md index fe90cac..4596882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [qdrant-1.16.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.1) (2025-11-26) + +- Update Qdrant to v1.16.1 +- Add custom authorization support for ServiceMonitor [#407](https://github.com/qdrant/qdrant-helm/pull/407) + ## [qdrant-1.16.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.0) (2025-11-17) - Update Qdrant to v1.16.0 diff --git a/charts/qdrant/CHANGELOG.md b/charts/qdrant/CHANGELOG.md index 15137c2..61d4b9a 100644 --- a/charts/qdrant/CHANGELOG.md +++ b/charts/qdrant/CHANGELOG.md @@ -1,8 +1,7 @@ # Changelog -## [qdrant-1.16.0](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.0) (2025-11-17) +## [qdrant-1.16.1](https://github.com/qdrant/qdrant-helm/tree/qdrant-1.16.1) (2025-11-26) -- Update Qdrant to v1.16.0 -- Add support for `volumeAttributesClass` for PVCs [#396](https://github.com/qdrant/qdrant-helm/pull/396) -- Fix Helm warning because of wrong data type in env default value [#398](https://github.com/qdrant/qdrant-helm/pull/398) +- Update Qdrant to v1.16.1 +- Add custom authorization support for ServiceMonitor [#407](https://github.com/qdrant/qdrant-helm/pull/407) diff --git a/charts/qdrant/Chart.yaml b/charts/qdrant/Chart.yaml index 8a3f031..376f46a 100644 --- a/charts/qdrant/Chart.yaml +++ b/charts/qdrant/Chart.yaml @@ -13,20 +13,15 @@ maintainers: url: https://github.com/qdrant icon: https://qdrant.github.io/qdrant-helm/logo_with_text.svg type: application -version: 1.16.0 -appVersion: v1.16.0 +version: 1.16.1 +appVersion: v1.16.1 annotations: artifacthub.io/category: database artifacthub.io/changes: | - kind: added - description: Update Qdrant to v1.16.0 + description: Update Qdrant to v1.16.1 - kind: added - description: Add support for `volumeAttributesClass` for PVCs + description: Add custom authorization support for ServiceMonitor links: - name: GitHub Pull Request - url: https://github.com/qdrant/qdrant-helm/pull/396 - - kind: fixed - description: Fix Helm warning because of wrong data type in env default value - links: - - name: GitHub Pull Request - url: https://github.com/qdrant/qdrant-helm/pull/398 + url: https://github.com/qdrant/qdrant-helm/pull/407