From 3ac3f3d7181a3f2492cc7bb2b42057730b4ff3b3 Mon Sep 17 00:00:00 2001 From: Povilas Versockas Date: Thu, 20 Jun 2024 05:54:42 -0700 Subject: [PATCH] [otel-integration] fix: remove logging exporter from default exporters list (#419) --- otel-integration/CHANGELOG.md | 3 +++ otel-integration/k8s-helm/Chart.yaml | 10 +++++----- otel-integration/k8s-helm/values.yaml | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index dea32902..b767b463 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,9 @@ ## OpenTelemtry-Integration +### v0.0.80 / 2024-06-20 +- [BREAKING] logging exporter is removed from default exporters list, since collector 0.103.0 removed it. + ### v0.0.79 / 2024-06-06 - [FEAT] Update Target Allocator version to 0.101.0 diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index 56958bc5..b6051ac1 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.79 +version: 0.0.80 keywords: - OpenTelemetry Collector - OpenTelemetry Agent @@ -11,22 +11,22 @@ keywords: dependencies: - name: opentelemetry-collector alias: opentelemetry-agent - version: "0.86.0" + version: "0.86.1" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent.enabled - name: opentelemetry-collector alias: opentelemetry-agent-windows - version: "0.86.0" + version: "0.86.1" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent-windows.enabled - name: opentelemetry-collector alias: opentelemetry-cluster-collector - version: "0.86.0" + version: "0.86.1" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-cluster-collector.enabled - name: opentelemetry-collector alias: opentelemetry-gateway - version: "0.86.0" + version: "0.86.1" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-gateway.enabled sources: diff --git a/otel-integration/k8s-helm/values.yaml b/otel-integration/k8s-helm/values.yaml index 4b634e3a..6d683272 100644 --- a/otel-integration/k8s-helm/values.yaml +++ b/otel-integration/k8s-helm/values.yaml @@ -5,7 +5,7 @@ global: defaultSubsystemName: "integration" logLevel: "warn" collectionInterval: "30s" - version: "0.0.79" + version: "0.0.80" extensions: kubernetesDashboard: