diff --git a/README.md b/README.md index 01ba9ec7..2d7ff6a3 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Nacos 2.3.2

- Version 3.3.0.5 - Dante Engine 3.3.0.5 - Dante OSS 3.3.0.5 + Version 3.3.0.6 + Dante Engine 3.3.0.6 + Dante OSS 3.3.0.6 Java 17 License AGPL 3.0 Total Visits diff --git a/configurations/backup/alibaba/3.3.0.6/nacos_config_export_20240531173140.zip b/configurations/backup/alibaba/3.3.0.6/nacos_config_export_20240531173140.zip new file mode 100644 index 00000000..c3569212 Binary files /dev/null and b/configurations/backup/alibaba/3.3.0.6/nacos_config_export_20240531173140.zip differ diff --git a/configurations/backup/tencent/3.3.0.6/polaris_config_202405311904.zip b/configurations/backup/tencent/3.3.0.6/polaris_config_202405311904.zip new file mode 100644 index 00000000..fc5e846f Binary files /dev/null and b/configurations/backup/tencent/3.3.0.6/polaris_config_202405311904.zip differ diff --git a/configurations/docker/docker-compose/linux/herodotus/.env b/configurations/docker/docker-compose/linux/herodotus/.env index 87487257..9f330844 100644 --- a/configurations/docker/docker-compose/linux/herodotus/.env +++ b/configurations/docker/docker-compose/linux/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.3.0.5 +VERSION=3.3.0.6 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.base.yml b/configurations/docker/docker-compose/linux/herodotus/env.base.yml index 72153b1b..504f538b 100644 --- a/configurations/docker/docker-compose/linux/herodotus/env.base.yml +++ b/configurations/docker/docker-compose/linux/herodotus/env.base.yml @@ -1,6 +1,6 @@ services: nacos: - image: herodotus/nacos-server:v2.3.2 + image: quay.io/herodotus-cloud/nacos-server:v2.3.2 container_name: nacos hostname: nacos environment: @@ -72,7 +72,7 @@ services: - /usr/local/docker-volumes/elk/logstash/conf.d:/etc/logstash/conf.d sentinel: - image: herodotus/sentinel-dashboard:v1.8.8 + image: quay.io/herodotus-cloud/sentinel-dashboard:v1.8.8 container_name: sentinel-dashboard environment: SENTINEL_ADMIN_USERNAME: sentinel diff --git a/configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml b/configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml index 73395967..dc554a07 100644 --- a/configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml +++ b/configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml @@ -1,6 +1,6 @@ services: nacos: - image: herodotus/nacos-server:v2.3.2 + image: quay.io/herodotus-cloud/nacos-server:v2.3.2 container_name: nacos hostname: nacos restart: always @@ -78,7 +78,7 @@ services: - kafka sentinel: - image: herodotus/sentinel-dashboard:v1.8.8 + image: quay.io/herodotus-cloud/sentinel-dashboard:v1.8.8 container_name: sentinel-dashboard environment: SENTINEL_ADMIN_USERNAME: sentinel diff --git a/configurations/docker/docker-compose/linux/herodotus/env.full.tencent.yml b/configurations/docker/docker-compose/linux/herodotus/env.full.tencent.yml index 6e4171da..b38a930f 100644 --- a/configurations/docker/docker-compose/linux/herodotus/env.full.tencent.yml +++ b/configurations/docker/docker-compose/linux/herodotus/env.full.tencent.yml @@ -44,7 +44,7 @@ services: - zookeeper sentinel: - image: herodotus/sentinel-dashboard:v1.8.8 + image: quay.io/herodotus-cloud/sentinel-dashboard:v1.8.8 container_name: sentinel-dashboard environment: SENTINEL_ADMIN_USERNAME: sentinel diff --git a/configurations/docker/docker-compose/linux/herodotus/env.oss.yml b/configurations/docker/docker-compose/linux/herodotus/env.oss.yml index b40c3394..596813b8 100644 --- a/configurations/docker/docker-compose/linux/herodotus/env.oss.yml +++ b/configurations/docker/docker-compose/linux/herodotus/env.oss.yml @@ -1,6 +1,6 @@ services: minio: - image: quay.io/minio/minio:RELEASE.2024-06-11T03-13-30Z + image: quay.io/minio/minio:RELEASE.2024-06-13T22-53-53Z container_name: minio hostname: minio ports: diff --git a/configurations/docker/docker-compose/linux/herodotus/env.quick-start.yaml b/configurations/docker/docker-compose/linux/herodotus/env.quick-start.yaml index 4b6fbb41..dcb4a48a 100644 --- a/configurations/docker/docker-compose/linux/herodotus/env.quick-start.yaml +++ b/configurations/docker/docker-compose/linux/herodotus/env.quick-start.yaml @@ -2,7 +2,7 @@ version: '3.8' services: nacos: - image: herodotus/nacos-server:v2.3.2 + image: quay.io/herodotus-cloud/nacos-server:v2.3.2 container_name: dante-nacos hostname: dante-nacos environment: diff --git a/configurations/docker/docker-compose/windows/herodotus/.env b/configurations/docker/docker-compose/windows/herodotus/.env index 87487257..9f330844 100644 --- a/configurations/docker/docker-compose/windows/herodotus/.env +++ b/configurations/docker/docker-compose/windows/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.3.0.5 +VERSION=3.3.0.6 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.base.without.elk.yml b/configurations/docker/docker-compose/windows/herodotus/env.base.without.elk.yml index 9ca2aadf..54af09b0 100644 --- a/configurations/docker/docker-compose/windows/herodotus/env.base.without.elk.yml +++ b/configurations/docker/docker-compose/windows/herodotus/env.base.without.elk.yml @@ -1,6 +1,6 @@ services: nacos: - image: herodotus/nacos-server:v2.3.2 + image: quay.io/herodotus-cloud/nacos-server:v2.3.2 container_name: nacos environment: MODE: standalone diff --git a/configurations/docker/docker-compose/windows/herodotus/env.base.yml b/configurations/docker/docker-compose/windows/herodotus/env.base.yml index 8d864d53..602f653f 100644 --- a/configurations/docker/docker-compose/windows/herodotus/env.base.yml +++ b/configurations/docker/docker-compose/windows/herodotus/env.base.yml @@ -1,6 +1,6 @@ services: nacos: - image: herodotus/nacos-server:v2.3.2 + image: quay.io/herodotus-cloud/nacos-server:v2.3.2 container_name: nacos environment: MODE: standalone @@ -70,7 +70,7 @@ services: - D:\\local-cached\\docker-volumes\\elk\\logstash\\conf.d:/etc/logstash/conf.d sentinel: - image: herodotus/sentinel-dashboard:v1.8.8 + image: quay.io/herodotus-cloud/sentinel-dashboard:v1.8.8 container_name: sentinel-dashboard environment: SENTINEL_ADMIN_USERNAME: sentinel diff --git a/configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml b/configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml index 0709c9a5..c2b95737 100644 --- a/configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml +++ b/configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml @@ -1,6 +1,6 @@ services: nacos: - image: herodotus/nacos-server:v2.3.2 + image: quay.io/herodotus-cloud/nacos-server:v2.3.2 container_name: nacos hostname: nacos restart: always @@ -78,7 +78,7 @@ services: - kafka sentinel: - image: herodotus/sentinel-dashboard:v1.8.8 + image: quay.io/herodotus-cloud/sentinel-dashboard:v1.8.8 container_name: sentinel-dashboard environment: SENTINEL_ADMIN_USERNAME: sentinel diff --git a/configurations/docker/docker-compose/windows/herodotus/env.oss.yml b/configurations/docker/docker-compose/windows/herodotus/env.oss.yml index 3ba19a81..29135bf5 100644 --- a/configurations/docker/docker-compose/windows/herodotus/env.oss.yml +++ b/configurations/docker/docker-compose/windows/herodotus/env.oss.yml @@ -1,6 +1,6 @@ services: minio: - image: quay.io/minio/minio:RELEASE.2024-06-11T03-13-30Z + image: quay.io/minio/minio:RELEASE.2024-06-13T22-53-53Z container_name: minio hostname: minio ports: diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 74bb8471..dc9e03cb 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -28,7 +28,7 @@ cn.herodotus.engine dependencies - 3.3.0.5 + 3.3.0.6 diff --git a/modules/dante-module-common/pom.xml b/modules/dante-module-common/pom.xml index 51acd84e..6d26c674 100644 --- a/modules/dante-module-common/pom.xml +++ b/modules/dante-module-common/pom.xml @@ -28,7 +28,7 @@ modules cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 dante-module-common diff --git a/modules/dante-module-metadata/pom.xml b/modules/dante-module-metadata/pom.xml index b11ea8a2..f6e22947 100644 --- a/modules/dante-module-metadata/pom.xml +++ b/modules/dante-module-metadata/pom.xml @@ -28,7 +28,7 @@ modules cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 dante-module-metadata diff --git a/modules/dante-module-social/pom.xml b/modules/dante-module-social/pom.xml index 14e66d0d..a7b4cf6b 100644 --- a/modules/dante-module-social/pom.xml +++ b/modules/dante-module-social/pom.xml @@ -28,7 +28,7 @@ modules cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 dante-module-social diff --git a/modules/dante-module-strategy/pom.xml b/modules/dante-module-strategy/pom.xml index 305b8d40..d5cdea51 100644 --- a/modules/dante-module-strategy/pom.xml +++ b/modules/dante-module-strategy/pom.xml @@ -28,7 +28,7 @@ modules cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 dante-module-strategy diff --git a/modules/pom.xml b/modules/pom.xml index 27d6390c..ddda5ece 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 modules diff --git a/packages/authentication-spring-boot-starter/pom.xml b/packages/authentication-spring-boot-starter/pom.xml index a88ec939..76d9aefc 100644 --- a/packages/authentication-spring-boot-starter/pom.xml +++ b/packages/authentication-spring-boot-starter/pom.xml @@ -28,7 +28,7 @@ packages cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 authentication-spring-boot-starter diff --git a/packages/facility-spring-boot-starter/pom.xml b/packages/facility-spring-boot-starter/pom.xml index b16c3ca4..ccbf15e8 100644 --- a/packages/facility-spring-boot-starter/pom.xml +++ b/packages/facility-spring-boot-starter/pom.xml @@ -26,7 +26,7 @@ packages cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 4.0.0 diff --git a/packages/pom.xml b/packages/pom.xml index c9b659a4..484adc1e 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 packages diff --git a/packages/service-spring-boot-starter/pom.xml b/packages/service-spring-boot-starter/pom.xml index 42bf6304..c93cc16e 100644 --- a/packages/service-spring-boot-starter/pom.xml +++ b/packages/service-spring-boot-starter/pom.xml @@ -28,7 +28,7 @@ packages cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 service-spring-boot-starter diff --git a/platform/dante-cloud-gateway/pom.xml b/platform/dante-cloud-gateway/pom.xml index 3faa26f4..a1fcad02 100644 --- a/platform/dante-cloud-gateway/pom.xml +++ b/platform/dante-cloud-gateway/pom.xml @@ -28,7 +28,7 @@ platform cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 dante-cloud-gateway diff --git a/platform/dante-cloud-message/pom.xml b/platform/dante-cloud-message/pom.xml index 27553fc5..65e85bc3 100644 --- a/platform/dante-cloud-message/pom.xml +++ b/platform/dante-cloud-message/pom.xml @@ -27,7 +27,7 @@ cn.herodotus.dante platform - 3.3.0.5 + 3.3.0.6 dante-cloud-message diff --git a/platform/dante-cloud-monitor/pom.xml b/platform/dante-cloud-monitor/pom.xml index a5d3f328..6f2d58b0 100644 --- a/platform/dante-cloud-monitor/pom.xml +++ b/platform/dante-cloud-monitor/pom.xml @@ -26,11 +26,11 @@ platform cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 dante-cloud-monitor - 3.3.0.5 + 3.3.0.6 dante-cloud-monitor dante-cloud-monitor diff --git a/platform/dante-cloud-uaa/pom.xml b/platform/dante-cloud-uaa/pom.xml index a527d9b5..3297bb1c 100644 --- a/platform/dante-cloud-uaa/pom.xml +++ b/platform/dante-cloud-uaa/pom.xml @@ -28,7 +28,7 @@ platform cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 dante-cloud-uaa diff --git a/platform/dante-cloud-upms/pom.xml b/platform/dante-cloud-upms/pom.xml index 48a54aa9..56fb795b 100644 --- a/platform/dante-cloud-upms/pom.xml +++ b/platform/dante-cloud-upms/pom.xml @@ -26,12 +26,12 @@ platform cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 4.0.0 dante-cloud-upms - 3.3.0.5 + 3.3.0.6 diff --git a/platform/pom.xml b/platform/pom.xml index 928525bd..f1fc4e35 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 platform diff --git a/pom.xml b/pom.xml index e72b913f..84b7f834 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ cn.herodotus.dante dependencies - 3.3.0.5 + 3.3.0.6 dependencies/pom.xml diff --git a/services/dante-cloud-bpmn-ability/pom.xml b/services/dante-cloud-bpmn-ability/pom.xml index 3797a2c3..a16903f5 100644 --- a/services/dante-cloud-bpmn-ability/pom.xml +++ b/services/dante-cloud-bpmn-ability/pom.xml @@ -27,11 +27,11 @@ services cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 dante-cloud-bpmn-ability - 3.3.0.5 + 3.3.0.6 dante-cloud-bpmn-ability 基于Camunda工作流的服务 diff --git a/services/dante-cloud-bpmn-logic/pom.xml b/services/dante-cloud-bpmn-logic/pom.xml index 9eda41a3..2aa97c1c 100644 --- a/services/dante-cloud-bpmn-logic/pom.xml +++ b/services/dante-cloud-bpmn-logic/pom.xml @@ -28,7 +28,7 @@ services cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 dante-cloud-bpmn-logic diff --git a/services/dante-cloud-oss-ability/pom.xml b/services/dante-cloud-oss-ability/pom.xml index ac4e3001..7d0af622 100644 --- a/services/dante-cloud-oss-ability/pom.xml +++ b/services/dante-cloud-oss-ability/pom.xml @@ -27,7 +27,7 @@ cn.herodotus.dante services - 3.3.0.5 + 3.3.0.6 dante-cloud-oss-ability diff --git a/services/pom.xml b/services/pom.xml index 975f6bcb..b7cbc5e1 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.0.5 + 3.3.0.6 services