From 943f1eaf96780a9e20c5d7c6fd0006b31ec84ea2 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Fri, 10 Feb 2023 10:17:26 +0800 Subject: [PATCH] v 3.5.14 --- ReleaseNotes.txt | 21 ++++++++++++++++++- gradle.properties | 8 +++---- .../maxkey-web-app/src/app/shared/consts.ts | 2 +- .../src/app/shared/consts.ts | 2 +- .../src/main/resources/application.yml | 2 +- .../src/main/resources/application.properties | 2 +- .../src/main/resources/application.properties | 2 +- 7 files changed, 29 insertions(+), 10 deletions(-) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 936731da..d21f2ef1 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,4 +1,23 @@ -MaxKey v 3.5.13 GA 2023/01/27 +MaxKey v 3.5.14 GA 2023/02/14 + *(MAXKEY-230201) 社交登录查询关联账号查询新增租户标识查询 + *(MAXKEY-230202) docker-compose 搭建 maxkey-mgt 启动报错 I6BR6D + *(MAXKEY-230203) JWKSetKeyStore优化 + *(MAXKEY-230204) maxkey-webapis 重命名为 maxkey-web-apis + *(MAXKEY-230205) CasDefaultAdapter 增加 username字段 + *(MAXKEY-230206) 增加docker部署和启动脚本maxkey_docker_install.sh,maxkey_docker_start.sh等 + *(MAXKEY-230207) 前端页面版权年度自动按照当前年度修改 + *(MAXKEY-230208) OAuth2不显示OpenID Connect的tab页 + *(MAXKEY-230209) 应用新增修改,下拉菜单改为弹出框,增加协议的图标及描述 + *(MAXKEY-230210) docker-compose部署配置优化 + *(MAXKEY-230211) docker mysql 8.0.32升级 + *(MAXKEY-230212) docker部署文档优化 + *(MAXKEY-230213) JumpServer开源堡垒机单点登录适配文档 + *(MAXKEY-230214) 依赖项引用、更新和升级 + freemarker 2.3.32 + tomcat 9.0.71 + mysqlconnector 8.0.32 + +MaxKey v 3.5.13 GA 2023/01/27 *(MAXKEY-230101) application-http.properties重命名为application-maxkey-mgt.properties *(MAXKEY-230102) application-http.properties重命名为application-maxkey.properties *(MAXKEY-230103) 分离出maxkey-authentication-sms模块 diff --git a/gradle.properties b/gradle.properties index 9d883ae1..061564cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # */ #maxkey properties group =net.maxsso -version =3.5.13 +version =3.5.14 vendor =https://www.maxkey.top author =MaxKeyTop @@ -51,7 +51,7 @@ httpcoreVersion =4.4.16 httpasyncclientVersion =4.1.5 velocityVersion =1.7 velocitydepVersion =1.4 -freemarkerVersion =2.3.31 +freemarkerVersion =2.3.32 xmlbeansVersion =5.0.2 commonscompressVersion =1.21 log4jVersion =2.19.0 @@ -61,7 +61,7 @@ kafkaclientsVersion =2.8.9 rocketmqclientVersion =4.9.4 rocketmqspringbootVersion =2.2.2 #apache tomcat -tomcatVersion =9.0.70 +tomcatVersion =9.0.71 tomcatembedloggingjuliVersion =8.5.2 #spring springVersion =5.3.25 @@ -95,7 +95,7 @@ springdocVersion =1.6.13 knife4jVersion =3.0.3 #database postgresqlVersion =42.4.1 -mysqlconnectorjavaVersion =8.0.31 +mysqlconnectorjavaVersion =8.0.32 druidVersion =1.2.15 druidspringbootstarterVersion =1.2.15 jedisVersion =4.2.3 diff --git a/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts b/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts index 973f4ade..89ec65f2 100644 --- a/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts +++ b/maxkey-web-frontend/maxkey-web-app/src/app/shared/consts.ts @@ -26,5 +26,5 @@ export const CONSTS = { REDIRECT_URI: 'redirect_uri', REMEMBER: 'remember_me', TOKEN: '_token', - VERSION: 'v3.5.13 GA' + VERSION: 'v3.5.14 GA' }; diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts index 10954b2e..aef8eb0b 100644 --- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts +++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/shared/consts.ts @@ -19,5 +19,5 @@ export const CONSTS = { INST: 'inst', REDIRECT_URI: 'redirect_uri', REMEMBER: 'remember', - VERSION: 'v3.5.13 GA' + VERSION: 'v3.5.14 GA' }; diff --git a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml b/maxkey-webs/maxkey-gataway/src/main/resources/application.yml index 1b582125..7dc7a6c5 100644 --- a/maxkey-webs/maxkey-gataway/src/main/resources/application.yml +++ b/maxkey-webs/maxkey-gataway/src/main/resources/application.yml @@ -1,7 +1,7 @@ #端口号 application: name: maxkey-gateway-server - formatted-version: v3.5.13 GA + formatted-version: v3.5.14 GA server: port: 9000 spring: diff --git a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties index 12352405..1c66bcea 100644 --- a/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties +++ b/maxkey-webs/maxkey-web-maxkey/src/main/resources/application.properties @@ -16,7 +16,7 @@ #MaxKey Title and Version # ############################################################################ application.title =MaxKey -application.formatted-version =v3.5.13 GA +application.formatted-version =v3.5.14 GA #for dynamic service discovery spring.application.name =maxkey ############################################################################ diff --git a/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties b/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties index e1b313c5..f8b500e2 100644 --- a/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties +++ b/maxkey-webs/maxkey-web-mgt/src/main/resources/application.properties @@ -16,7 +16,7 @@ #MaxKey Title and Version # ############################################################################ application.title =MaxKey-Mgt -application.formatted-version =v3.5.13 GA +application.formatted-version =v3.5.14 GA #for dynamic service discovery spring.application.name =maxkey-mgt ############################################################################