From cda160f21851452f15517fb0b8b0758c5499bef1 Mon Sep 17 00:00:00 2001 From: Povilas Versockas Date: Mon, 4 Sep 2023 15:26:00 +0300 Subject: [PATCH] chore: otel-integration bump OTEL Collector chart version (#285) --- otel-integration/CHANGELOG.md | 4 ++++ otel-integration/k8s-helm/Chart.yaml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index 7c1b3072..7d9baa30 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,10 @@ ## OpenTelemtry-Integration +### v0.0.14 / 2023-09-04 + +* [CHORE] Upgrading upstream chart. (v0.71.1) + ### v0.0.13 / 2023-08-22 * [FIX] Change `k8s.container.name` to `k8s.pod.name` attribute diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index 1ad5967b..cb7b64c6 100644 --- a/otel-integration/k8s-helm/Chart.yaml +++ b/otel-integration/k8s-helm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: otel-integration description: OpenTelemetry Integration -version: 0.0.13 +version: 0.0.14 keywords: - OpenTelemetry Collector - OpenTelemetry Agent @@ -11,12 +11,12 @@ keywords: dependencies: - name: opentelemetry-collector alias: opentelemetry-agent - version: "0.71.0" + version: "0.71.1" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent.enabled - name: opentelemetry-collector alias: opentelemetry-cluster-collector - version: "0.71.0" + version: "0.71.1" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-cluster-collector.enabled - name: kube-state-metrics