diff --git a/README.md b/README.md index 2279aa459..edeb345f9 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Nacos 2.3.0

- Version 3.1.6.3 - Dante Engine 3.1.6.3 - Dante OSS 3.1.6.3 + Version 3.1.7.0 + Dante Engine 3.1.7.0 + Dante OSS 3.1.7.0 Java 17 License Apache 2.0 Total Visits diff --git a/configurations/backup/alibaba/3.1.7.0/nacos_config_export_20231210170815.zip b/configurations/backup/alibaba/3.1.7.0/nacos_config_export_20231210170815.zip new file mode 100644 index 000000000..68080d026 Binary files /dev/null and b/configurations/backup/alibaba/3.1.7.0/nacos_config_export_20231210170815.zip differ diff --git a/configurations/docker/docker-compose/linux/herodotus/.env b/configurations/docker/docker-compose/linux/herodotus/.env index 8d5d935f8..c4c794743 100644 --- a/configurations/docker/docker-compose/linux/herodotus/.env +++ b/configurations/docker/docker-compose/linux/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.1.6.3 +VERSION=3.1.7.0 GATEWAY_SERVICE_NAME=dante-cloud-gateway GATEWAY_SERVICE_PORT=8847 UAA_SERVICE_NAME=dante-cloud-uaa diff --git a/configurations/docker/docker-compose/linux/herodotus/env.oss.yml b/configurations/docker/docker-compose/linux/herodotus/env.oss.yml index 66f1f2e18..b35e7eef6 100644 --- a/configurations/docker/docker-compose/linux/herodotus/env.oss.yml +++ b/configurations/docker/docker-compose/linux/herodotus/env.oss.yml @@ -1,7 +1,7 @@ version: '3.8' services: minio: - image: quay.io/minio/minio:RELEASE.2023-12-14T18-51-57Z + image: quay.io/minio/minio:RELEASE.2023-12-20T01-00-02Z container_name: minio hostname: minio ports: diff --git a/configurations/docker/docker-compose/windows/herodotus/.env b/configurations/docker/docker-compose/windows/herodotus/.env index 8d5d935f8..c4c794743 100644 --- a/configurations/docker/docker-compose/windows/herodotus/.env +++ b/configurations/docker/docker-compose/windows/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.1.6.3 +VERSION=3.1.7.0 GATEWAY_SERVICE_NAME=dante-cloud-gateway GATEWAY_SERVICE_PORT=8847 UAA_SERVICE_NAME=dante-cloud-uaa diff --git a/configurations/docker/docker-compose/windows/herodotus/env.oss.yml b/configurations/docker/docker-compose/windows/herodotus/env.oss.yml index 43a8451be..6ac7991d9 100644 --- a/configurations/docker/docker-compose/windows/herodotus/env.oss.yml +++ b/configurations/docker/docker-compose/windows/herodotus/env.oss.yml @@ -1,7 +1,7 @@ version: '3.8' services: minio: - image: quay.io/minio/minio:RELEASE.2023-12-14T18-51-57Z + image: quay.io/minio/minio:RELEASE.2023-12-20T01-00-02Z container_name: minio hostname: minio ports: diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 64055ee19..74ae117e1 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.engine dependencies - 3.1.6.3 + 3.1.7.0 diff --git a/modules/dante-module-common/pom.xml b/modules/dante-module-common/pom.xml index c7aeaa868..03ac5298c 100644 --- a/modules/dante-module-common/pom.xml +++ b/modules/dante-module-common/pom.xml @@ -32,7 +32,7 @@ modules cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 dante-module-common diff --git a/modules/dante-module-metadata/pom.xml b/modules/dante-module-metadata/pom.xml index 56a26a631..37f4c41b5 100644 --- a/modules/dante-module-metadata/pom.xml +++ b/modules/dante-module-metadata/pom.xml @@ -32,7 +32,7 @@ modules cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 dante-module-metadata diff --git a/modules/dante-module-social/pom.xml b/modules/dante-module-social/pom.xml index f781312ec..ae662abf4 100644 --- a/modules/dante-module-social/pom.xml +++ b/modules/dante-module-social/pom.xml @@ -32,7 +32,7 @@ modules cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 dante-module-social diff --git a/modules/dante-module-strategy/pom.xml b/modules/dante-module-strategy/pom.xml index 3e4423266..2fa814fab 100644 --- a/modules/dante-module-strategy/pom.xml +++ b/modules/dante-module-strategy/pom.xml @@ -32,7 +32,7 @@ modules cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 dante-module-strategy diff --git a/modules/pom.xml b/modules/pom.xml index 98fd8ad7d..4c051f211 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -32,7 +32,7 @@ dante-cloud cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 modules diff --git a/packages/authentication-spring-boot-starter/pom.xml b/packages/authentication-spring-boot-starter/pom.xml index 1676a2e70..175b30064 100644 --- a/packages/authentication-spring-boot-starter/pom.xml +++ b/packages/authentication-spring-boot-starter/pom.xml @@ -32,7 +32,7 @@ packages cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 authentication-spring-boot-starter diff --git a/packages/facility-spring-boot-starter/pom.xml b/packages/facility-spring-boot-starter/pom.xml index afd008a9a..3215070d0 100644 --- a/packages/facility-spring-boot-starter/pom.xml +++ b/packages/facility-spring-boot-starter/pom.xml @@ -30,7 +30,7 @@ packages cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 4.0.0 diff --git a/packages/pom.xml b/packages/pom.xml index 9bad26dcd..bd8d2d5d7 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -32,7 +32,7 @@ dante-cloud cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 packages diff --git a/packages/service-spring-boot-starter/pom.xml b/packages/service-spring-boot-starter/pom.xml index 6efbe5b0d..07be22c98 100644 --- a/packages/service-spring-boot-starter/pom.xml +++ b/packages/service-spring-boot-starter/pom.xml @@ -32,7 +32,7 @@ packages cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 service-spring-boot-starter diff --git a/platform/dante-cloud-gateway/pom.xml b/platform/dante-cloud-gateway/pom.xml index c67b15642..1e7fb0764 100644 --- a/platform/dante-cloud-gateway/pom.xml +++ b/platform/dante-cloud-gateway/pom.xml @@ -32,7 +32,7 @@ platform cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 dante-cloud-gateway diff --git a/platform/dante-cloud-message/pom.xml b/platform/dante-cloud-message/pom.xml index ef3b3827a..166fce134 100644 --- a/platform/dante-cloud-message/pom.xml +++ b/platform/dante-cloud-message/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.dante platform - 3.1.6.3 + 3.1.7.0 dante-cloud-message diff --git a/platform/dante-cloud-monitor/pom.xml b/platform/dante-cloud-monitor/pom.xml index 47940f5ce..ee299061d 100644 --- a/platform/dante-cloud-monitor/pom.xml +++ b/platform/dante-cloud-monitor/pom.xml @@ -30,11 +30,11 @@ platform cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 dante-cloud-monitor - 3.1.6.3 + 3.1.7.0 dante-cloud-monitor dante-cloud-monitor diff --git a/platform/dante-cloud-uaa/pom.xml b/platform/dante-cloud-uaa/pom.xml index 85448ede8..01669c7eb 100644 --- a/platform/dante-cloud-uaa/pom.xml +++ b/platform/dante-cloud-uaa/pom.xml @@ -32,7 +32,7 @@ platform cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 dante-cloud-uaa diff --git a/platform/dante-cloud-upms/pom.xml b/platform/dante-cloud-upms/pom.xml index b200514d6..0a4c75434 100644 --- a/platform/dante-cloud-upms/pom.xml +++ b/platform/dante-cloud-upms/pom.xml @@ -30,12 +30,12 @@ platform cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 4.0.0 dante-cloud-upms - 3.1.6.3 + 3.1.7.0 diff --git a/platform/pom.xml b/platform/pom.xml index 09e99c939..7cc5f0ce4 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -32,7 +32,7 @@ dante-cloud cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 platform diff --git a/pom.xml b/pom.xml index 4500d4e36..a3826e852 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ cn.herodotus.dante dependencies - 3.1.6.3 + 3.1.7.0 dependencies/pom.xml diff --git a/services/dante-cloud-bpmn-ability/pom.xml b/services/dante-cloud-bpmn-ability/pom.xml index b3c716efc..6773311b9 100644 --- a/services/dante-cloud-bpmn-ability/pom.xml +++ b/services/dante-cloud-bpmn-ability/pom.xml @@ -31,11 +31,11 @@ services cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 dante-cloud-bpmn-ability - 3.1.6.3 + 3.1.7.0 dante-cloud-bpmn-ability 基于Camunda工作流的服务 diff --git a/services/dante-cloud-bpmn-logic/pom.xml b/services/dante-cloud-bpmn-logic/pom.xml index cadac5e54..2fe8faee4 100644 --- a/services/dante-cloud-bpmn-logic/pom.xml +++ b/services/dante-cloud-bpmn-logic/pom.xml @@ -32,7 +32,7 @@ services cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 dante-cloud-bpmn-logic diff --git a/services/dante-cloud-oss-ability/pom.xml b/services/dante-cloud-oss-ability/pom.xml index c8403645a..152ce420f 100644 --- a/services/dante-cloud-oss-ability/pom.xml +++ b/services/dante-cloud-oss-ability/pom.xml @@ -31,7 +31,7 @@ cn.herodotus.dante services - 3.1.6.3 + 3.1.7.0 dante-cloud-oss-ability diff --git a/services/pom.xml b/services/pom.xml index c68869d21..83309d7e7 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -32,7 +32,7 @@ dante-cloud cn.herodotus.dante - 3.1.6.3 + 3.1.7.0 services