Skip to content

Commit

Permalink
update changelist, tarscpp, tarsweb
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Aug 16, 2022
1 parent 5fcb7fc commit 8e4f174
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions Changelist.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@


## 1.3.8 20220816
## en
- fix: compatible with multiple versions of es
- fix: adapt notification messages that contain special characters
- feat: set tarsnode log level to debug
- feat: add resource limit for tarsweb
- fix: set the target version(tarsphp.yaml) of lookup to dynamic
- fix: set nodeImage&nodeSecret value in helm template
- fix: tarsnode add: static link libgcc and libstdc++
- feat: upgrade crd storage version to v1beta3
- fix: stacked topology key
- feat: the pattern of servant name
- update: update tarsweb v3.0.8
- update: update tarscpp v3.0.12

## cn
- fix: tarslog 对于es兼容性的问题
- fix: tarsnotify对特殊字符的适配问题
- feat: 设置 tarsnode 日志等级为debug
- feat: 增加tarsweb的资源限制
- fix: tarsphp.yaml中动态设置chart版本
- fix: 框架服务模板中增加 nodeImage&nodeSecret
- feat: tarsnode 使用静态连接, 以支持不同gcc
- feat: crd 存储版本更新为 v1beta3
- fix: 修复tserver堆叠模式下topology key的bug
- feat: 修改servant 名称限制(不一定非要obj结尾)
- update: 升级 tarsweb v3.0.8
- update: 升级 tarscpp v3.0.12


## 1.3.7 20220723
Expand Down
2 changes: 1 addition & 1 deletion submodule/TarsWeb
Submodule TarsWeb updated 43 files
+13 −0 ChangeList.md
+472 −470 app/controller/patch/PatchController.js
+1 −1 client/dist/adminPass.html
+1 −1 client/dist/auth.html
+1 −1 client/dist/error.html
+1 −1 client/dist/k8s.html
+1 −1 client/dist/login.html
+1 −1 client/dist/logview.html
+1 −1 client/dist/pass.html
+0 −1 client/dist/static/css/chunk-common.b596fdc5.css
+1 −0 client/dist/static/css/chunk-common.bd5c9da7.css
+4 −4 client/dist/static/css/chunk-vendors.ebd30a23.css
+0 −1 client/dist/static/js/adminPass.55e0e0db.js
+1 −0 client/dist/static/js/adminPass.8a99900d.js
+1 −0 client/dist/static/js/auth.12f6c0c9.js
+0 −1 client/dist/static/js/auth.660dd944.js
+0 −1 client/dist/static/js/chunk-common.0ef5daf2.js
+1 −0 client/dist/static/js/chunk-common.9cb6b9ed.js
+475 −0 client/dist/static/js/chunk-vendors.680e959e.js
+0 −194 client/dist/static/js/chunk-vendors.e9a37c8e.js
+1 −0 client/dist/static/js/error.9bae4b6d.js
+0 −1 client/dist/static/js/error.9ebc214d.js
+0 −1 client/dist/static/js/index.46082b62.js
+1 −0 client/dist/static/js/index.d6fa5257.js
+0 −1 client/dist/static/js/k8s.8040a97d.js
+1 −0 client/dist/static/js/k8s.d34331eb.js
+1 −0 client/dist/static/js/logView.3e8e6eeb.js
+0 −1 client/dist/static/js/logView.701284ff.js
+1 −0 client/dist/static/js/login.82d3503a.js
+0 −1 client/dist/static/js/login.974702f1.js
+0 −1 client/dist/static/js/pass.3a6bec3b.js
+1 −0 client/dist/static/js/pass.c52fc8ef.js
+1 −1 client/dist/tars.html
+36,366 −42,923 client/package-lock.json
+69 −69 client/package.json
+106 −37 client/src/common/callchain/all.vue
+316 −317 client/src/common/callchain/homeMain.vue
+246 −274 client/src/common/callchain/opendiv.vue
+1 −1 client/src/pages/server/publish.vue
+50 −53 index/controller/callchain/CallChainController.js
+8 −0 index/json/cn.json
+8 −0 index/json/en.json
+1 −1 package.json

0 comments on commit 8e4f174

Please sign in to comment.