From 920a9fd45573e1eb0cdad5e964ce9ccd4d822275 Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Wed, 14 Dec 2022 13:53:07 +0800 Subject: [PATCH] chore: update the change logs --- changes/v4.4.12-en.md | 2 ++ changes/v4.4.12-zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/changes/v4.4.12-en.md b/changes/v4.4.12-en.md index e767d929c..0cba88202 100644 --- a/changes/v4.4.12-en.md +++ b/changes/v4.4.12-en.md @@ -17,3 +17,5 @@ - Fixed EMQX Helm Chart using incorrect secret values when custom credentials are provided [#9508](https://github.com/emqx/emqx/pull/9508). - Fixed EMQX Helm Chart can not set JSON type value for EMQX Broker configuration items [#9504](https://github.com/emqx/emqx/pull/9504). + +- When resource creation is too slow, there may be some temporary probing connections left [#9539](https://github.com/emqx/emqx/pull/9539). diff --git a/changes/v4.4.12-zh.md b/changes/v4.4.12-zh.md index 9c532c6b6..fcef10e48 100644 --- a/changes/v4.4.12-zh.md +++ b/changes/v4.4.12-zh.md @@ -17,3 +17,5 @@ - 修复了 EMQX Helm Chart 中当用户使用自定义的用户名和密码时,创建的 Secret 资源不正确问题 [#9508](https://github.com/emqx/emqx/pull/9508)。 - 修复 EMQX Helm Chart 无法配置 value 为 JSON 类型的 EMQX Broker 配置项 [#9504](https://github.com/emqx/emqx/pull/9504)。 + +- 当创建资源过慢的情况下,有可能会残留一些用来探活的临时的连接 [#9539](https://github.com/emqx/emqx/pull/9539)。