File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 33如果发正式版:
44
55``` bash
6- mvn versions:set -DgenerateBackupPoms=false -DnewVersion=0.9 -RELEASE
6+ mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.0 -RELEASE
77mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.0-SNAPSHOT
88```
99
You can’t perform that action at this time.
0 commit comments