Skip to content

Commit d12d7f6

Browse files
author
kcq
committed
发布1.0-RELEASE
1 parent 61310ac commit d12d7f6

7 files changed

Lines changed: 13 additions & 24 deletions

File tree

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -227,18 +227,7 @@ yarn dev
227227

228228
# ⚙后续规划
229229

230-
* ~~【1.0】发布0.9-RELEASE, 开始1.0-SNAPSHOT开发 [2022-09-19]~~
231-
* ~~【1.0】启动脚本优化,多版本jar包使用最新版本启动 [2022-09-23]~~
232-
* ~~【1.0】数据名增加名称模糊查询 [2022-09-25]~~
233-
* ~~【1.0】prometheus增加/api/v1/query_range查询支持 [2022-10-08]~~
234-
* ~~【1.0】增加监控转团队功能 [2022-11-19]~~
235-
* ~~【1.0】修复团队名称修改时,监控和组对不上的问题 [2022-11-19]~~
236-
* ~~【1.0】增加http代理配置 [2022-12-02]~~
237-
* ~~【1.0】ldap用户验证通过,系统还不存在该用户时自动创建 [2023-01-02]~~
238-
* ~~【1.0】bugfix: 修复es8数据查询排序不生效的问题 [2023-02-23]~~
239-
* ~~【1.0】bugfix: 修复监控执行日志是否报警查询条件不生效的问题 [2023-02-23]~~
240-
* ~~【1.0】featrue:报警方式增加OneMessage机器人 - [SQL](./doc/mysql-schema/2023-02-24/change.sql) [2023-02-24]~~
241-
* ~~【1.0】bugfix: 解决es8数据下载报错的问题 [2023-03-16]~~
230+
* 发布1.0-RELEASE
242231
* 增加本项目内程序日志采集至MySQL并提供查询页面,方便排查问题和监控
243232
* Elasticsearch数据名增加kibana链接配置,在数据查询页面增加kibana地址跳转链接,方便将数据查询切换至kibana
244233
* 短信报警方式实现,默认用阿里云短信实现
@@ -267,12 +256,6 @@ yarn dev
267256
* 加入时序数据异常检测算法规则(需要实验可行性 [基于时间序列的异常检测](https://blog.rexking6.top/2018/11/05/%E5%9F%BA%E4%BA%8E%E6%97%B6%E9%97%B4%E5%BA%8F%E5%88%97%E7%9A%84%E5%BC%82%E5%B8%B8%E6%A3%80%E6%B5%8B/))
268257
* 总结项目用到的知识点
269258

270-
### 1.0-RELEASE核心Feature后续计划
271-
272-
* 完成英语国际化
273-
* 增加本项目内程序日志采集至MySQL并提供查询页面,方便排查问题和监控
274-
* 增加 [loki](https://github.com/grafana/loki) 数据监控报警
275-
276259
# 🗓 [发版历史](./ReleaseNotes.md)
277260

278261
# 👍 [致谢](./doc/wiki/thank.md)

ReleaseNotes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# 1.0-SNAPSHOT
1+
# 1.1-SNAPSHOT
2+
3+
### Feature
4+
5+
* 【1.1】发布1.0-RELEASE
6+
7+
# 1.0-RELEASE
28

39
### Feature
410

frostmourne-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>frostmourne</artifactId>
77
<groupId>com.autohome</groupId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>frostmourne-common</artifactId>

frostmourne-monitor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.autohome</groupId>
77
<artifactId>frostmourne</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0-RELEASE</version>
99
</parent>
1010
<artifactId>frostmourne-monitor</artifactId>
1111
<name>frostmourne-monitor</name>

frostmourne-vue/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>frostmourne</artifactId>
77
<groupId>com.autohome</groupId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>frostmourne-vue</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.autohome</groupId>
1212
<artifactId>frostmourne</artifactId>
13-
<version>1.0-SNAPSHOT</version>
13+
<version>1.0-RELEASE</version>
1414
<packaging>pom</packaging>
1515
<name>frostmourne</name>
1616
<description>frostmourne for Spring Boot</description>

发版步骤.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
如果发正式版:
44

55
```bash
6-
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=0.9-RELEASE
6+
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.0-RELEASE
77
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.0-SNAPSHOT
88
```
99

0 commit comments

Comments
 (0)