Skip to content

Commit

Permalink
docs: clarify changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Will Hegedus <[email protected]>
  • Loading branch information
wbh1 committed May 8, 2022
1 parent a99c0ab commit e03c279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e03c279

Please sign in to comment.