🔖 升级版本.

This commit is contained in:
lijiahang
2024-04-28 10:32:03 +08:00
parent 4d43021cd6
commit 8cc801f3b7
13 changed files with 23 additions and 12 deletions

View File

@@ -26,7 +26,7 @@
</a> </a>
</p> </p>
当前版本: **1.0.6** 当前版本: **1.0.7**
**github:** https://github.com/lijiahangmax/orion-ops-pro **github:** https://github.com/lijiahangmax/orion-ops-pro
**gitee:** https://gitee.com/lijiahangmax/orion-ops-pro **gitee:** https://gitee.com/lijiahangmax/orion-ops-pro

View File

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

View File

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

View File

@@ -26,7 +26,7 @@
</a> </a>
</p> </p>
当前版本: **1.0.6** 当前版本: **1.0.7**
**github:** https://github.com/lijiahangmax/orion-ops-pro **github:** https://github.com/lijiahangmax/orion-ops-pro
**gitee:** https://gitee.com/lijiahangmax/orion-ops-pro **gitee:** https://gitee.com/lijiahangmax/orion-ops-pro

View File

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

View File

@@ -7,6 +7,17 @@
* 执行完成菜单 sql 后请刷新缓存 `系统设置` > `系统菜单` > `刷新缓存` * 执行完成菜单 sql 后请刷新缓存 `系统设置` > `系统菜单` > `刷新缓存`
* 执行完成字典 sql 后请刷新缓存 `系统设置` > `数据字典项` > `刷新缓存` * 执行完成字典 sql 后请刷新缓存 `系统设置` > `数据字典项` > `刷新缓存`
### v1.0.7
`2024-05-` `release`
* 🐞 修复
* 🩰 修改 命令执行日志 UI 修改
* 🌈 新增 文件传输列表添加快捷按钮
* 🔨 优化
[如何升级](/update/v1.0.7.md)
### v1.0.6 ### v1.0.6
`2024-04-26` `release` `2024-04-26` `release`

View File

@@ -1,4 +1,4 @@
## v1.0.7 ## v1.0.8
> sql 脚本 - DDL > sql 脚本 - DDL

View File

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

View File

@@ -14,7 +14,7 @@ public interface AppConst extends OrionConst {
/** /**
* 同 ${orion.version} 迭代时候需要手动更改 * 同 ${orion.version} 迭代时候需要手动更改
*/ */
String VERSION = "1.0.6"; String VERSION = "1.0.7";
String ORION_OPS_PRO = "orion-ops-pro"; String ORION_OPS_PRO = "orion-ops-pro";

View File

@@ -1,4 +1,4 @@
VITE_API_BASE_URL= 'http://127.0.0.1:9200/orion/api' 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_WS_BASE_URL= 'ws://127.0.0.1:9200/orion/keep-alive'
VITE_APP_VERSION= '1.0.6' VITE_APP_VERSION= '1.0.7'
VITE_SFTP_PREVIEW_MB= 2 VITE_SFTP_PREVIEW_MB= 2

View File

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

View File

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

View File

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