Skip to content

Commit

Permalink
commit 2.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
bwcx-jzy committed Apr 12, 2022
1 parent e670f82 commit 863c470
Show file tree
Hide file tree
Showing 23 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
JPOM_VERSION=2.8.17
JPOM_VERSION=2.8.18
# Server Token 生产部署请更换
SERVER_TOKEN=7094f673-2c53-4fc1-82e7-86e528449d97
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 🚀 版本日志


# 2.8.18
# 2.8.18 (2022-04-12)

### 🐣 新增功能

1. 【server】SSH文件管理器中加入创建目录和文件的功能 (感谢 [@wxyShine](https://gitee.com/wxyShine) [Gitee PR 161](https://gitee.com/dromara/Jpom/pulls/161)
2. 【server】新增禁用登录图形验证码配置属性 `jpom.disabledCaptcha`[Gitee issues I4GD0U](https://gitee.com/dromara/Jpom/issues/I4GD0U)
2. 【server】新增禁用登录图形验证码配置属性 `jpom.disabledCaptcha`感谢 [@放学后的茶会](https://gitee.com/tt2yui) [Gitee issues I4GD0U](https://gitee.com/dromara/Jpom/issues/I4GD0U)
3. 【agent】节点项目文件管理新增创建文件夹/文件功能 (感谢 [@Eibons](https://gitee.com/eibons) [Gitee issues I4ZFFH](https://gitee.com/dromara/Jpom/issues/I4ZFFH)

### 🐞 解决BUG、优化功能
Expand Down
2 changes: 1 addition & 1 deletion docs/js/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var version = '2.8.17';
var version = '2.8.18';
2 changes: 1 addition & 1 deletion docs/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.17
2.8.18
6 changes: 3 additions & 3 deletions docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tag_name": "v2.8.17",
"agentUrl": "https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/agent-2.8.17-release.zip",
"serverUrl": "https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/server-2.8.17-release.zip",
"tag_name": "v2.8.18",
"agentUrl": "https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/agent-2.8.18-release.zip",
"serverUrl": "https://jpom-releases.oss-cn-hangzhou.aliyuncs.com/server-2.8.18-release.zip",
"changelogUrl": "https://gitee.com/dromara/Jpom/raw/master/CHANGELOG.md"
}
4 changes: 2 additions & 2 deletions modules/agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
<parent>
<artifactId>jpom-parent</artifactId>
<groupId>io.jpom</groupId>
<version>2.8.17</version>
<version>2.8.18</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>agent</artifactId>
<version>2.8.17</version>
<version>2.8.18</version>
<name>Jpom Agent</name>
<properties>
<start-class>io.jpom.JpomAgentApplication</start-class>
Expand Down
4 changes: 2 additions & 2 deletions modules/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
<parent>
<artifactId>jpom-parent</artifactId>
<groupId>io.jpom</groupId>
<version>2.8.17</version>
<version>2.8.18</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Jpom Common</name>
<artifactId>common</artifactId>
<version>2.8.17</version>
<version>2.8.18</version>

<dependencies>

Expand Down
2 changes: 1 addition & 1 deletion modules/common/src/main/resources/jpom-logo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
| |
|_|

➜ Jpom \ (•◡•) / (v2.8.17)
➜ Jpom \ (•◡•) / (v2.8.18)
2 changes: 1 addition & 1 deletion modules/server/DockerfileRelease
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
FROM maven:3.8.5-jdk-8

ENV JPOM_HOME /usr/local/jpom-server
ENV JPOM_PKG server-2.8.17-release.tar.gz
ENV JPOM_PKG server-2.8.18-release.tar.gz

ENV JPOM_DATA_PATH ${JPOM_HOME}/data
ENV JPOM_LOG_PATH ${JPOM_HOME}/log
Expand Down
4 changes: 2 additions & 2 deletions modules/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
<parent>
<artifactId>jpom-parent</artifactId>
<groupId>io.jpom</groupId>
<version>2.8.17</version>
<version>2.8.18</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Jpom Server</name>
<artifactId>server</artifactId>
<version>2.8.17</version>
<version>2.8.18</version>
<properties>
<start-class>io.jpom.JpomServerApplication</start-class>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/sub-plugin/auto-charset-jchardet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.8.17</version>
<version>2.8.18</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/sub-plugin/db-h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.8.17</version>
<version>2.8.18</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/sub-plugin/docker-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.8.17</version>
<version>2.8.18</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/sub-plugin/email/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.8.17</version>
<version>2.8.18</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/sub-plugin/git-clone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.8.17</version>
<version>2.8.18</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/sub-plugin/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.8.17</version>
<version>2.8.18</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions modules/sub-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-parent</artifactId>
<groupId>io.jpom</groupId>
<version>2.8.17</version>
<version>2.8.18</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand All @@ -44,7 +44,7 @@
<module>git-clone</module>
</modules>
<modelVersion>4.0.0</modelVersion>
<version>2.8.17</version>
<version>2.8.18</version>
<groupId>io.jpom.plugins</groupId>
<artifactId>jpom-plugins-parent</artifactId>
<name>Jpom Plugins</name>
Expand Down
2 changes: 1 addition & 1 deletion modules/sub-plugin/svn-clone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.8.17</version>
<version>2.8.18</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/sub-plugin/webhook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<artifactId>jpom-plugins-parent</artifactId>
<groupId>io.jpom.plugins</groupId>
<version>2.8.17</version>
<version>2.8.18</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
简而轻的低侵入式在线构建、自动部署、日常运维、项目监控软件
</description>
<inceptionYear>2017</inceptionYear>
<version>2.8.17</version>
<version>2.8.18</version>
<url>https://gitee.com/dromara/Jpom</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions script/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
# https://hub.docker.com/r/jpomdocker/jpom

# 服务端
docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:2.8.17 -f ./modules/server/DockerfileRelease --push .
docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:2.8.18 -f ./modules/server/DockerfileRelease --push .
#
docker buildx build --platform linux/amd64,linux/arm64 -t jpomdocker/jpom:latest -f ./modules/server/DockerfileRelease --push .

# docker logs --tail="100" jpom-server
# docker run -d -p 2122:2122 --name jpom-server -v /etc/localtime:/etc/localtime:ro -v jpom-server-vol:/usr/local/jpom-server jpomdocker/jpom:mac-arm-2.8.17
# docker run -d -p 2122:2122 --name jpom-server -v /etc/localtime:/etc/localtime:ro -v jpom-server-vol:/usr/local/jpom-server jpomdocker/jpom:mac-arm-2.8.18
# docker stop jpom-server
# docker rm jpom-server
# docker exec -it jpom-server /bin/bash
Expand Down
2 changes: 1 addition & 1 deletion script/release-sha1sum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


# 版本
jpom_version=2.8.17
jpom_version=2.8.18

function checkItem()
{
Expand Down
2 changes: 1 addition & 1 deletion web-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jpom-vue",
"version": "2.8.17",
"version": "2.8.18",
"private": true,
"scripts": {
"serve": "vue-cli-service --max-old-space-size=900 serve --mode dev",
Expand Down

0 comments on commit 863c470

Please sign in to comment.