From c93626e97f976a9d1a31a060c576984dc00a2441 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Mon, 23 May 2022 18:05:41 +0800 Subject: [PATCH] chore: update changes and appup.src for emqx_management --- CHANGES-4.3.md | 1 + apps/emqx_management/src/emqx_management.appup.src | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index b74eae09e..2a4715a7a 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -24,6 +24,7 @@ File format: * Mnesia auth/acl http api support multiple condition queries. * Inflight QoS1 Messages for shared topics are now redispatched to another alive subscribers upon chosen subscriber session termination. * Make auth metrics name more understandable. +* Allow emqx_management http listener binding to specific interface [#8005] ### Bug fixes * List subscription topic (/api/v4/subscriptions), the result do not match with multiple conditions. diff --git a/apps/emqx_management/src/emqx_management.appup.src b/apps/emqx_management/src/emqx_management.appup.src index 9265913e6..15aef0463 100644 --- a/apps/emqx_management/src/emqx_management.appup.src +++ b/apps/emqx_management/src/emqx_management.appup.src @@ -1,13 +1,13 @@ %% -*- mode: erlang -*- {VSN, - [ {<<"4\\.3\\.([0-9]|1[0-2])">>, + [ {<<"4\\.3\\.([0-9]|1[0-4])">>, [ {apply,{minirest,stop_http,['http:management']}}, {apply,{minirest,stop_http,['https:management']}}, {restart_application, emqx_management} ]}, {<<".*">>, []} ], - [ {<<"4\\.3\\.([0-9]|1[0-2])">>, + [ {<<"4\\.3\\.([0-9]|1[0-4])">>, [ {apply,{minirest,stop_http,['http:management']}}, {apply,{minirest,stop_http,['https:management']}}, {restart_application, emqx_management}