mirror of https://gitee.com/anolis/sysom.git
release: Change version to 3.1
This commit is contained in:
parent
ae009ce72a
commit
186e24c965
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
version=3.0
|
||||
version=3.1
|
||||
|
||||
check_cmd() {
|
||||
local cmd="$1"
|
||||
|
|
|
|||
|
|
@ -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 <mingfeng@linux.alibaba.com> - 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 <mingfeng@linux.alibaba.com> - 3.0
|
||||
- feat(diagnosis): Diagnostic Center supports new versions of pre-processing and post-processing scripts
|
||||
- feat(alarm): Support for scalable alarm centers
|
||||
|
|
|
|||
Loading…
Reference in New Issue