From 284ae6fdf1df4944733a4cdc3820298dbaedb520 Mon Sep 17 00:00:00 2001 From: Povilas Versockas Date: Fri, 30 Aug 2024 12:57:28 +0300 Subject: [PATCH] [opentelemetry-integration] bump collector to 108 --- otel-integration/CHANGELOG.md | 3 +++ otel-integration/k8s-helm/Chart.yaml | 12 ++++++------ otel-integration/k8s-helm/central-agent-values.yaml | 1 - otel-integration/k8s-helm/values-windows.yaml | 1 - otel-integration/k8s-helm/values.yaml | 2 +- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index 945839bf..6c3cd1ea 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,9 @@ ## OpenTelemtry-Integration +### v0.0.100 / 2024-08-30 +- [Feat] Bump collector version to `0.108.0` + ### v0.0.99 / 2024-08-29 - [Fix] Change central-agent-values.yaml log level to warn - [Fix] Turn off k8sattributes preset for central collector cluster diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index ab4eb113..b61f04a3 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.99 +version: 0.0.100 keywords: - OpenTelemetry Collector - OpenTelemetry Agent @@ -11,27 +11,27 @@ keywords: dependencies: - name: opentelemetry-collector alias: opentelemetry-agent - version: "0.90.0" + version: "0.91.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent.enabled - name: opentelemetry-collector alias: opentelemetry-agent-windows - version: "0.90.0" + version: "0.91.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent-windows.enabled - name: opentelemetry-collector alias: opentelemetry-cluster-collector - version: "0.90.0" + version: "0.91.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-cluster-collector.enabled - name: opentelemetry-collector alias: opentelemetry-receiver - version: "0.90.0" + version: "0.91.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-receiver.enabled - name: opentelemetry-collector alias: opentelemetry-gateway - version: "0.90.0" + version: "0.91.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-gateway.enabled sources: diff --git a/otel-integration/k8s-helm/central-agent-values.yaml b/otel-integration/k8s-helm/central-agent-values.yaml index 7028d76b..100342f4 100644 --- a/otel-integration/k8s-helm/central-agent-values.yaml +++ b/otel-integration/k8s-helm/central-agent-values.yaml @@ -5,7 +5,6 @@ global: defaultSubsystemName: "integration" logLevel: "warn" collectionInterval: "30s" - version: "0.0.97" extensions: kubernetesDashboard: diff --git a/otel-integration/k8s-helm/values-windows.yaml b/otel-integration/k8s-helm/values-windows.yaml index d510e0af..2a7621fc 100644 --- a/otel-integration/k8s-helm/values-windows.yaml +++ b/otel-integration/k8s-helm/values-windows.yaml @@ -5,7 +5,6 @@ global: defaultSubsystemName: "integration" logLevel: "warn" collectionInterval: "30s" - version: "0.0.86" extensions: kubernetesDashboard: diff --git a/otel-integration/k8s-helm/values.yaml b/otel-integration/k8s-helm/values.yaml index f916a841..7eb59ae4 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.99" + version: "0.0.100" extensions: kubernetesDashboard: