🔖 升级版本

This commit is contained in:
lijiahangmax
2024-04-14 23:17:03 +08:00
parent c26e749b0c
commit 46cdb060c4
13 changed files with 19 additions and 15 deletions

View File

@@ -29,7 +29,7 @@
<br/>
当前版本: **1.0.3**
当前版本: **1.0.4**
github: https://github.com/lijiahangmax/orion-ops-pro
gitee: https://gitee.com/lijiahangmax/orion-ops-pro
文档: https://lijiahangmax.gitee.io/orion-ops-pro/#/

View File

@@ -1,7 +1,7 @@
version: '3.3'
services:
orion-ops-pro:
image: registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-ops-pro:1.0.3
image: registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-ops-pro:1.0.4
ports:
- 1081:80
environment:

View File

@@ -1,3 +1,3 @@
mv ../../orion-ops-launch/target/orion-ops-launch.jar ./
mv ../../orion-ops-ui/dist ./dist
docker build -t orion-ops-pro:1.0.3 .
docker build -t orion-ops-pro:1.0.4 .

View File

@@ -29,7 +29,7 @@
<br/>
当前版本: **1.0.3**
当前版本: **1.0.4**
github: https://github.com/lijiahangmax/orion-ops-pro
gitee: https://gitee.com/lijiahangmax/orion-ops-pro
文档: https://lijiahangmax.gitee.io/orion-ops-pro/#/

View File

@@ -1,4 +1,4 @@
# orion-ops-pro <small>1.0.3</small>
# orion-ops-pro <small>1.0.4</small>
> 一款开箱即用的运维平台。

View File

@@ -2,7 +2,7 @@
## v1.0.4
`2024-04-` `release`
`2024-04-15` `release`
* 🚀 升级 `orion-kit``1.0.7`
* 🐞 修复 批量执行选择模板后默认参数未自动设置

View File

@@ -22,7 +22,7 @@
* 从模板中选择: 从模板中选择需要执行的命令
* 执行历史: 点击历史命令可以快速填入
### 执行记录
### 批量执行日志
查看批量执行任务记录。
@@ -35,6 +35,10 @@
* 日志: 查看执行日志, ctrl + 左键点击会用新页面打开
* 下载: 下载执行日志
### 计划任务
### 计划任务日志
### 执行模板
用来维护批量执行的命令模板, 支持动态参数, 使用 `@{{ xxx }}` 来替换命令参数。
@@ -49,8 +53,8 @@
| 参数 | 描述 |
|:----------------|:--------------------------|
| source | 执行来源 (BATCH/JOB) |
| sourceId | 执行来源id (job特有) |
| seq | 执行序列 (job特有) |
| sourceId | 执行来源id (计划任务特有) |
| seq | 执行序列 (计划任务特有) |
| execId | 执行记录id |
| hostId | 执行主机id |
| hostName | 执行主机名称 |

View File

@@ -14,7 +14,7 @@
<url>https://github.com/lijiahangmax/orion-ops-pro</url>
<properties>
<revision>1.0.3</revision>
<revision>1.0.4</revision>
<spring.boot.version>2.7.17</spring.boot.version>
<spring.boot.admin.version>2.7.15</spring.boot.admin.version>
<flatten.maven.plugin.version>1.5.0</flatten.maven.plugin.version>

View File

@@ -12,7 +12,7 @@ public interface OrionOpsProConst {
/**
* 同 ${orion.version} 迭代时候需要手动更改
*/
String VERSION = "1.0.3";
String VERSION = "1.0.4";
String GITHUB = "https://github.com/lijiahangmax/orion-ops-pro";

View File

@@ -1,4 +1,4 @@
VITE_API_BASE_URL= 'http://127.0.0.1:9200/orion/api'
VITE_WS_BASE_URL= 'ws://127.0.0.1:9200/orion/keep-alive'
VITE_APP_VERSION= '1.0.3'
VITE_APP_VERSION= '1.0.4'
VITE_SFTP_PREVIEW_MB= 2

View File

@@ -1,4 +1,4 @@
VITE_API_BASE_URL= '/orion/api'
VITE_WS_BASE_URL= '/orion/keep-alive'
VITE_APP_VERSION= '1.0.3'
VITE_APP_VERSION= '1.0.4'
VITE_SFTP_PREVIEW_MB= 2

View File

@@ -1,7 +1,7 @@
{
"name": "orion-ops-pro-ui",
"description": "Orion Ops Pro for Vue",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"author": "Jiahang Li",
"license": "Apache 2.0",

View File

@@ -22,7 +22,7 @@
</modules>
<properties>
<revision>1.0.3</revision>
<revision>1.0.4</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.surefire.plugin.version>3.0.0-M5</maven.surefire.plugin.version>