release acl-master 3.5.4-8 version

This commit is contained in:
zhengshuxin 2022-07-14 09:12:27 +08:00
parent 0a4b2982fa
commit 29e43b1d6f
3 changed files with 6 additions and 10 deletions

View File

@ -252,10 +252,3 @@ frame_release:centos8.2:
"docker-registry.qiyi.virtual/acl/centos-builder:8.2"
}
<<: *FRAME_RELEASE
frame_release:centos8.4:
variables: {
BUILDIMAGES:
"docker-registry.qiyi.virtual/acl/centos-builder:8.4"
}
<<: *FRAME_RELEASE

View File

@ -2,7 +2,7 @@
#define __MASTER_VERSION_INCLUDE_H__
#define MASTER_NAME "acl_master"
#define MASTER_VERSION "3.5.4-5"
#define MASTER_DATE "20220704"
#define MASTER_VERSION "3.5.4-8"
#define MASTER_DATE "20220714"
#endif

View File

@ -1,4 +1,4 @@
%define release_id 7
%define release_id 8
Summary: acl master framework
Name: acl-master
@ -87,6 +87,9 @@ fi
%endif
%changelog
* Thu Jul 14 2022 shuxin.zheng@qq.com 3.5.4-8-20220714.09
- just release new version
* Wed Jul 13 2022 shuxin.zheng@qq.com 3.5.4-7-20220713.16
- workaroud: don't generate core files when children processes abnormally crash.