From 8cc801f3b76aa325d31722c2c9a8cfaba9170046 Mon Sep 17 00:00:00 2001
From: lijiahang
Date: Sun, 28 Apr 2024 10:32:03 +0800
Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8D=87=E7=BA=A7=E7=89=88?=
=?UTF-8?q?=E6=9C=AC.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 2 +-
docker-compose.yml | 2 +-
docker/orion-ops-pro/build.sh | 2 +-
docs/README.md | 2 +-
docs/_coverpage.md | 2 +-
docs/about/change-log.md | 11 +++++++++++
docs/update/v1.0.8.md | 2 +-
orion-ops-dependencies/pom.xml | 2 +-
.../orion/ops/framework/common/constant/AppConst.java | 2 +-
orion-ops-ui/.env.development | 2 +-
orion-ops-ui/.env.production | 2 +-
orion-ops-ui/package.json | 2 +-
pom.xml | 2 +-
13 files changed, 23 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index 394456cc..a66c302c 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@
-当前版本: **1.0.6**
+当前版本: **1.0.7**
**github:** https://github.com/lijiahangmax/orion-ops-pro
**gitee:** https://gitee.com/lijiahangmax/orion-ops-pro
diff --git a/docker-compose.yml b/docker-compose.yml
index ac8fe4d3..f2bfc08a 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,7 +1,7 @@
version: '3.3'
services:
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:
- 1081:80
environment:
diff --git a/docker/orion-ops-pro/build.sh b/docker/orion-ops-pro/build.sh
index a4ddfcd5..606758f3 100644
--- a/docker/orion-ops-pro/build.sh
+++ b/docker/orion-ops-pro/build.sh
@@ -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.6 .
+docker build -t orion-ops-pro:1.0.7 .
diff --git a/docs/README.md b/docs/README.md
index 3d291c3a..bd037eaf 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -26,7 +26,7 @@
-当前版本: **1.0.6**
+当前版本: **1.0.7**
**github:** https://github.com/lijiahangmax/orion-ops-pro
**gitee:** https://gitee.com/lijiahangmax/orion-ops-pro
diff --git a/docs/_coverpage.md b/docs/_coverpage.md
index e94365a8..34ea5f45 100644
--- a/docs/_coverpage.md
+++ b/docs/_coverpage.md
@@ -1,4 +1,4 @@
-# orion-ops-pro 1.0.6
+# orion-ops-pro 1.0.7
> 一款开箱即用的运维平台。
diff --git a/docs/about/change-log.md b/docs/about/change-log.md
index e06b3fc8..3aad5e68 100644
--- a/docs/about/change-log.md
+++ b/docs/about/change-log.md
@@ -7,6 +7,17 @@
* 执行完成菜单 sql 后请刷新缓存 `系统设置` > `系统菜单` > `刷新缓存`
* 执行完成字典 sql 后请刷新缓存 `系统设置` > `数据字典项` > `刷新缓存`
+### v1.0.7
+
+`2024-05-` `release`
+
+* 🐞 修复
+* 🩰 修改 命令执行日志 UI 修改
+* 🌈 新增 文件传输列表添加快捷按钮
+* 🔨 优化
+
+[如何升级](/update/v1.0.7.md)
+
### v1.0.6
`2024-04-26` `release`
diff --git a/docs/update/v1.0.8.md b/docs/update/v1.0.8.md
index e18331d3..50b325e0 100644
--- a/docs/update/v1.0.8.md
+++ b/docs/update/v1.0.8.md
@@ -1,4 +1,4 @@
-## v1.0.7
+## v1.0.8
> sql 脚本 - DDL
diff --git a/orion-ops-dependencies/pom.xml b/orion-ops-dependencies/pom.xml
index 1b7b3549..f27115f1 100644
--- a/orion-ops-dependencies/pom.xml
+++ b/orion-ops-dependencies/pom.xml
@@ -14,7 +14,7 @@
https://github.com/lijiahangmax/orion-ops-pro
- 1.0.6
+ 1.0.7
2.7.17
2.7.15
1.5.0
diff --git a/orion-ops-framework/orion-ops-framework-common/src/main/java/com/orion/ops/framework/common/constant/AppConst.java b/orion-ops-framework/orion-ops-framework-common/src/main/java/com/orion/ops/framework/common/constant/AppConst.java
index 9ab18991..a93b5cb9 100644
--- a/orion-ops-framework/orion-ops-framework-common/src/main/java/com/orion/ops/framework/common/constant/AppConst.java
+++ b/orion-ops-framework/orion-ops-framework-common/src/main/java/com/orion/ops/framework/common/constant/AppConst.java
@@ -14,7 +14,7 @@ public interface AppConst extends OrionConst {
/**
* 同 ${orion.version} 迭代时候需要手动更改
*/
- String VERSION = "1.0.6";
+ String VERSION = "1.0.7";
String ORION_OPS_PRO = "orion-ops-pro";
diff --git a/orion-ops-ui/.env.development b/orion-ops-ui/.env.development
index df33538f..01433b12 100644
--- a/orion-ops-ui/.env.development
+++ b/orion-ops-ui/.env.development
@@ -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.6'
+VITE_APP_VERSION= '1.0.7'
VITE_SFTP_PREVIEW_MB= 2
diff --git a/orion-ops-ui/.env.production b/orion-ops-ui/.env.production
index 9d3f29e3..d324128c 100644
--- a/orion-ops-ui/.env.production
+++ b/orion-ops-ui/.env.production
@@ -1,4 +1,4 @@
VITE_API_BASE_URL= '/orion/api'
VITE_WS_BASE_URL= '/orion/keep-alive'
-VITE_APP_VERSION= '1.0.6'
+VITE_APP_VERSION= '1.0.7'
VITE_SFTP_PREVIEW_MB= 2
diff --git a/orion-ops-ui/package.json b/orion-ops-ui/package.json
index 60d00b3b..b908221b 100644
--- a/orion-ops-ui/package.json
+++ b/orion-ops-ui/package.json
@@ -1,7 +1,7 @@
{
"name": "orion-ops-pro-ui",
"description": "Orion Ops Pro for Vue",
- "version": "1.0.6",
+ "version": "1.0.7",
"private": true,
"author": "Jiahang Li",
"license": "Apache 2.0",
diff --git a/pom.xml b/pom.xml
index 33ff61af..133c19de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
- 1.0.6
+ 1.0.7
8
8
3.0.0-M5