-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7469 from reggieisrunning/v3.12.x
v3.12.2用户版本日志
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### 优化 | ||
- [优化] 补充了部分容器节点的字段名称 | ||
- [优化] Pod增加了“负责人”字段 | ||
- [优化] 优化了一些前端的显示问题 | ||
|
||
|
||
|
||
### 修复 | ||
|
||
- [修复] 修复删除redis数据失败导致数据积压的问题 | ||
- [修复] 修复容器接口鉴权问题 | ||
- [修复] 修复导入实例超过100条时,报错导入重复的问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### Improved | ||
|
||
- [Improved] Added field names for some container nodes | ||
- [Improved] Added "Owner" field to Pod | ||
- [Improved] Update some front-end display issues | ||
|
||
|
||
|
||
### Fixed | ||
|
||
- [Fixed] Fixed the issue of data backlog caused by failing to delete Redis data | ||
- [Fixed] Fixed container interface authentication issue | ||
- [Fixed] Fixed the error of importing duplicate instances when importing more than 100 instances |