Skip to content

Commit 027f909

Browse files
author
kcq
committed
发布0.7.1-RELEASE
1 parent cf9bf32 commit 027f909

7 files changed

Lines changed: 14 additions & 29 deletions

File tree

README.md

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ kubectl apply -f frostmourne-monitor-service.yaml
111111
* `JDK 1.8`
112112
* `MySQL 5.7.8+`
113113

114-
下载链接:<a href="https://github.com/AutohomeCorp/frostmourne/raw/master/doc/wiki/zip/frostmourne-monitor-0.7.1-SNAPSHOT.zip" download>frostmourne-monitor-0.7.1-SNAPSHOT.zip</a> ,解压后然后根据自己的环境修改应用配置文件`application.properties`文件和环境变量配置文件`env`,然后执行如下命令启动:
114+
最新的Release版本zip包,请到 [releases](https://github.com/AutohomeCorp/frostmourne/releases) 中下载,解压后然后根据自己的环境修改应用配置文件`application.properties`文件和环境变量配置文件`env`,然后执行如下命令启动:
115115

116116
```bash
117117
./scripts/startup.sh
@@ -190,18 +190,7 @@ yarn dev
190190

191191
# ⚙️ 后续规划
192192

193-
* ~~发布0.6.2-RELEASE~~ [2022-05-05]
194-
* ~~【0.7】改进消息静默功能:添加静默判断表达式,对报警事件数据和静默时间内的事件数据指定字段对比。这样可以避免漏报同时防止报警消息过多。~~ [2022-05-05]
195-
* ~~【0.7】MySQL, clickhouse监控增加表达式监控规则~~ [2022-05-06]
196-
* ~~【0.7】增加ping监控报警~~ [2022-05-07]
197-
* ~~【0.7】增加[skywalking](https://github.com/apache/skywalking)日志数据监控~~ [2022-05-09]
198-
* ~~【0.7】增加[skywalking](https://github.com/apache/skywalking)报警数据监控~~ [2022-05-10]
199-
* ~~【0.7】增加SkyWalking数据监控使用指南~~ [skywalking.md](./doc/wiki/skywalking.md) [2022-05-10]
200-
* ~~【0.7】增加[prometheus](https://github.com/prometheus/prometheus)数据监控报警支持~~ [2022-05-12]
201-
* ~~【0.7】bugfix: 解决http消息模板不加载的问题~~ [2022-05-12]
202-
* ~~【0.7】Document: 增加Prometheus数据监控使用指南~~ [prometheus.md](./doc/wiki/prometheus.md) [2022-05-12]
203-
* ~~【0.7.1】增加判断规则:持续n次满足规则时报警~~ [2022-05-13]
204-
* 发布0.7.1-RELEASE, 进入0.8-SNAPSHOT开发版
193+
* ~~发布0.7.1-RELEASE, 进入0.8-SNAPSHOT开发版~~ [2022-05-13]
205194
* Elasticsearch监控数值实现环比监控
206195
* 增加本项目内程序日志采集至MySQL并提供查询页面,方便排查问题和监控
207196
* 解决邮箱报警不支持ssl的问题
@@ -243,16 +232,8 @@ yarn dev
243232

244233
### 1.0-RELEASE核心Feature后续计划
245234

246-
* ~~elasticsearch主流版本6,7,8支持~~
247-
* ~~静默功能优化~~
248-
* ~~msyql, Clickhouse监控增加表达式监控规则~~
249-
* ~~ping命令监控~~
250-
* ~~elasticearch数据配置支持数据分桶,分桶类型支持两种:1. 按字段值分组,相当于ES里的Terms Aggregation; 2. 按时间分组,相当于ES里的DateHistogramAggregation~~
251-
* ~~增加[skywalking](https://github.com/apache/skywalking)Log数据监控报警支持~~
252-
* ~~增加[skywalking](https://github.com/apache/skywalking)Alarm数据监控报警支持~~
253-
* ~~增加[prometheus](https://github.com/prometheus/prometheus)数据监控报警支持~~
254-
* 增加 [skywalking](https://github.com/apache/skywalking) Database Layer 数据监控报警支持~~
255-
* 增加[loki](https://github.com/grafana/loki)数据监控报警
235+
* 增加 [skywalking](https://github.com/apache/skywalking) `Database Layer` 数据监控报警支持~~
236+
* 增加 [loki](https://github.com/grafana/loki) 数据监控报警
256237
* 报警升级功能
257238
* 增加本项目内程序日志采集至MySQL并提供查询页面,方便排查问题和监控
258239
* Elasticsearch监控数值实现环比监控

ReleaseNotes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 0.7-SNAPSHOT(开发中)
1+
# 0.8-SNAPSHOT
2+
3+
* 【0.8】 发布0.7.1-RELEASE, 进入0.8-SNAPSHOT开发版
4+
5+
# 0.7.1-RELEASE
26

37
### Feature
48

frostmourne-core/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>0.7.1-SNAPSHOT</version>
8+
<version>0.7.1-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>frostmourne-core</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>0.7.1-SNAPSHOT</version>
8+
<version>0.7.1-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>0.7.1-SNAPSHOT</version>
8+
<version>0.7.1-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>0.7.1-SNAPSHOT</version>
13+
<version>0.7.1-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.7.1-SNAPSHOT
6+
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=0.7.1-RELEASE
77
```
88

99
如果你只是想发一个测试版本,小范围测试一下,可以发一个快照版:

0 commit comments

Comments
 (0)