From 308e2b4b123605221002db168b1397b2bdb5194d Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Thu, 16 Nov 2023 09:42:53 +0000 Subject: [PATCH] Move k8s resolver change to the main branch section (#5789) --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a1fce9d595..34630f581d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -146,6 +146,9 @@ Main (unreleased) - Fix a bug which prevented Agent from running `otelcol.exporter.loadbalancing` with a `routing_key` of `traceID`. (@ptodev) +- Added Kubernetes service resolver to static node's loadbalancing exporter + and to Flow's `otelcol.exporter.loadbalancing`. (@ptodev) + ### Other changes - Bump `mysqld_exporter` version to v0.15.0. (@marctc) @@ -169,9 +172,6 @@ v0.37.4 (2023-11-06) - Fix a bug where reloading the configuration of a `loki.write` component lead to a panic. (@tpaschalis) -- Added Kubernetes service resolver to static node's loadbalancing exporter - and to Flow's `otelcol.exporter.loadbalancing`. (@ptodev) - v0.37.3 (2023-10-26) -----------------