diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9fbac9da..7379b45f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "charts/platform": "0.8.0", + "charts/platform": "0.9.0", "charts/cloudquery": "38.0.0", "charts/operator": "0.2.0" } diff --git a/charts/platform/CHANGELOG.md b/charts/platform/CHANGELOG.md index 914e5169..242c3068 100644 --- a/charts/platform/CHANGELOG.md +++ b/charts/platform/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.9.0](https://github.com/cloudquery/helm-charts/compare/platform-0.8.0...platform-0.9.0) (2025-02-04) + + +### Features + +* Adding persistent volume ([#592](https://github.com/cloudquery/helm-charts/issues/592)) ([b56d962](https://github.com/cloudquery/helm-charts/commit/b56d96226ac7234dbf178a0c7963ad73739a693c)) +* Support NLB deployment via Helm ([#583](https://github.com/cloudquery/helm-charts/issues/583)) ([e20d1ae](https://github.com/cloudquery/helm-charts/commit/e20d1aec9913b5724b64e08087bee433f8d4fccb)) + + +### Bug Fixes + +* Adding security context configuration ([#587](https://github.com/cloudquery/helm-charts/issues/587)) ([2f09eb4](https://github.com/cloudquery/helm-charts/commit/2f09eb434e1c761faf5a966f076f818b49bc524b)) +* **deps:** Update dependency cloudquery/cloud to v0.51.0 ([#588](https://github.com/cloudquery/helm-charts/issues/588)) ([d5d060a](https://github.com/cloudquery/helm-charts/commit/d5d060a88d3b7597b1c6acd4f84b12501c577617)) +* **deps:** Update dependency cloudquery/cloud to v0.51.1 ([#591](https://github.com/cloudquery/helm-charts/issues/591)) ([2f09b11](https://github.com/cloudquery/helm-charts/commit/2f09b1148ab5cebe27ed2f2f41610dc787a8a615)) +* **deps:** Update dependency cloudquery/cloud to v0.52.0 ([#593](https://github.com/cloudquery/helm-charts/issues/593)) ([382aa97](https://github.com/cloudquery/helm-charts/commit/382aa97dbe79ae284c91c2d7e21298c694392dfd)) +* **deps:** Update dependency cloudquery/cloud to v0.53.0 ([#596](https://github.com/cloudquery/helm-charts/issues/596)) ([61af827](https://github.com/cloudquery/helm-charts/commit/61af827ab2cdbe819ab69d6205511a638ce3da69)) +* **deps:** Update otel/opentelemetry-collector-contrib Docker tag to v0.118.0 ([#590](https://github.com/cloudquery/helm-charts/issues/590)) ([d90da8b](https://github.com/cloudquery/helm-charts/commit/d90da8b4b47a9e8f95f765c83f3c1a1049d71f96)) + ## [0.8.0](https://github.com/cloudquery/helm-charts/compare/platform-0.7.3...platform-0.8.0) (2025-01-30) diff --git a/charts/platform/Chart.yaml b/charts/platform/Chart.yaml index d7ba3e3b..1ae6c224 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.8.0 +version: 0.9.0 appVersion: 0.53.0 annotations: artifacthub.io/license: MPL-2.0 diff --git a/charts/platform/README.md b/charts/platform/README.md index 9389d98e..80583521 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.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.51.1](https://img.shields.io/badge/AppVersion-0.51.1-informational?style=flat-square) +![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.53.0](https://img.shields.io/badge/AppVersion-0.53.0-informational?style=flat-square) ## Quickstart @@ -244,8 +244,8 @@ Kubernetes: `^1.8.0-0` | serviceAccount.create | bool | `false` | | | serviceAccount.name | string | `""` | | | testingSecret | object | `{"activationKey":"","clickhouseDSN":"","enabled":false,"postgresqlDSN":""}` | Testing secret configuration - only used during CI/CD | -| volumeMounts | list | `[{"mountPath":"/shared","name":"shared"},{"mountPath":"/var/log","name":"logs"},{"mountPath":"/tmp","name":"tmp"}]` | Additional volumeMounts on the output Deployment definition. | -| volumes | list | `[{"emptyDir":{},"name":"shared"},{"emptyDir":{},"name":"logs"},{"emptyDir":{},"name":"tmp"}]` | Additional volumes on the output Deployment definition. | +| volumeMounts | list | `[{"mountPath":"/var/log","name":"logs"},{"mountPath":"/tmp","name":"tmp"}]` | Additional volumeMounts on the output Deployment definition. | +| volumes | list | `[{"emptyDir":{},"name":"logs"},{"emptyDir":{},"name":"tmp"}]` | Additional volumes on the output Deployment definition. | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)