From 8c16b2f3cf78c55eee38ea92e416811b9aeb82df Mon Sep 17 00:00:00 2001 From: dawnwinterLiu <1737801684@qq.com> Date: Fri, 8 Sep 2023 21:25:00 +0800 Subject: [PATCH] feat: update v4.8.5 --- dgiot_install.sh | 9 +++++---- include/emqx_release.hrl | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dgiot_install.sh b/dgiot_install.sh index 7f3c9178..83c16686 100755 --- a/dgiot_install.sh +++ b/dgiot_install.sh @@ -1546,13 +1546,13 @@ dgiot_shell deployType=single # [single | cluster | devops | ci] domain_name="prod.dgiotcloud.cn" # [prod.dgiotcloud.cn | your_domain_name] plugin="dgiot" # [dgiot | dgiot_your_plugin] -software="dgiot_b25" # [dgiot_b20| dgiot_n] -dgiotmd5="c0e848de09319194db5ccdf4b031fa23" # [dgiotmd5] +software="dgiot_b27" # [dgiot_b20| dgiot_n] +dgiotmd5="63a6b0fec32c7be12e25b46274814694" # [dgiotmd5] pg_eip="changeyourip" # [datanode_eip] pg_auth='changeyourpassword' # [pg_auth] islanip="false" # [islanip] -html_software="dgiot_html_4.8.4" # [dgiot_html_4.8.2| dgiot_html_n] -htmlmd5="87236771fa53b6dbeaf1e07eb86eb789" # [htmlmd5] +html_software="dgiot_html_4.8.5" # [dgiot_html_4.8.2| dgiot_html_n] +htmlmd5="0bd179653d25f1b48a0b09eeecce0170" # [htmlmd5] while getopts "v:s:p:m:d:e:a:n:" arg; do case $arg in @@ -1614,6 +1614,7 @@ echo -e "$(date +%F_%T) $LINENO: ${BLUE} parse_info: http://${wlanip}:1337/dashb echo -e "$(date +%F_%T) $LINENO: ${BLUE} parse_info: username=${parse_user} password=${parse_pwd} ${NC}" echo -e "$(date +%F_%T) $LINENO: ${BLUE} dashboard: http://${wlanip}/ ${NC}" echo -e "$(date +%F_%T) $LINENO: ${BLUE} dashboard: username=dgiot_dev password=dgiot_dev ${NC}" +echo -e "$(date +%F_%T) $LINENO: ${BLUE} software: ${software} ${html_software} ${NC}" diff --git a/include/emqx_release.hrl b/include/emqx_release.hrl index 75a15c24..7a838fc3 100644 --- a/include/emqx_release.hrl +++ b/include/emqx_release.hrl @@ -29,7 +29,7 @@ -ifndef(EMQX_ENTERPRISE). --define(EMQX_RELEASE, {opensource, "4.8.4"}). +-define(EMQX_RELEASE, {opensource, "4.8.5"}). -else.