🔖 升级版本.
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
当前版本: **1.0.7**
|
当前版本: **1.0.8**
|
||||||
|
|
||||||
**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
|
||||||
|
|||||||
@@ -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.7
|
image: registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-ops-pro:1.0.8
|
||||||
ports:
|
ports:
|
||||||
- 1081:80
|
- 1081:80
|
||||||
environment:
|
environment:
|
||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- orion-ops-pro-db
|
- orion-ops-pro-db
|
||||||
- orion-ops-pro-redis
|
- orion-ops-pro-redis
|
||||||
orion-ops-pro-db:
|
orion-ops-pro-db:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-ops-pro-mysql:1.0.7
|
image: registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-ops-pro-mysql:1.0.8
|
||||||
privileged: true
|
privileged: true
|
||||||
ports:
|
ports:
|
||||||
- 3307:3306
|
- 3307:3306
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
version=1.0.7
|
version=1.0.8
|
||||||
cp -r ../../sql ./sql
|
cp -r ../../sql ./sql
|
||||||
docker build -t orion-ops-pro-mysql:${version} .
|
docker build -t orion-ops-pro-mysql:${version} .
|
||||||
rm -rf ./sql
|
rm -rf ./sql
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
version=1.0.7
|
version=1.0.8
|
||||||
mv ../../orion-ops-launch/target/orion-ops-launch.jar ./orion-ops-launch.jar
|
mv ../../orion-ops-launch/target/orion-ops-launch.jar ./orion-ops-launch.jar
|
||||||
mv ../../orion-ops-ui/dist ./dist
|
mv ../../orion-ops-ui/dist ./dist
|
||||||
docker build -t orion-ops-pro:${version} .
|
docker build -t orion-ops-pro:${version} .
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
当前版本: **1.0.7**
|
当前版本: **1.0.8**
|
||||||
|
|
||||||
**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
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# orion-ops-pro <small>1.0.7</small>
|
# orion-ops-pro <small>1.0.8</small>
|
||||||
|
|
||||||
> 一款开箱即用的运维平台。
|
> 一款开箱即用的运维平台。
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,14 @@
|
|||||||
* 执行完成菜单 sql 后请刷新缓存 `系统设置` > `系统菜单` > `刷新缓存`
|
* 执行完成菜单 sql 后请刷新缓存 `系统设置` > `系统菜单` > `刷新缓存`
|
||||||
* 执行完成字典 sql 后请刷新缓存 `系统设置` > `数据字典项` > `刷新缓存`
|
* 执行完成字典 sql 后请刷新缓存 `系统设置` > `数据字典项` > `刷新缓存`
|
||||||
|
|
||||||
|
### v1.0.8
|
||||||
|
|
||||||
|
`2024-05-15` `release`
|
||||||
|
|
||||||
|
* 🌈 新增 站内信模块
|
||||||
|
|
||||||
|
[如何升级](/update/v1.0.8.md)
|
||||||
|
|
||||||
### v1.0.7
|
### v1.0.7
|
||||||
|
|
||||||
`2024-05-13` `release`
|
`2024-05-13` `release`
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
## 功能排期
|
## 功能排期
|
||||||
|
|
||||||
* 批量上传
|
|
||||||
* 站内消息
|
|
||||||
* 终端背景图片
|
* 终端背景图片
|
||||||
* 资产授权 UI 改版
|
* 资产授权 UI 改版
|
||||||
* RDP 远程桌面
|
* RDP 远程桌面
|
||||||
|
|||||||
11
docs/update/v2.0.0.md
Normal file
11
docs/update/v2.0.0.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
## v2.0.0
|
||||||
|
|
||||||
|
> sql 脚本 - DDL
|
||||||
|
|
||||||
|
```sql
|
||||||
|
```
|
||||||
|
|
||||||
|
> sql 脚本 - DML
|
||||||
|
|
||||||
|
```sql
|
||||||
|
```
|
||||||
@@ -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.7</revision>
|
<revision>1.0.8</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>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ public interface AppConst extends OrionConst {
|
|||||||
/**
|
/**
|
||||||
* 同 ${orion.version} 迭代时候需要手动更改
|
* 同 ${orion.version} 迭代时候需要手动更改
|
||||||
*/
|
*/
|
||||||
String VERSION = "1.0.7";
|
String VERSION = "1.0.8";
|
||||||
|
|
||||||
String ORION_OPS_PRO = "orion-ops-pro";
|
String ORION_OPS_PRO = "orion-ops-pro";
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -22,7 +22,7 @@
|
|||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>1.0.7</revision>
|
<revision>1.0.8</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user