From 1f6396a43bdfcf83d5df686d6ef573e0b0a30954 Mon Sep 17 00:00:00 2001 From: Marvin Giessing Date: Wed, 20 Apr 2022 21:55:25 +0200 Subject: [PATCH] Updated Changelog Signed-off-by: Marvin Giessing --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eec84630ad..302653cf8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#5220](https://github.com/thanos-io/thanos/pull/5220) Query Frontend: Add `--query-frontend.forward-header` flag, forward headers to downstream querier. - [#5250](https://github.com/thanos-io/thanos/pull/5250/files) Querier: Expose Query and QueryRange APIs through GRPC. +- [#5290](https://github.com/thanos-io/thanos/pull/5290) Add support for ppc64le ### Changed