Skip to content

Commit

Permalink
0.12.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
cgw committed Feb 20, 2023
1 parent 71027e0 commit 316d86e
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 15 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ DHorse是一个简单易用、以应用为中心的云原生DevOps系统,具

## 主要特性
* 简洁的操作界面
* 支持Springboot应用部署
* 支持SpringBoot应用部署
* 支持Node应用部署
* 无需安装Maven即可打包
* 无需安装Docker即可构建镜像
* 支持多环境部署
Expand All @@ -21,13 +22,13 @@ Springboot、Mybatis、Mybatis-plus、Maven-core、Jib-core、Layuimini、Smart-
环境要求:
| Harbor | kubernetes
| :----: | :----: |
| >=2.0.0 | [1.13.x, 1.24.x]
| >=2.0.0 | [1.18.x, 1.25.x]

下载安装文件:
| Java版本 | Linux、Mac或Cygwin | Windows
| :-----: | :----: | :----: |
| 1.8 | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.11.0/dhorse-0.11.0-1.8-x64_bin-unix.tar.gz) | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.11.0/dhorse-0.11.0-1.8-x64_bin-windows.zip)
| >=11 | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.11.0/dhorse-0.11.0-x64_bin-unix.tar.gz) | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.11.0/dhorse-0.11.0-x64_bin-windows.zip)
| 1.8 | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.12.0/dhorse-0.12.0-1.8-x64_bin-unix.tar.gz) | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.12.0/dhorse-0.12.0-1.8-x64_bin-windows.zip)
| >=11 | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.12.0/dhorse-0.12.0-x64_bin-unix.tar.gz) | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.12.0/dhorse-0.12.0-x64_bin-windows.zip)

下载文件之后,然后解压:

Expand Down
2 changes: 1 addition & 1 deletion dhorse-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.dhorse</groupId>
<artifactId>dhorse-parent</artifactId>
<version>0.11.0</version>
<version>0.12.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>dhorse-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dhorse-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.dhorse</groupId>
<artifactId>dhorse-parent</artifactId>
<version>0.11.0</version>
<version>0.12.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>dhorse-application</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dhorse-infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.dhorse</groupId>
<artifactId>dhorse-parent</artifactId>
<version>0.11.0</version>
<version>0.12.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>dhorse-infrastructure</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.dhorse</groupId>
<artifactId>app-vue</artifactId>
<packaging>pom</packaging>
<version>0.11.0</version>
<version>0.12.0</version>

<!-- 该文件的代码行数是固定的,在解析时会用到行号,文件内容谨慎改动 -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.dhorse</groupId>
<artifactId>app-tmp</artifactId>
<version>0.11.0</version>
<version>0.12.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dhorse-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.dhorse</groupId>
<artifactId>dhorse-parent</artifactId>
<version>0.11.0</version>
<version>0.12.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>dhorse-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dhorse-rest/src/main/resources/application-private.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.11.0
version: 0.12.0
spring.jackson.default-property-inclusion: non_null
spring.jackson.date-format: yyyy-MM-dd HH:mm:ss
spring.jackson.time-zone: GMT+8
Expand Down
2 changes: 1 addition & 1 deletion dhorse-rest/src/main/resources/banner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
/ _` | '_ \ / _ \| '__/ __|/ _ \
| (_| | | | | (_) | | \__ \ __/
\__,_|_| |_|\___/|_| |___/\___|
:: DHorse :: (v0.11.0)
:: DHorse :: (v0.12.0)

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.dhorse</groupId>
<artifactId>dhorse-parent</artifactId>
<packaging>pom</packaging>
<version>0.11.0</version>
<version>0.12.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -14,7 +14,7 @@
<!--<java.version>1.8</java.version>-->
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.version>0.11.0</project.version>
<project.version>0.12.0</project.version>
<spring.version>5.3.24</spring.version>
<springboot.version>2.7.6</springboot.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

<div class="layui-body">
<div class="layuimini-content-page"></div>
<div style="text-align: center; height:60px; line-height:60px; color: #9c9da0">v0.11.0</div>
<div style="text-align: center; height:60px; line-height:60px; color: #9c9da0">v0.12.0</div>
</div>

</div>
Expand Down

0 comments on commit 316d86e

Please sign in to comment.