diff --git a/keentune-brain-1.0.0.tar.gz b/keentune-brain-1.0.0.tar.gz deleted file mode 100644 index a71201ea970223da1e51511f7fc79400ade41bd3..0000000000000000000000000000000000000000 Binary files a/keentune-brain-1.0.0.tar.gz and /dev/null differ diff --git a/keentune-brain-1.0.1.tar.gz b/keentune-brain-1.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d5b8e77cc75f9da439f408546d7eb2317f770268 Binary files /dev/null and b/keentune-brain-1.0.1.tar.gz differ diff --git a/keentune-brain.spec b/keentune-brain.spec index ee3a92b103ddee05749a6da1d4904b7b50c28f92..f1beefe6f8ce1a2803e4b6dd8a28509bb94cf07c 100644 --- a/keentune-brain.spec +++ b/keentune-brain.spec @@ -1,11 +1,11 @@ -%define anolis_release 5 +%define anolis_release 1 # # spec file for package KeenTune-brain # Name: keentune-brain -Version: 1.0.0 +Version: 1.0.1 Release: %{?anolis_release}%{?dist} Url: https://gitee.com/anolis/keentune_brain Summary: AI-Tunning algorithm models for KeenTune @@ -45,6 +45,15 @@ systemctl daemon-reload %{_libdir}/systemd/system/keentune-brain.service %changelog +* Wed Jan 01 2022 Runzhe Wang <15501019889@126.com> - 1.0.1-1 +- Verify input arguments of command 'param tune' +- Supporting of multiple target tuning +- Fix bug which cause keentune hanging after command 'param stop' +- Add verification of conflicting commands such as 'param dump', 'param delete' when a tuning job is runing. +- Remove version limitation of tornado +- Refactor sysctl domain to improve stability of parameter setting +- Fix some user experience issues + * Wed Dec 12 2021 Runzhe Wang <15501019889@126.com> - 1.0.0-5 - fix bug: can not running in alinux2 and centos7 - change modify codeup address to gitee