From be826567296b4a7d537406c81c47b1dbf8cbf0a9 Mon Sep 17 00:00:00 2001 From: Rikhil Shah Date: Mon, 13 Nov 2023 11:28:04 +0000 Subject: [PATCH] Add changelog entry Signed-off-by: Rikhil Shah --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3140315ed89..c30b9154cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#6874](https://github.com/thanos-io/thanos/pull/6874) Sidecar: fix labels returned by 'api/v1/series' in presence of conflicting external and inner labels. ### Added +- [#6891](https://github.com/thanos-io/thanos/pull/6891) Objstore: Bump `objstore` which adds support for Azure Workload Identity. ### Changed