From d07664cbae3c95140b23dc21352eb1069f0cbb06 Mon Sep 17 00:00:00 2001 From: Nicolas Takashi Date: Fri, 11 Aug 2023 13:54:28 +0100 Subject: [PATCH] [CHORE] upgrading upstream helm chart Signed-off-by: Nicolas Takashi --- otel-agent/k8s-helm/CHANGELOG.md | 3 +++ otel-agent/k8s-helm/Chart.yaml | 4 ++-- otel-infrastructure-collector/CHANGELOG.md | 3 +++ otel-infrastructure-collector/k8s-helm/Chart.yaml | 6 +++--- otel-integration/CHANGELOG.md | 4 ++++ otel-integration/k8s-helm/Chart.yaml | 4 ++-- 6 files changed, 17 insertions(+), 7 deletions(-) diff --git a/otel-agent/k8s-helm/CHANGELOG.md b/otel-agent/k8s-helm/CHANGELOG.md index 15febf5a..b7b3d2c2 100644 --- a/otel-agent/k8s-helm/CHANGELOG.md +++ b/otel-agent/k8s-helm/CHANGELOG.md @@ -2,6 +2,9 @@ ## OpenTelemtry-Agent +### v0.0.30 / 2023-08-11 +* [CHORE] Upgrading upstream chart. (v0.69.0) + ### v0.0.29 / 2023-07-26 * [FEATURE] Add system.memory.utilization and system.cpu.utilization to hostmetrics preset. (v0.64.1) diff --git a/otel-agent/k8s-helm/Chart.yaml b/otel-agent/k8s-helm/Chart.yaml index 5a21dc28..edd3acd0 100644 --- a/otel-agent/k8s-helm/Chart.yaml +++ b/otel-agent/k8s-helm/Chart.yaml @@ -1,14 +1,14 @@ apiVersion: v2 name: opentelemetry-coralogix description: OpenTelemetry agent to which instrumentation libraries export their telemetry data -version: 0.0.29 +version: 0.0.30 keywords: - OpenTelemetry Collector - OpenTelemetry agent - Coralogix dependencies: - name: opentelemetry-collector - version: "0.64.1" + version: "0.69.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual sources: - https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector diff --git a/otel-infrastructure-collector/CHANGELOG.md b/otel-infrastructure-collector/CHANGELOG.md index 15dfdce5..84b01d3b 100644 --- a/otel-infrastructure-collector/CHANGELOG.md +++ b/otel-infrastructure-collector/CHANGELOG.md @@ -2,6 +2,9 @@ ## OpenTelemtry-Infrastructure-Collector +### v0.1.3 / 2023-08-11 +* [CHORE] Upgrading upstream chart. (v0.69.0) + ### v0.1.2 / 2023-05-08 * [FEATURE] Allow users to configure Coralogix domain instead of endpoints diff --git a/otel-infrastructure-collector/k8s-helm/Chart.yaml b/otel-infrastructure-collector/k8s-helm/Chart.yaml index 8200abe0..fc48adec 100644 --- a/otel-infrastructure-collector/k8s-helm/Chart.yaml +++ b/otel-infrastructure-collector/k8s-helm/Chart.yaml @@ -1,15 +1,15 @@ apiVersion: v2 name: otel-infrastructure-collector description: OpenTelemetry Infrastructure collector -version: 0.1.2 +version: 0.1.3 keywords: - OpenTelemetry Collector - OpenTelemetry Infrastructure Collector - Coralogix dependencies: - name: opentelemetry-collector - version: "0.55.0" - repository: https://open-telemetry.github.io/opentelemetry-helm-charts + version: "0.69.0" + repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual sources: - https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector maintainers: diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index 67bcfd4a..8477c4fd 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,10 @@ ## OpenTelemtry-Integration +### v0.0.8 / 2023-08-11 + +* [CHORE] Upgrading upstream chart. (v0.69.0) + ### v0.0.7 / 2023-08-11 * [FEATURE] Align `cx.otel_integration.name` with the new internal requirements diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index 64cd5344..bc916a3d 100644 --- a/otel-integration/k8s-helm/Chart.yaml +++ b/otel-integration/k8s-helm/Chart.yaml @@ -11,12 +11,12 @@ keywords: dependencies: - name: opentelemetry-collector alias: opentelemetry-agent - version: "0.68.0" + version: "0.69.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent.enabled - name: opentelemetry-collector alias: opentelemetry-cluster-collector - version: "0.68.0" + version: "0.69.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-cluster-collector.enabled - name: kube-state-metrics