From d636f283834bb859095e8edb9950e2e77711f860 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Fri, 11 Nov 2022 16:57:39 +0800 Subject: [PATCH] chore: fix the bad change logs introduced in #9307 --- changes/v5.0.10-en.md | 3 --- changes/v5.0.10-zh.md | 3 --- changes/v5.0.11-en.md | 2 ++ changes/v5.0.11-zh.md | 3 +++ 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/changes/v5.0.10-en.md b/changes/v5.0.10-en.md index 124e070634..42c3f66102 100644 --- a/changes/v5.0.10-en.md +++ b/changes/v5.0.10-en.md @@ -40,9 +40,6 @@ - Fix bad HTTP response status code for `/gateways` API, when Gateway name is unknown, it should return `404` instead of `400` [#9268](https://github.com/emqx/emqx/pull/9268). - -- Fix `ssl.existingName` option of helm chart not working [#9307](https://github.com/emqx/emqx/issues/9307). - - Fix incorrect topic authorize checking of delayed messages [#9290](https://github.com/emqx/emqx/pull/9290). Now will determine the actual topic of the delayed messages, e.g. `$delayed/1/t/foo` will be treated as `t/foo` in authorize checks. diff --git a/changes/v5.0.10-zh.md b/changes/v5.0.10-zh.md index 89f345bcf2..bbaa758b3d 100644 --- a/changes/v5.0.10-zh.md +++ b/changes/v5.0.10-zh.md @@ -38,9 +38,6 @@ - 修复 HTTP API `/gateways` 的返回状态码,未知 Gateway 名字应返回 `404` 而不是 `400` [#9268](https://github.com/emqx/emqx/pull/9268)。 - -- 修复 helm chart 的 `ssl.existingName` 选项不起作用 [#9307](https://github.com/emqx/emqx/issues/9307)。 - - 修复延迟消息的主题授权判断不正确的问题 [#9290](https://github.com/emqx/emqx/pull/9290)。 现在将会对延迟消息中的真实主题进行授权判断,比如,`$delayed/1/t/foo` 会被当作 `t/foo` 进行判断。 diff --git a/changes/v5.0.11-en.md b/changes/v5.0.11-en.md index 9fbc2225f8..a1618acf1b 100644 --- a/changes/v5.0.11-en.md +++ b/changes/v5.0.11-en.md @@ -4,3 +4,5 @@ ## Bug fixes +- Fix `ssl.existingName` option of helm chart not working [#9307](https://github.com/emqx/emqx/issues/9307). + diff --git a/changes/v5.0.11-zh.md b/changes/v5.0.11-zh.md index cea0f10fba..348106111e 100644 --- a/changes/v5.0.11-zh.md +++ b/changes/v5.0.11-zh.md @@ -3,3 +3,6 @@ ## 增强 ## 修复 + +- 修复 helm chart 的 `ssl.existingName` 选项不起作用 [#9307](https://github.com/emqx/emqx/issues/9307)。 +