[hertzbeat] release hertzbeat version v1.3.2 (#1044)

This commit is contained in:
tomsun28
2023-07-05 09:56:37 +08:00
committed by GitHub
parent 0684822f99
commit f93476a517
12 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ Thanks these wonderful people, welcome to join us:
## 💬 Join discussion
HertzBeat is a top project under the [Dromara Open Source Community](https://dromara.org/).
HertzBeat is a top project under the [Dromara Open Source Community](https://dromara.org/), Gitee GVP.
##### Channel
+1 -1
View File
@@ -324,7 +324,7 @@ Thanks these wonderful people, welcome to join us:
## 💬 社区交流
HertzBeat 赫兹跳动是 [Dromara开源社区](https://dromara.org/) 下顶级项目。
HertzBeat 赫兹跳动是 [Dromara开源社区](https://dromara.org/) 下顶级项目Gitee GVP
##### 微信交流群
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

+1 -1
View File
@@ -19,7 +19,7 @@
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd
http://maven.apache.org/ASSEMBLY/2.0.0 ">
<!--必填,会追加到打包文件名称的末尾-->
<id>1.3.1</id>
<id>1.3.2</id>
<!--打包类型,可以设置多种类型,打包的时候不同的类型都会打包打出来-->
<formats>
<format>tar</format>
+1 -1
View File
@@ -6,7 +6,7 @@ MAINTAINER tancloud "tomsun28@outlook.com"
RUN apt-get update && apt-get install -y openssh-server
RUN mkdir /var/run/sshd
ADD hertzbeat-1.3.1.tar /opt/
ADD hertzbeat-1.3.2.tar /opt/
ENV TZ=Asia/Shanghai
#ENV LANG=zh_CN.UTF-8
+2
View File
@@ -24,6 +24,8 @@ $ docker buildx use mybuilder
# 使用 $ docker buildx build 命令构建镜像, --push 参数表示将构建好的镜像推送到 Docker 仓库
$ docker buildx build --platform linux/arm64,linux/amd64 -t tancloud/hertzbeat:v1.0.0 . --push
$ docker buildx build --platform linux/arm64,linux/amd64 -t quay.io/tancloud/hertzbeat:latest . --push
# 查看镜像信息
$ docker buildx imagetools inspect tancloud/hertzbeat:v1.0.0
@@ -342,9 +342,7 @@ public class HistoryGrepTimeDbDataStorage extends AbstractHistoryDataStorage {
log.error(e.getMessage(), e);
}
}
/*
TODO greptime未找到合适的sql函数处理,暂时使用代码实现,将来greptime更新文档改用sql实现
*/
// TODO greptime未找到合适的sql函数处理,暂时使用代码实现,将来greptime更新文档改用sql实现
long endTime;
long startTime = getExpireTimeFromToken(history);
+1 -1
View File
@@ -1,3 +1,3 @@
export const CONSTS = {
VERSION: 'v1.3.1'
VERSION: 'v1.3.2'
};