From e9ce59e3129521b60dcb2f12a809796b07a80bed Mon Sep 17 00:00:00 2001 From: sanyangji Date: Mon, 27 Mar 2023 15:28:49 +0800 Subject: [PATCH] update CHANGELOG.md Signed-off-by: sanyangji --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e13cc5913..7ce37cb3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ## Unreleased ### Enhancements +- Add bind support to get the listening ip and port of a server. ([#493](https://github.com/KindlingProject/kindling/pull/493)) - Add an option `enable_fetch_replicaset` to control whether to fetch ReplicaSet metadata. The default value is false which aims to release pressure on Kubernetes API server. ([#492](https://github.com/KindlingProject/kindling/pull/492)) ### Bug fixes @@ -12,7 +13,6 @@ ## v0.7.1 - 2023-03-01 ### New features -- Add bind support to get the listening ip and port of a server. ([#493](https://github.com/KindlingProject/kindling/pull/493)) - Support trace-profiling sampling to reduce data output. One trace is sampled every five seconds for each endpoint by default. ([#446](https://github.com/KindlingProject/kindling/pull/446)[#462](https://github.com/KindlingProject/kindling/pull/462)) ### Enhancements