diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ce50318..bf1a187 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "charts/platform": "0.4.0", + "charts/platform": "0.5.0", "charts/cloudquery": "36.0.0" } diff --git a/charts/platform/CHANGELOG.md b/charts/platform/CHANGELOG.md index 8237cf2..09f2e54 100644 --- a/charts/platform/CHANGELOG.md +++ b/charts/platform/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.5.0](https://github.com/cloudquery/helm-charts/compare/platform-0.4.0...platform-0.5.0) (2025-01-03) + + +### Features + +* Allow deployment to EKS ([#528](https://github.com/cloudquery/helm-charts/issues/528)) ([59d1a35](https://github.com/cloudquery/helm-charts/commit/59d1a354ed57fa518a0d7a70c8130180fec26ea0)) + + +### Bug Fixes + +* **deps:** Update dependency cloudquery/cloud to v0.28.1 ([#527](https://github.com/cloudquery/helm-charts/issues/527)) ([d6bc844](https://github.com/cloudquery/helm-charts/commit/d6bc84485d71d9794804ce0383be2369e65c8437)) +* Use a shared volume for the `CQAPI_LOCAL_AES_KEY_FILE` ([#529](https://github.com/cloudquery/helm-charts/issues/529)) ([e743add](https://github.com/cloudquery/helm-charts/commit/e743addd5d6ef181d107ae84ab30f3361730c9fb)) + ## [0.4.0](https://github.com/cloudquery/helm-charts/compare/platform-0.3.1...platform-0.4.0) (2024-12-18) diff --git a/charts/platform/Chart.yaml b/charts/platform/Chart.yaml index 85a83bd..5497a9d 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.4.0 +version: 0.5.0 appVersion: 0.28.1 annotations: artifacthub.io/license: MPL-2.0 diff --git a/charts/platform/README.md b/charts/platform/README.md index 5aabadc..885ad74 100644 --- a/charts/platform/README.md +++ b/charts/platform/README.md @@ -2,7 +2,7 @@ Helm chart for installing the CloudQuery self-hosted platform -![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.26.0](https://img.shields.io/badge/AppVersion-0.26.0-informational?style=flat-square) +![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.28.1](https://img.shields.io/badge/AppVersion-0.28.1-informational?style=flat-square) ## Quickstart