Skip to content

Commit 2becd43

Browse files
committed
feat: release v3.14.1
1 parent 1b58308 commit 2becd43

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
# SAFELINE-CE CHANGELOG
22

3-
### [3.14.0] - 2023-11-30
43

5-
#### 新增
4+
## [3.14.1] - 2023-11-30
5+
6+
### 修复
7+
8+
- 修复日志服务 CPU 占用过高问题
9+
10+
## [3.14.0] - 2023-11-30
11+
12+
### 新增
613

714
- 增加黑白名单正则表达式校验,避免 “_url_” 这类错误正则
815
- 事件列表固定表头 ([#443](https://github.com/chaitin/SafeLine/issues/443))
916

10-
#### 优化
17+
### 优化
1118

1219
- 移除 redis 依赖,减少运行容器数量
1320

14-
#### 修复
21+
### 修复
1522

1623
- 修复黑白名单 CIDR 格式校验提示文案未翻译的问题
1724
- 修复 safeline-tengine 容器提示缺少 MGT_API 的问题 ([#468](https://github.com/chaitin/SafeLine/issues/468))

documents/docs/05-about/00-changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ title: "版本更新记录"
66

77
[版本升级方法](/guide/upgrade)
88

9+
### [3.14.1] - 2023-11-30
10+
11+
#### 修复
12+
13+
- 修复日志服务 CPU 占用过高问题
14+
915
### [3.14.0] - 2023-11-30
1016

1117
#### 新增

release/latest/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"latest_version": "v3.14.0",
2+
"latest_version": "v3.14.1",
33
"rec_version": "v3.8.2"
44
}

0 commit comments

Comments
 (0)