diff --git a/CHANGELOG.md b/CHANGELOG.md index 855f6dd398e6..f2652fad76ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,8 @@ Main (unreleased) - Allows for pulling metrics at the Azure subscription level instead of resource by resource - Disable dimension validation by default to reduce the number of exporter instances needed for full dimension coverage +- Add support for Basic Auth for agent's web UI, including the APIs. (@hainenber) + ### Bugfixes - Update `pyroscope.ebpf` to fix a logical bug causing to profile to many kthreads instead of regular processes https://github.com/grafana/pyroscope/pull/2778 (@korniltsev)