From e5c5806aaa2857058e604a173c6d76f8e1b85e91 Mon Sep 17 00:00:00 2001 From: wangchong1995924 <15229716099@163.com> Date: Wed, 23 Jun 2021 17:17:11 +0800 Subject: [PATCH] update releasenode.txt --- releasenode.txt | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/releasenode.txt b/releasenode.txt index 56f1d3c..a945aca 100644 --- a/releasenode.txt +++ b/releasenode.txt @@ -1,8 +1,16 @@ -v1.2.6: -support multi_version -v1.2.7: -use multithreading to manipulate packages and add Rename-pkg-name type -v1.2.8: -Added the ablility to get the latest repository code time and synchronize to obs_pkg_rpms +v1.3.0: + - add tool for creating pckg-mgmt.yaml file + - add tool for modified src-openeuler.yaml file according to pckg-mgmt.yaml file contents + - add obs_meta entrance guard check + - add push code to obs_meta on changes to the pckg-mgmt.yaml file + - add test for check_obs_service + - add test for sync_pckg_mgmt v1.2.9: -Added OBS package build failed email notification + - add obs package build failed email notification +v1.2.8: + - add the ablility to get the latest repository code time and synchronize to obs_pkg_rpms +v1.2.7: + - use multithreading to manipulate packages + - add support Rename-pkg-name type +v1.2.6: + - support multi_version -- Gitee