diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index c3f849e2..198d6f34 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,10 @@ ## OpenTelemtry-Integration +### v0.0.78 / 2024-06-06 +- [FEAT] Bump Collector to 0.102.1 +- [FIX] Important: This version contains fix for cve-2024-36129. For more information see https://opentelemetry.io/blog/2024/cve-2024-36129/ + ### v0.0.77 / 2024-06-05 - [FIX] Fix target allocator add events and secrets permission diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index fbaad74c..b04a2d65 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.77 +version: 0.0.78 keywords: - OpenTelemetry Collector - OpenTelemetry Agent @@ -11,22 +11,22 @@ keywords: dependencies: - name: opentelemetry-collector alias: opentelemetry-agent - version: "0.85.1" + version: "0.86.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent.enabled - name: opentelemetry-collector alias: opentelemetry-agent-windows - version: "0.85.1" + version: "0.86.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent-windows.enabled - name: opentelemetry-collector alias: opentelemetry-cluster-collector - version: "0.85.1" + version: "0.86.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-cluster-collector.enabled - name: opentelemetry-collector alias: opentelemetry-gateway - version: "0.85.1" + version: "0.86.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-gateway.enabled sources: diff --git a/otel-integration/k8s-helm/e2e-test/expected_test.go b/otel-integration/k8s-helm/e2e-test/expected_test.go index c7c7d5db..84d9134c 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.101.0" +const expectedScopeVersion = "0.102.1" var expectedScopeNames = map[string]bool{ "otelcol/hostmetricsreceiver/network": false, @@ -154,4 +154,5 @@ var expectedMetrics map[string]bool = map[string]bool{ "otelcol_processor_batch_timeout_trigger_send": false, "otelcol_exporter_send_failed_log_records": false, "otelcol_processor_batch_batch_send_size": false, + "otelcol_fileconsumer_open_files": false, } diff --git a/otel-integration/k8s-helm/e2e-test/go.mod b/otel-integration/k8s-helm/e2e-test/go.mod index ed77dbe2..3933c841 100644 --- a/otel-integration/k8s-helm/e2e-test/go.mod +++ b/otel-integration/k8s-helm/e2e-test/go.mod @@ -3,6 +3,7 @@ module coralogix.com/otel-integration/e2e go 1.21.1 require ( + github.com/davecgh/go-spew v1.1.1 github.com/stretchr/testify v1.8.4 go.opentelemetry.io/collector/component v0.95.0 go.opentelemetry.io/collector/consumer v0.95.0 @@ -14,7 +15,6 @@ require ( require ( github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect - github.com/davecgh/go-spew v1.1.1 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/go-logr/logr v1.4.1 // indirect diff --git a/otel-integration/k8s-helm/values.yaml b/otel-integration/k8s-helm/values.yaml index 805835d9..3d09e20b 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.77" + version: "0.0.78" extensions: kubernetesDashboard: