mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 02:48:17 +08:00
commit 2.6.0
This commit is contained in:
parent
464f9e48be
commit
2cb446f45e
@ -5,7 +5,7 @@
|
||||
### 新增功能
|
||||
|
||||
1. 【server】新增配置 h2 数据账号密码参数(注意之前已经存在的数据不能直接配置、会出现登录不成功情况)
|
||||
2. 【agent】项目新增配置控制台日志输出目录
|
||||
2. 【agent】项目新增配置控制台日志输出目录 (感谢@落泪归枫 [Gitee I22O4N](https://gitee.com/dromara/Jpom/issues/I22O4N))
|
||||
3. 【server】新增配置 jwt token 签名 key 参数
|
||||
4. 【server】ssh 新增配置禁止执行的命令,避免执行高风险命令
|
||||
5. 【server】构建发布方式为 ssh 检查发布命令是否包含禁止执行的命令
|
||||
@ -28,6 +28,10 @@
|
||||
13. 【server】系统缓存中的文件占用空间大小调整为定时更新(10分钟)
|
||||
14. 【server】修复 bug:分发列表页面点击【创建分发项目】按钮之后不能正常显示【分发节点】感谢 @xingenhi [点击查看提交记录](https://gitee.com/dromara/Jpom/commit/bd38528fbd3067d220b7569f08449d7796e07c74) [@Hotstrip](https://gitee.com/hotstrip)
|
||||
|
||||
> 注意:当前版本为 beta 版本。项目中升级了较多依赖版本、新增了部分重要配置(建议确认好后再配置)
|
||||
>
|
||||
> 1. 如果是已经安装 Jpom、升级到当前版本请勿直接配置数据库账号密码,如果需要配置请手动连接数据库人工修改密码后再配置
|
||||
|
||||
------
|
||||
|
||||
# 2.5.2
|
||||
|
@ -1 +1 @@
|
||||
var version = '2.5.2';
|
||||
var version = '2.6.0';
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"tag_name": "v2.5.2"
|
||||
}
|
||||
"tag_name": "v2.6.0"
|
||||
}
|
||||
|
@ -5,12 +5,12 @@
|
||||
<parent>
|
||||
<artifactId>jpom-parent</artifactId>
|
||||
<groupId>io.jpom</groupId>
|
||||
<version>2.5.2</version>
|
||||
<version>2.6.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>agent</artifactId>
|
||||
<version>2.5.2</version>
|
||||
<version>2.6.0</version>
|
||||
<name>Jpom 插件端</name>
|
||||
<properties>
|
||||
<start-class>io.jpom.JpomAgentApplication</start-class>
|
||||
|
@ -5,13 +5,13 @@
|
||||
<parent>
|
||||
<artifactId>jpom-parent</artifactId>
|
||||
<groupId>io.jpom</groupId>
|
||||
<version>2.5.2</version>
|
||||
<version>2.6.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<name>Jpom 公共模块</name>
|
||||
<artifactId>common</artifactId>
|
||||
<version>2.5.2</version>
|
||||
<version>2.6.0</version>
|
||||
|
||||
<dependencies>
|
||||
<!-- 文件编码识别-->
|
||||
|
@ -5,13 +5,13 @@
|
||||
<parent>
|
||||
<artifactId>jpom-parent</artifactId>
|
||||
<groupId>io.jpom</groupId>
|
||||
<version>2.5.2</version>
|
||||
<version>2.6.0</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<name>Jpom 服务端</name>
|
||||
<artifactId>server</artifactId>
|
||||
<version>2.5.2</version>
|
||||
<version>2.6.0</version>
|
||||
<properties>
|
||||
<start-class>io.jpom.JpomServerApplication</start-class>
|
||||
</properties>
|
||||
|
Loading…
Reference in New Issue
Block a user