Skip to content

Commit

Permalink
docs: clarify changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Will Hegedus <whegedus@linode.com>
  • Loading branch information
wbh1 committed May 9, 2022
1 parent 47c85de commit f18fa62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit f18fa62

Please sign in to comment.