diff --git a/CHANGELOG.md b/CHANGELOG.md index e4735c1d2d..d563c31341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,20 +10,7 @@ internal API changes are not present. Main (unreleased) ----------------- -### Features - -- Add support for TLS to `prometheus.write.queue`. (@mattdurham) - -### Bugfixes - -- Fix issue where `alloy_prometheus_relabel_metrics_processed` was not being incremented. (@mattdurham) - -### Enhancements - -- Update `prometheus.write.queue` to support v2 for cpu performance. (@mattdurham) -- (_Experimental_) Add health reporting to `database_observability.mysql` component (@cristiangreco) - -v1.6.0-rc.0 +v1.6.0-rc.1 ----------------- ### Breaking changes @@ -37,6 +24,8 @@ v1.6.0-rc.0 ### Features +- Add support for TLS to `prometheus.write.queue`. (@mattdurham) + - Add `otelcol.receiver.syslog` component to receive otel logs in syslog format (@dehaansa) - Add support for metrics in `otelcol.exporter.loadbalancing` (@madaraszg-tulip) @@ -59,6 +48,10 @@ v1.6.0-rc.0 ### Enhancements +- Update `prometheus.write.queue` to support v2 for cpu performance. (@mattdurham) + +- (_Experimental_) Add health reporting to `database_observability.mysql` component (@cristiangreco) + - Add second metrics sample to the support bundle to provide delta information (@dehaansa) - Add all raw configuration files & a copy of the latest remote config to the support bundle (@dehaansa) @@ -98,6 +91,8 @@ v1.6.0-rc.0 ### Bugfixes +- Fix issue where `alloy_prometheus_relabel_metrics_processed` was not being incremented. (@mattdurham) + - Fixed issue with automemlimit logging bad messages and trying to access cgroup on non-linux builds (@dehaansa) - Fixed issue with reloading configuration and prometheus metrics duplication in `prometheus.write.queue`. (@mattdurham)