Skip to content

Commit

Permalink
feat: update to v3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DeronW committed Nov 30, 2023
1 parent 72b7c2a commit 83b3108
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# SAFELINE-CE CHANGELOG

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

#### 新增

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

#### 优化

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

#### 修复

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

## [3.13.2] - 2023-11-24

### 修复
Expand Down
16 changes: 16 additions & 0 deletions documents/docs/05-about/00-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ title: "版本更新记录"

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

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

#### 新增

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

#### 优化

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

#### 修复

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

### [3.13.2] - 2023-11-24

#### 修复
Expand Down
2 changes: 1 addition & 1 deletion release/latest/version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest_version": "v3.13.2",
"latest_version": "v3.14.0",
"rec_version": "v3.8.2"
}

0 comments on commit 83b3108

Please sign in to comment.