From 186e24c965c35dc1f4e08e29334085f4f21d45a4 Mon Sep 17 00:00:00 2001 From: SunnyQjm Date: Tue, 16 Jan 2024 20:24:57 +0800 Subject: [PATCH] release: Change version to 3.1 --- package_rpm_online.sh | 2 +- tools/deploy/sysom.spec | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/package_rpm_online.sh b/package_rpm_online.sh index 4722e5f8..7f663dcb 100755 --- a/package_rpm_online.sh +++ b/package_rpm_online.sh @@ -1,5 +1,5 @@ #!/bin/bash -version=3.0 +version=3.1 check_cmd() { local cmd="$1" diff --git a/tools/deploy/sysom.spec b/tools/deploy/sysom.spec index 952cfffe..93250398 100755 --- a/tools/deploy/sysom.spec +++ b/tools/deploy/sysom.spec @@ -2,11 +2,11 @@ %define debug_package %{nil} Name: sysom -Version: 3.0 +Version: 3.1 Release: %{anolis_release}%{?dist} Summary: SysOM Server License: MIT -Source0: https://gitee.com/anolis/sysom/repository/archive/v3.0/sysom-3.0.tar.gz +Source0: https://gitee.com/anolis/sysom/repository/archive/v3.1/sysom-3.1.tar.gz URL: https://gitee.com/anolis/sysom %description @@ -192,6 +192,14 @@ fi rm -rf /usr/local/sysom %changelog +* Tue Jan 16 2024 mingfeng - 3.1 +- Support for multi-channel in Diagnostic Center +- Support for offline step-by-step diagnosis in Diagnostic Center (original offline import function), initiate diagnosis to get the command to be executed, and import it in the interface after executing the command offline +- System health check diagnosis upgrade, support to shield check items +- Added containerized deployment support +- Added alarm push service +- Support for diagnostic hook, used to support interactive capabilities for each type of diagnostic + * Mon Oct 16 2023 mingfeng - 3.0 - feat(diagnosis): Diagnostic Center supports new versions of pre-processing and post-processing scripts - feat(alarm): Support for scalable alarm centers