From 956fcbc1de8a03c6ccf5e0e377292a32ce44d702 Mon Sep 17 00:00:00 2001 From: Matej Gera Date: Tue, 22 Aug 2023 16:05:08 +0200 Subject: [PATCH] Bump chart and add CHANGELOG Signed-off-by: Matej Gera --- otel-integration/CHANGELOG.md | 4 ++++ otel-integration/k8s-helm/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index 23e06062..7c1b3072 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,10 @@ ## OpenTelemtry-Integration +### v0.0.13 / 2023-08-22 + +* [FIX] Change `k8s.container.name` to `k8s.pod.name` attribute + ### v0.0.12 / 2023-08-21 * [FEATURE] Support host.id from system resource detector. diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index d8441393..1ad5967b 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.12 +version: 0.0.13 keywords: - OpenTelemetry Collector - OpenTelemetry Agent