From f141355c14b4715c665135833cb2c7f6fe3c88cb Mon Sep 17 00:00:00 2001 From: Marvin Giessing Date: Wed, 20 Apr 2022 21:55:25 +0200 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eec84630adc..302653cf8f1 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