Skip to content

Commit

Permalink
[hertzbeat] release hertzbeat version v1.3.2 (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 authored Jul 5, 2023
1 parent dfd80ed commit 9828528
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Thanks these wonderful people, welcome to join us:

## 💬 社区交流

HertzBeat 赫兹跳动是 [Dromara开源社区](https://dromara.org/) 下顶级项目。
HertzBeat 赫兹跳动是 [Dromara开源社区](https://dromara.org/) 下顶级项目,Gitee GVP

##### 微信交流群

Expand Down
Binary file modified home/static/img/home/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified home/static/img/home/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified home/static/img/home/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified home/static/img/home/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified home/static/img/home/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion script/assembly/server/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion script/docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAINTAINER tancloud "[email protected]"
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
Expand Down
2 changes: 2 additions & 0 deletions script/docker/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,7 @@ public Map<String, List<Value>> getHistoryIntervalMetricData(Long monitorId, Str
log.error(e.getMessage(), e);
}
}
/*
TODO greptime未找到合适的sql函数处理,暂时使用代码实现,将来greptime更新文档改用sql实现
*/
// TODO greptime未找到合适的sql函数处理,暂时使用代码实现,将来greptime更新文档改用sql实现
long endTime;
long startTime = getExpireTimeFromToken(history);

Expand Down
2 changes: 1 addition & 1 deletion web-app/src/app/shared/consts.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const CONSTS = {
VERSION: 'v1.3.1'
VERSION: 'v1.3.2'
};

0 comments on commit 9828528

Please sign in to comment.