diff --git a/README.md b/README.md
index 3ecf360a..c8ac9b1f 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,8 @@ DHorse是一个简单易用、以应用为中心的云原生DevOps系统,具
## 主要特性
* 简洁的操作界面
-* 支持Springboot应用部署
+* 支持SpringBoot应用部署
+* 支持Node应用部署
* 无需安装Maven即可打包
* 无需安装Docker即可构建镜像
* 支持多环境部署
@@ -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)
下载文件之后,然后解压:
diff --git a/dhorse-api/pom.xml b/dhorse-api/pom.xml
index 14f73dfd..67af285c 100644
--- a/dhorse-api/pom.xml
+++ b/dhorse-api/pom.xml
@@ -5,7 +5,7 @@
org.dhorse
dhorse-parent
- 0.11.0
+ 0.12.0
..
dhorse-api
diff --git a/dhorse-application/pom.xml b/dhorse-application/pom.xml
index 114567af..433703cb 100644
--- a/dhorse-application/pom.xml
+++ b/dhorse-application/pom.xml
@@ -6,7 +6,7 @@
org.dhorse
dhorse-parent
- 0.11.0
+ 0.12.0
..
dhorse-application
diff --git a/dhorse-infrastructure/pom.xml b/dhorse-infrastructure/pom.xml
index d717d76f..5831a4fc 100644
--- a/dhorse-infrastructure/pom.xml
+++ b/dhorse-infrastructure/pom.xml
@@ -6,7 +6,7 @@
org.dhorse
dhorse-parent
- 0.11.0
+ 0.12.0
..
dhorse-infrastructure
diff --git a/dhorse-infrastructure/src/main/resources/maven/app_node_pom.xml b/dhorse-infrastructure/src/main/resources/maven/app_node_pom.xml
index 9927a1ee..72c62e87 100644
--- a/dhorse-infrastructure/src/main/resources/maven/app_node_pom.xml
+++ b/dhorse-infrastructure/src/main/resources/maven/app_node_pom.xml
@@ -7,7 +7,7 @@
org.dhorse
app-vue
pom
- 0.11.0
+ 0.12.0
diff --git a/dhorse-infrastructure/src/main/resources/maven/app_tmp_pom.xml b/dhorse-infrastructure/src/main/resources/maven/app_tmp_pom.xml
index b2ba8a72..afc6b1a8 100644
--- a/dhorse-infrastructure/src/main/resources/maven/app_tmp_pom.xml
+++ b/dhorse-infrastructure/src/main/resources/maven/app_tmp_pom.xml
@@ -6,7 +6,7 @@
org.dhorse
app-tmp
- 0.11.0
+ 0.12.0
org.springframework.boot
diff --git a/dhorse-infrastructure/src/main/resources/sql/h2/0.11.0 b/dhorse-infrastructure/src/main/resources/sql/h2/0.12.0
similarity index 100%
rename from dhorse-infrastructure/src/main/resources/sql/h2/0.11.0
rename to dhorse-infrastructure/src/main/resources/sql/h2/0.12.0
diff --git a/dhorse-infrastructure/src/main/resources/sql/mysql/0.11.0 b/dhorse-infrastructure/src/main/resources/sql/mysql/0.12.0
similarity index 100%
rename from dhorse-infrastructure/src/main/resources/sql/mysql/0.11.0
rename to dhorse-infrastructure/src/main/resources/sql/mysql/0.12.0
diff --git a/dhorse-rest/pom.xml b/dhorse-rest/pom.xml
index 8d9573e8..0a7c5dd1 100644
--- a/dhorse-rest/pom.xml
+++ b/dhorse-rest/pom.xml
@@ -6,7 +6,7 @@
org.dhorse
dhorse-parent
- 0.11.0
+ 0.12.0
..
dhorse-rest
diff --git a/dhorse-rest/src/main/resources/application-private.yml b/dhorse-rest/src/main/resources/application-private.yml
index f5e66a1e..a8d28038 100644
--- a/dhorse-rest/src/main/resources/application-private.yml
+++ b/dhorse-rest/src/main/resources/application-private.yml
@@ -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
diff --git a/dhorse-rest/src/main/resources/banner.txt b/dhorse-rest/src/main/resources/banner.txt
index 3aabfcfa..e6f5747c 100644
--- a/dhorse-rest/src/main/resources/banner.txt
+++ b/dhorse-rest/src/main/resources/banner.txt
@@ -4,5 +4,5 @@
/ _` | '_ \ / _ \| '__/ __|/ _ \
| (_| | | | | (_) | | \__ \ __/
\__,_|_| |_|\___/|_| |___/\___|
- :: DHorse :: (v0.11.0)
+ :: DHorse :: (v0.12.0)
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 09f59f39..af2ac55c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.dhorse
dhorse-parent
pom
- 0.11.0
+ 0.12.0
UTF-8
@@ -14,7 +14,7 @@
${java.version}
${java.version}
- 0.11.0
+ 0.12.0
5.3.24
2.7.6
diff --git a/static/index.html b/static/index.html
index 1dce4458..9afb2f08 100644
--- a/static/index.html
+++ b/static/index.html
@@ -102,7 +102,7 @@