From c5695132578f30bf8f88e0c0197530ff3523c386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Thu, 4 Apr 2024 15:08:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20feat:=20v3.2.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 主要更新 - [升级] Nacos 版本升级至 2.3.2 - 其它更新 - [新增] 前端 Dashboard 新增后端基础设施管理页面快速访问入口 - [修复] 处理了TabsView标签页锁定不固定、详情页与列表管理页位置关系不一致问题(感谢 James7 提交的 PR) - [优化] 添加了标签右键操作菜单、添加了ToolBar独立刷新按钮,支持再关闭标签页布局时仍支持刷新当前页(感谢 James7 提交的 PR) - [优化] 优化前端 Dashboard 默认图表文字显示。 - [升级] Nacos docker 镜像版本升级至 v2.3.2 - [升级] minio docker 镜像版本升级至 RELEASE.2024-03-30T09-41-56Z - 其它更新 - [升级] commons-io 版本升级至 2.16.0 - [升级] springdoc 版本升级至 2.5.0 - [升级] aws-java-sdk-s3 版本升级至 1.12.692 - [升级] hutool 5.X 版本升级至 5.8.27 - [升级] mdi/font webjars 版本升级至 7.4.47 - [升级] quasar webjars 版本升级至 2.15.2 - [升级] camunda 版本升级至 7.21.0-alpha5 --- .github/workflows/tag-release.yml | 3 ++- README.md | 2 +- oss-bom/pom.xml | 2 +- oss-dialect/dialect-autoconfigure/pom.xml | 2 +- oss-dialect/dialect-core/pom.xml | 2 +- oss-dialect/dialect-sdk-aliyun/pom.xml | 2 +- oss-dialect/dialect-sdk-minio/pom.xml | 2 +- oss-dialect/dialect-sdk-s3/pom.xml | 2 +- oss-dialect/pom.xml | 2 +- oss-rest/pom.xml | 2 +- oss-rest/rest-sdk-minio/pom.xml | 2 +- oss-rest/rest-sdk-specification/pom.xml | 2 +- oss-solution/pom.xml | 2 +- oss-specification/pom.xml | 2 +- oss-starter/oss-aliyun-spring-boot-starter/pom.xml | 2 +- oss-starter/oss-minio-spring-boot-starter/pom.xml | 2 +- oss-starter/oss-s3-spring-boot-starter/pom.xml | 2 +- oss-starter/oss-spring-boot-starter/pom.xml | 2 +- oss-starter/pom.xml | 2 +- pom.xml | 2 +- 20 files changed, 21 insertions(+), 20 deletions(-) diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 06875749..16258aab 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -1,6 +1,7 @@ name: CI Create Release on: + workflow_dispatch: push: # Sequence of patterns matched against refs/tags tags: @@ -21,6 +22,6 @@ jobs: tag_name: ${{ github.ref }} release_name: ${{ github.ref }} body: | - Please refer to [CHANGELOG.md](https://www.herodotus.cn/ecosphere/oss/changelog.html) for details. + Please refer to [CHANGELOG.md](https://www.herodotus.cn/others/log/changelog.html) for details. draft: false prerelease: false diff --git a/README.md b/README.md index 04495639..264239f3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Spring Boot 3.2.4 - Version 3.2.4.1 + Version 3.2.4.2 Java 17 License Apache 2.0 Total Visits diff --git a/oss-bom/pom.xml b/oss-bom/pom.xml index f1200d21..dd924baf 100644 --- a/oss-bom/pom.xml +++ b/oss-bom/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.engine dependencies - 3.2.4.1 + 3.2.4.2 diff --git a/oss-dialect/dialect-autoconfigure/pom.xml b/oss-dialect/dialect-autoconfigure/pom.xml index 7f55976e..064d3c9b 100644 --- a/oss-dialect/dialect-autoconfigure/pom.xml +++ b/oss-dialect/dialect-autoconfigure/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.2.4.1 + 3.2.4.2 dialect-autoconfigure diff --git a/oss-dialect/dialect-core/pom.xml b/oss-dialect/dialect-core/pom.xml index 62e326b7..4921b51c 100644 --- a/oss-dialect/dialect-core/pom.xml +++ b/oss-dialect/dialect-core/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.2.4.1 + 3.2.4.2 dialect-core diff --git a/oss-dialect/dialect-sdk-aliyun/pom.xml b/oss-dialect/dialect-sdk-aliyun/pom.xml index 4e9ab18f..a83f23bb 100644 --- a/oss-dialect/dialect-sdk-aliyun/pom.xml +++ b/oss-dialect/dialect-sdk-aliyun/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.oss oss-dialect - 3.2.4.1 + 3.2.4.2 dialect-sdk-aliyun diff --git a/oss-dialect/dialect-sdk-minio/pom.xml b/oss-dialect/dialect-sdk-minio/pom.xml index 1830c883..ea518158 100644 --- a/oss-dialect/dialect-sdk-minio/pom.xml +++ b/oss-dialect/dialect-sdk-minio/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.2.4.1 + 3.2.4.2 dialect-sdk-minio diff --git a/oss-dialect/dialect-sdk-s3/pom.xml b/oss-dialect/dialect-sdk-s3/pom.xml index 29e724b0..6ced8dd3 100644 --- a/oss-dialect/dialect-sdk-s3/pom.xml +++ b/oss-dialect/dialect-sdk-s3/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-dialect - 3.2.4.1 + 3.2.4.2 dialect-sdk-s3 diff --git a/oss-dialect/pom.xml b/oss-dialect/pom.xml index d2a880ec..10e846cf 100644 --- a/oss-dialect/pom.xml +++ b/oss-dialect/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.4.1 + 3.2.4.2 oss-dialect diff --git a/oss-rest/pom.xml b/oss-rest/pom.xml index 0e84bccc..6ed4275c 100644 --- a/oss-rest/pom.xml +++ b/oss-rest/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.4.1 + 3.2.4.2 oss-rest diff --git a/oss-rest/rest-sdk-minio/pom.xml b/oss-rest/rest-sdk-minio/pom.xml index 1bb2cdab..100b1311 100644 --- a/oss-rest/rest-sdk-minio/pom.xml +++ b/oss-rest/rest-sdk-minio/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-rest - 3.2.4.1 + 3.2.4.2 rest-sdk-minio diff --git a/oss-rest/rest-sdk-specification/pom.xml b/oss-rest/rest-sdk-specification/pom.xml index 9c37aa5a..63149194 100644 --- a/oss-rest/rest-sdk-specification/pom.xml +++ b/oss-rest/rest-sdk-specification/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-rest - 3.2.4.1 + 3.2.4.2 rest-sdk-specification diff --git a/oss-solution/pom.xml b/oss-solution/pom.xml index ce19860a..364c16ec 100644 --- a/oss-solution/pom.xml +++ b/oss-solution/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.4.1 + 3.2.4.2 oss-solution diff --git a/oss-specification/pom.xml b/oss-specification/pom.xml index d715a7d0..ed988d41 100644 --- a/oss-specification/pom.xml +++ b/oss-specification/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.4.1 + 3.2.4.2 oss-specification diff --git a/oss-starter/oss-aliyun-spring-boot-starter/pom.xml b/oss-starter/oss-aliyun-spring-boot-starter/pom.xml index cb08e2b7..2855d683 100644 --- a/oss-starter/oss-aliyun-spring-boot-starter/pom.xml +++ b/oss-starter/oss-aliyun-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-starter - 3.2.4.1 + 3.2.4.2 oss-aliyun-spring-boot-starter diff --git a/oss-starter/oss-minio-spring-boot-starter/pom.xml b/oss-starter/oss-minio-spring-boot-starter/pom.xml index 72a10a7b..3156e525 100644 --- a/oss-starter/oss-minio-spring-boot-starter/pom.xml +++ b/oss-starter/oss-minio-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-starter - 3.2.4.1 + 3.2.4.2 oss-minio-spring-boot-starter diff --git a/oss-starter/oss-s3-spring-boot-starter/pom.xml b/oss-starter/oss-s3-spring-boot-starter/pom.xml index bf6c4171..57ddfe8a 100644 --- a/oss-starter/oss-s3-spring-boot-starter/pom.xml +++ b/oss-starter/oss-s3-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-starter - 3.2.4.1 + 3.2.4.2 oss-s3-spring-boot-starter diff --git a/oss-starter/oss-spring-boot-starter/pom.xml b/oss-starter/oss-spring-boot-starter/pom.xml index fa2486dd..47c6086c 100644 --- a/oss-starter/oss-spring-boot-starter/pom.xml +++ b/oss-starter/oss-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss oss-starter - 3.2.4.1 + 3.2.4.2 oss-spring-boot-starter diff --git a/oss-starter/pom.xml b/oss-starter/pom.xml index e6a74627..82fdcd8e 100644 --- a/oss-starter/pom.xml +++ b/oss-starter/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.oss dante-oss - 3.2.4.1 + 3.2.4.2 oss-starter diff --git a/pom.xml b/pom.xml index 50d95b7f..1b6a8e87 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.oss oss-bom - 3.2.4.1 + 3.2.4.2 oss-bom/pom.xml