From 55fd61f919059a6b4ef39568e4dc31c7c0e0830b Mon Sep 17 00:00:00 2001 From: Matej Gera Date: Fri, 5 Jan 2024 14:33:17 +0100 Subject: [PATCH 1/2] Bump target allocator image version Signed-off-by: Matej Gera --- otel-integration/k8s-helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otel-integration/k8s-helm/values.yaml b/otel-integration/k8s-helm/values.yaml index 6af34da2..9092d1d2 100644 --- a/otel-integration/k8s-helm/values.yaml +++ b/otel-integration/k8s-helm/values.yaml @@ -57,7 +57,7 @@ opentelemetry-agent: # the official image is updated with the "per node" strategy # https://github.com/open-telemetry/opentelemetry-operator/pull/2430 repository: coralogixrepo/target-allocator - tag: sha-9517bd6 + tag: sha-abe05c5 serviceAccount: # Specifies whether a service account should be created From 6b50569350fc1f6bee05a466f245ffbc1629821e Mon Sep 17 00:00:00 2001 From: Matej Gera Date: Fri, 5 Jan 2024 14:33:41 +0100 Subject: [PATCH 2/2] Bump sub-charts and chart version Signed-off-by: Matej Gera --- otel-integration/CHANGELOG.md | 5 +++++ otel-integration/k8s-helm/Chart.yaml | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index a4d949f1..6798e7e7 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,11 @@ ## OpenTelemtry-Integration +### v0.0.45 / 2024-01-05 + +- [FIX] Fix target allocator resources not being applied previously. +- [FIX] Bump target allocator to fix issues with allocator not allocating targets on cluster scaling. + ### v0.0.44 / 2023-12-13 - [CHORE] Update collector to `v0.91.0`. diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index bf8326fc..133ea5ba 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.44 +version: 0.0.45 keywords: - OpenTelemetry Collector - OpenTelemetry Agent @@ -11,17 +11,17 @@ keywords: dependencies: - name: opentelemetry-collector alias: opentelemetry-agent - version: "0.78.0" + version: "0.78.1" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent.enabled - name: opentelemetry-collector alias: opentelemetry-agent-windows - version: "0.78.0" + version: "0.78.1" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent-windows.enabled - name: opentelemetry-collector alias: opentelemetry-cluster-collector - version: "0.78.0" + version: "0.78.1" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-cluster-collector.enabled sources: