Skip to content

Commit 079d9e2

Browse files
authored
chore(main): Release platform 0.16.7 (#758)
🤖 I have created a release *beep* *boop* --- ## [0.16.7](platform-0.16.6...platform-0.16.7) (2025-04-01) ### Bug Fixes * **deps:** Update dependency cloudquery/cloud to v1.4.0 ([#760](#760)) ([124ecac](124ecac)) * **deps:** Update otel/opentelemetry-collector-contrib Docker tag to v0.122.1 ([#757](#757)) ([47d5a5e](47d5a5e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent cdfda64 commit 079d9e2

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"charts/platform": "0.16.6",
2+
"charts/platform": "0.16.7",
33
"charts/cloudquery": "38.0.1",
44
"charts/operator": "0.10.4"
55
}

charts/platform/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.16.7](https://github.com/cloudquery/helm-charts/compare/platform-0.16.6...platform-0.16.7) (2025-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency cloudquery/cloud to v1.4.0 ([#760](https://github.com/cloudquery/helm-charts/issues/760)) ([124ecac](https://github.com/cloudquery/helm-charts/commit/124ecacd0a82f64c6a14d1612f7e9bf774dec68d))
9+
* **deps:** Update otel/opentelemetry-collector-contrib Docker tag to v0.122.1 ([#757](https://github.com/cloudquery/helm-charts/issues/757)) ([47d5a5e](https://github.com/cloudquery/helm-charts/commit/47d5a5e64088e14e39135ad53ed272c4aba63066))
10+
311
## [0.16.6](https://github.com/cloudquery/helm-charts/compare/platform-0.16.5...platform-0.16.6) (2025-03-31)
412

513

charts/platform/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sources:
1212
maintainers:
1313
- name: yevgenypats
1414
15-
version: 0.16.6
15+
version: 0.16.7
1616
appVersion: 1.4.0
1717
annotations:
1818
artifacthub.io/license: MPL-2.0

charts/platform/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Helm chart for installing the CloudQuery self-hosted platform
44

5-
![Version: 0.16.6](https://img.shields.io/badge/Version-0.16.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square)
5+
![Version: 0.16.7](https://img.shields.io/badge/Version-0.16.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square)
66

77
## Quickstart
88

@@ -59,7 +59,7 @@ Kubernetes: `^1.8.0-0`
5959
| livenessProbe.httpGet.port | string | `"api"` | |
6060
| livenessProbe.periodSeconds | int | `60` | |
6161
| nameOverride | string | `""` | Override the default name |
62-
| otelCollector | object | `{"containerSecurityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["all"]},"readOnlyRootFilesystem":true},"database":"default","enabled":true,"image":{"pullPolicy":"IfNotPresent","repository":"otel/opentelemetry-collector-contrib","tag":"0.121.0"},"livenessProbe":{"httpGet":{"path":"/","port":13133},"periodSeconds":60},"podDisruptionBudget":{"minAvailable":1},"podSecurityContext":{"runAsGroup":10001,"runAsNonRoot":true,"runAsUser":10001,"seccompProfile":{"type":"RuntimeDefault"}},"readinessProbe":{"httpGet":{"path":"/","port":13133},"periodSeconds":30},"resources":{"limits":{"cpu":"1000m","memory":"1Gi"},"requests":{"cpu":"500m","memory":"512Mi"}},"service":{"ports":[{"name":"otlp-grpc","port":4317,"protocol":"TCP","targetPort":4317},{"name":"otlp-http","port":4318,"protocol":"TCP","targetPort":4318}],"type":"ClusterIP"}}` | OTEL Collector configuration |
62+
| otelCollector | object | `{"containerSecurityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["all"]},"readOnlyRootFilesystem":true},"database":"default","enabled":true,"image":{"pullPolicy":"IfNotPresent","repository":"otel/opentelemetry-collector-contrib","tag":"0.122.1"},"livenessProbe":{"httpGet":{"path":"/","port":13133},"periodSeconds":60},"podDisruptionBudget":{"minAvailable":1},"podSecurityContext":{"runAsGroup":10001,"runAsNonRoot":true,"runAsUser":10001,"seccompProfile":{"type":"RuntimeDefault"}},"readinessProbe":{"httpGet":{"path":"/","port":13133},"periodSeconds":30},"resources":{"limits":{"cpu":"1000m","memory":"1Gi"},"requests":{"cpu":"500m","memory":"512Mi"}},"service":{"ports":[{"name":"otlp-grpc","port":4317,"protocol":"TCP","targetPort":4317},{"name":"otlp-http","port":4318,"protocol":"TCP","targetPort":4318}],"type":"ClusterIP"}}` | OTEL Collector configuration |
6363
| otelCollector.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["all"]},"readOnlyRootFilesystem":true}` | Specify the container-level security context |
6464
| otelCollector.database | string | `"default"` | Optional. The database to use for the ClickHouse exporter (should match the ClickHouse DSN) |
6565
| otelCollector.enabled | bool | `true` | Optional. Enable the OTEL Collector. |

0 commit comments

Comments
 (0)