From e03c279f7946139757cabd72736edf7c5d6c7e68 Mon Sep 17 00:00:00 2001 From: Will Hegedus Date: Sun, 8 May 2022 16:43:59 -0400 Subject: [PATCH] docs: clarify changelog Signed-off-by: Will Hegedus --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e067ad3ce2b..8b0a8d1fe02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ### Fixed -- [#4471](https://github.com/thanos-io/thanos/pull/4471) **breaking:** if `--web.route-prefix` or `--web.external-prefix` is set: Serve `/debug/*`, `/-/ready`, `/-/healthy`, and `/metrics` routes under the prefix from `--web.route-prefix`. Previously, these endpoints were served from the root URL. +- [#4471](https://github.com/thanos-io/thanos/pull/4471) Compact, Query, Rule, Store: *breaking :warning:* If `--web.route-prefix` or `--web.external-prefix` is set, serve `/debug/*`, `/-/ready`, `/-/healthy`, and `/metrics` routes under the prefix from `--web.route-prefix`. Previously, these endpoints were served from the root URL even when the rest of the app was served from a subpath. ### Added @@ -264,11 +264,11 @@ The binaries published with this release are built with Go1.17.8 to avoid [CVE-2 ### Changed -- +- ### Removed -- +- ## [v0.20.0](https://github.com/thanos-io/thanos/releases/tag/v0.20.0) - 2021.04.28