Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update 1.11.2 #117

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 20 additions & 5 deletions ecp/en_US/release_history/release_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,30 @@ Release Date: 12/11/2023

### Fixes

Fixed the issue of incorrect operation audit information for starting/restarting/stopping docker edge services in batches
- Fixed the issue of incorrect operation audit information for starting/restarting/stopping docker edge services in batches

Fixed the issue where the cluster name contains multiple consecutive spaces, which may cause the cluster to fail to be deleted.
- Fixed the issue where the cluster name contains multiple consecutive spaces, which may cause the cluster to fail to be deleted.

Fixed the issue of duplicate IP addresses when setting up edge nodes
- Fixed the issue of duplicate IP addresses when setting up edge nodes

Fix the log file of Neuron installed by docker that cannot be successfully downloaded
- Fix the log file of Neuron installed by docker that cannot be successfully downloaded

- Fixed the problem of missing organization and project names in the audit log information of operations such as template distribution.


## v1.11.2
Release Date: 01/14/2025

### Fixes

- Fixed the issue where debug logs could not be enabled when managing Neuron 2.6.3.

- Fixed the issue where the interface parameter for enabling debug logs in Neuron 2.6.3 driver should be debug instead of notice.

- Fixed the issue where the prompt message is incorrect when disabling node debug logs.

- Removed the custom alert threshold feature from the frontend.

Fixed the problem of missing organization and project names in the audit log information of operations such as template distribution.

## v1.11.0
Release Date: 09/15/2023
Expand Down
11 changes: 11 additions & 0 deletions ecp/zh_CN/release_history/release_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,17 @@ ECP V2 与 V1版本不兼容

- 修复模板下发等操作的审计日志信息中缺少组织和项目名称


## v1.11.2
发布日期: 2025-01-14

### 修复

- 修复纳管 Neuron 2.6.3 时无法调试日志的问题
- 修复 Neuron 2.6.3 驱动开启调试日志时,接口传递参数应为 debug 而非notice的问题
- 修复关闭节点调试日志时,提示信息不正确的问题
- 前端移除告警阈值定制功能

## v1.11.0
发布日期: 2023-09-15

Expand Down
Loading