From c77b5e33773f5952624ba0c20d5bb1c129c7ecb3 Mon Sep 17 00:00:00 2001 From: Daxin Wang <46807570+dxsup@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:14:05 +0800 Subject: [PATCH] update the changelog for releasing v0.9.0 (#621) Signed-off-by: Daxin Wang --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 034e4af10..d3744966c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,15 @@ 1. All notable changes to this project will be documented in this file. 2. Records in this file are not identical to the title of their Pull Requests. A detailed description is necessary for understanding what changes are and why they are made. -## Unreleased +## v0.9.0 - 2024-02-02 ### Enhancements -- Add periodic memory cleanup for OtelExporter. Users can configure the restart period in hours. Disabled by deafult. ([#577](https://github.com/KindlingProject/kindling/pull/577)) +- Add periodic memory cleanup for OtelExporter. This can slightly slow down the rate of memory growth. Users can configure the restart period in hours. Disabled by deafult. ([#577](https://github.com/KindlingProject/kindling/pull/577)) - Added an extra application for collecting k8s metadata named metadata-provider,with an API that list/watch k8s metadata. More Detail at [readme of metaprovider](collector/pkg/metadata/metaprovider/readme.md) ([#580](https://github.com/KindlingProject/kindling/pull/580),[#595](https://github.com/KindlingProject/kindling/pull/595),[#596](https://github.com/KindlingProject/kindling/pull/596)) +### Bug fixes +- Fix the bug that the agent writes a lot of kernel logs when using kernel module as the driver. ([#590](https://github.com/KindlingProject/kindling/pull/590)) +- Fix the bug that the `View Mode` and `Show Services` in the topology panel are not displayed. ([#579](https://github.com/KindlingProject/kindling/pull/579)) + ## v0.8.1 - 2023-09-01 ### Enhancements - Improve the Grafana plugin's performance by reducing the amount of data requiring queries. Now the plugin queries through Grafana's api proxy. ([#555](https://github.com/KindlingProject/kindling/pull/555))