Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release doc #578

Merged
merged 6 commits into from
May 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ cross-compilation issue, but will return in v0.13.0.

# Main (unreleased)

# 0.14.0-rc.4 (2021-05-03)

BREAKING CHANGES: For security, the scraping service config API will reject
configs that read credentials from disk to prevent malicious users from reading
artbirary files and sending their contents over the network. The old behavior
Expand All @@ -19,12 +21,12 @@ service config.
- [BUGFIX] Ensure defaults are applied to undefined sections in config file.
This fixes a problem where integrations didn't work if `prometheus:` wasn't
configured. (@rfratto)

- [BUGFIX] Use 64 bit Program Files when installing on Windows. (@mattdurham)

- [BUGFIX] Re-read `prometheus.global` settings when calling /-/reload.
(@rfratto)

# 0.14.0-rc.3 (2021-04-15)

- [ENHANCEMENT] Add `headers` field in `remote_write` config for Tempo. `headers`
Expand Down