From 603ed614dacada71bb0f91d7c191934f2c92f67d Mon Sep 17 00:00:00 2001 From: Povilas Versockas Date: Thu, 5 Dec 2024 12:39:55 +0200 Subject: [PATCH] [opentelemetry-integration] update collector to 115 and TA to 113 --- otel-integration/CHANGELOG.md | 6 +++++- otel-integration/k8s-helm/Chart.yaml | 12 ++++++------ otel-integration/k8s-helm/e2e-test/expected_test.go | 2 +- otel-integration/k8s-helm/values.yaml | 12 ++---------- 4 files changed, 14 insertions(+), 18 deletions(-) diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index 3d333448..fbba5b74 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,7 +2,11 @@ ## OpenTelemtry-Integration -### v0.0.118 / 2024-12-05 +### v0.0.120 / 2024-12-05 +- [Feat] Bump collector version to `0.115.0` +- [Feat] Bump Target Allocator version to `0.114.0` + +### v0.0.119 / 2024-12-05 - [Fix] Target Allocator configmap name conflicting with collector configmap. ### v0.0.118 / 2024-12-04 diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index 08019085..d6faf14c 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.119 +version: 0.0.120 keywords: - OpenTelemetry Collector - OpenTelemetry Agent @@ -11,27 +11,27 @@ keywords: dependencies: - name: opentelemetry-collector alias: opentelemetry-agent - version: "0.98.7" + version: "0.99.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent.enabled - name: opentelemetry-collector alias: opentelemetry-agent-windows - version: "0.98.7" + version: "0.99.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent-windows.enabled - name: opentelemetry-collector alias: opentelemetry-cluster-collector - version: "0.98.7" + version: "0.99.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-cluster-collector.enabled - name: opentelemetry-collector alias: opentelemetry-receiver - version: "0.98.7" + version: "0.99.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-receiver.enabled - name: opentelemetry-collector alias: opentelemetry-gateway - version: "0.98.7" + version: "0.99.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-gateway.enabled - name: coralogix-ebpf-agent diff --git a/otel-integration/k8s-helm/e2e-test/expected_test.go b/otel-integration/k8s-helm/e2e-test/expected_test.go index 815d8283..ef19c5c0 100644 --- a/otel-integration/k8s-helm/e2e-test/expected_test.go +++ b/otel-integration/k8s-helm/e2e-test/expected_test.go @@ -5,7 +5,7 @@ var expectedSchemaURL = map[string]bool{ "https://opentelemetry.io/schemas/1.9.0": false, } -const expectedScopeVersion = "0.111.0" +const expectedScopeVersion = "0.115.0" var expectedScopeNames = map[string]bool{ "github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver/internal/scraper/networkscraper": false, diff --git a/otel-integration/k8s-helm/values.yaml b/otel-integration/k8s-helm/values.yaml index b6dc7efc..4b40ce1c 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.119" + version: "0.0.120" extensions: kubernetesDashboard: @@ -58,12 +58,10 @@ opentelemetry-agent: scrapeInterval: 30s image: repository: ghcr.io/open-telemetry/opentelemetry-operator/target-allocator - tag: v0.105.0 + tag: v0.114.0 - # Temporary feature gates to prevent breaking changes. Please see changelog for version 0.0.85 for more information. command: name: otelcol-contrib - extraArgs: ["--feature-gates=component.UseLocalHostAsDefaultHost"] serviceAccount: # Specifies whether a service account should be created @@ -447,10 +445,8 @@ opentelemetry-cluster-collector: kubernetesResources: enabled: false - # Temporary feature gates to prevent breaking changes. Please see changelog for version 0.0.85 for more information. command: name: otelcol-contrib - extraArgs: ["--feature-gates=component.UseLocalHostAsDefaultHost"] extraEnvs: - name: CORALOGIX_PRIVATE_KEY @@ -751,10 +747,8 @@ opentelemetry-gateway: enabled: true clusterName: "{{.Values.global.clusterName}}" integrationName: "coralogix-integration-helm" - # Temporary feature gates to prevent breaking changes. Please see changelog for version 0.0.85 for more information. command: name: otelcol-contrib - extraArgs: ["--feature-gates=component.UseLocalHostAsDefaultHost"] config: extensions: @@ -946,10 +940,8 @@ opentelemetry-receiver: enabled: true clusterName: "{{.Values.global.clusterName}}" integrationName: "coralogix-integration-helm" - # Temporary feature gates to prevent breaking changes. Please see changelog for version 0.0.85 for more information. command: name: otelcol-contrib - extraArgs: ["--feature-gates=component.UseLocalHostAsDefaultHost"] config: extensions: