diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d2e8367c64..f1579899e285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,8 @@ Main (unreleased) - Added support for `loki.write` to flush WAL on agent shutdown. (@thepalbi) +- Add an option to the windows static mode installer for expanding environment vars in the yaml config. (@erikbaranowski) + ### 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)