Skip to content

Commit 591e359

Browse files
committed
feat: release v4.1.0
1 parent 0fbc727 commit 591e359

File tree

4 files changed

+39
-12
lines changed

4 files changed

+39
-12
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# SAFELINE-CE CHANGELOG
22

3+
## [4.1.0] - 2024-01-11
4+
5+
### 新增
6+
7+
- 拦截日志一键复制为 cURL ([#531](https://github.com/chaitin/SafeLine/issues/531)
8+
9+
### 优化
10+
11+
- IP 组若为在线订阅,显示更新时间([#574](https://github.com/chaitin/SafeLine/issues/574)
12+
- 优化 safeline-fvm 容器重启速度,重启时间减少 10s
13+
- 优化 safeline-mgt 容器镜像层数,从 39 层下降到 24 层
14+
15+
### 修复
16+
17+
- 修复日志列表 IP 来源地区未翻译国家编号的问题([#578](https://github.com/chaitin/SafeLine/issues/578)
18+
- 修复英文翻译问题([#591](https://github.com/chaitin/SafeLine/issues/591)
19+
- 修复雷池管理后台证书更新后未自动重启问题
20+
321
## [4.0.2] - 2024-01-06
422

523
### 修复

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

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

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

9+
### [4.1.0] - 2024-01-11
10+
11+
#### 新增
12+
13+
- 拦截日志一键复制为 cURL ([#531](https://github.com/chaitin/SafeLine/issues/531)
14+
15+
#### 优化
16+
17+
- IP 组若为在线订阅,显示更新时间([#574](https://github.com/chaitin/SafeLine/issues/574)
18+
- 优化 safeline-fvm 容器重启速度,重启时间减少 10s
19+
- 优化 safeline-mgt 容器镜像层数,从 39 层下降到 24 层
20+
21+
#### 修复
22+
23+
- 修复日志列表 IP 来源地区未翻译国家编号的问题([#578](https://github.com/chaitin/SafeLine/issues/578)
24+
- 修复英文翻译问题([#591](https://github.com/chaitin/SafeLine/issues/591)
25+
- 修复雷池管理后台证书更新后未自动重启问题
26+
927
### [4.0.2] - 2024-01-06
1028

1129
#### 修复

documents/docs/05-about/05-apisix.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,14 @@ bash -c "$(curl -fsSLk <https://waf-ce.chaitin.cn/release/latest/setup.sh>)"
5555
cd /data/safeline/resources/detector/
5656
```
5757

58-
用文本编辑器打开目录里的 snserver.yml 文件,寻找这样的三行内容
58+
用文本编辑器打开目录里的 detector.yml 文件,我们需要将 bind 方式从 unix socket 改为 tcp,添加如下配置
5959

6060
```
61-
bind_addr: unix:///resources/detector/snserver.sock
62-
# bind_addr: 0.0.0.0
63-
# listen_port: 8000
64-
```
65-
66-
找到以后,我们需要将 bind 方式从 unix socket 改为 tcp,将这三行修改为以下内容即可:
67-
68-
```
69-
# bind_addr: unix:///resources/detector/snserver.sock
7061
bind_addr: 0.0.0.0
7162
listen_port: 8000
7263
```
7364

74-
这样我们就把雷池引擎的服务监听到了 8000 端口,现在只需要把容器内的 8000 端口映射到宿主机即可。
65+
detector配置的属性值将覆盖容器内默认配置文件的同名属性值。这样我们就把雷池引擎的服务监听到了 8000 端口,现在只需要把容器内的 8000 端口映射到宿主机即可。
7566

7667
进入雷池的安装目录
7768

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": "v4.0.2",
2+
"latest_version": "v4.1.0",
33
"rec_version": "v3.11.1"
44
}

0 commit comments

Comments
 (0)