From 02e3bbee1aba5d2b5c16c865aafeaf92dc9cefb6 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:15:53 +0000 Subject: [PATCH] chore(main): Release platform 0.6.2 --- .release-please-manifest.json | 2 +- charts/platform/CHANGELOG.md | 10 ++++++++++ charts/platform/Chart.yaml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 43fe3c08..052f53b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "charts/platform": "0.6.1", + "charts/platform": "0.6.2", "charts/cloudquery": "37.0.0" } diff --git a/charts/platform/CHANGELOG.md b/charts/platform/CHANGELOG.md index 01e40e88..5ff8ed74 100644 --- a/charts/platform/CHANGELOG.md +++ b/charts/platform/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.6.2](https://github.com/cloudquery/helm-charts/compare/platform-0.6.1...platform-0.6.2) (2025-01-20) + + +### Bug Fixes + +* Cleanup extra env variable ([#558](https://github.com/cloudquery/helm-charts/issues/558)) ([2bcd728](https://github.com/cloudquery/helm-charts/commit/2bcd728b4da5851730ff477541238f61dbb329b8)) +* **deps:** Update dependency cloudquery/cloud to v0.40.0 ([#556](https://github.com/cloudquery/helm-charts/issues/556)) ([12446b7](https://github.com/cloudquery/helm-charts/commit/12446b7359f59d543372b91934ef6193c65e2606)) +* **deps:** Update dependency cloudquery/cloud to v0.41.0 ([#560](https://github.com/cloudquery/helm-charts/issues/560)) ([737edcb](https://github.com/cloudquery/helm-charts/commit/737edcbe32ae15f6016480402ef3d26dbfb40343)) +* Make otel DB configurable ([#559](https://github.com/cloudquery/helm-charts/issues/559)) ([5d6398a](https://github.com/cloudquery/helm-charts/commit/5d6398a5118193666a9984b9f9dcd294c5c263e9)) + ## [0.6.1](https://github.com/cloudquery/helm-charts/compare/platform-0.6.0...platform-0.6.1) (2025-01-20) diff --git a/charts/platform/Chart.yaml b/charts/platform/Chart.yaml index d867510f..6d847a1f 100644 --- a/charts/platform/Chart.yaml +++ b/charts/platform/Chart.yaml @@ -12,7 +12,7 @@ sources: maintainers: - name: yevgenypats email: yp@cloudquery.io -version: 0.6.1 +version: 0.6.2 appVersion: 0.41.0 annotations: artifacthub.io/license: MPL-2.0