diff --git a/README.md b/README.md index 6fe60f7e..bec580ed 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Nacos 2.4.0

- Version 3.3.2.1 - Dante Engine 3.3.2.1 - Dante OSS 3.3.2.1 + Version 3.3.2.2 + Dante Engine 3.3.2.2 + Dante OSS 3.3.2.2 Java 17 License AGPL 3.0 Total Visits diff --git a/configurations/backup/alibaba/3.3.2.2/nacos_config_export_20240531173140.zip b/configurations/backup/alibaba/3.3.2.2/nacos_config_export_20240531173140.zip new file mode 100644 index 00000000..c3569212 Binary files /dev/null and b/configurations/backup/alibaba/3.3.2.2/nacos_config_export_20240531173140.zip differ diff --git a/configurations/backup/tencent/3.3.1.3/polaris_config_202405311904.zip b/configurations/backup/tencent/3.3.2.2/polaris_config_202405311904.zip similarity index 100% rename from configurations/backup/tencent/3.3.1.3/polaris_config_202405311904.zip rename to configurations/backup/tencent/3.3.2.2/polaris_config_202405311904.zip diff --git a/configurations/docker/docker-compose/linux/herodotus/.env b/configurations/docker/docker-compose/linux/herodotus/.env index b1d85cdb..d479a242 100644 --- a/configurations/docker/docker-compose/linux/herodotus/.env +++ b/configurations/docker/docker-compose/linux/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.3.2.1 +VERSION=3.3.2.2 SPRING_PROFILES_ACTIVE=alibaba PROFILE=development DATABASE=postgresql diff --git a/configurations/docker/docker-compose/linux/herodotus/env.oss.yml b/configurations/docker/docker-compose/linux/herodotus/env.oss.yml index 47324908..030918a5 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-07-29T22-14-52Z + image: quay.io/minio/minio:RELEASE.2024-08-03T04-33-23Z 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 a1ea531a..d89dfc02 100644 --- a/configurations/docker/docker-compose/windows/herodotus/.env +++ b/configurations/docker/docker-compose/windows/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.3.2.1 +VERSION=3.3.2.2 SPRING_PROFILES_ACTIVE=alibaba PROFILE=development DATABASE=postgresql diff --git a/configurations/docker/docker-compose/windows/herodotus/env.oss.yml b/configurations/docker/docker-compose/windows/herodotus/env.oss.yml index c23c2340..f437baa5 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-07-29T22-14-52Z + image: quay.io/minio/minio:RELEASE.2024-08-03T04-33-23Z container_name: minio hostname: minio ports: diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 0b368e42..748b03ed 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -28,7 +28,7 @@ cn.herodotus.engine dependencies - 3.3.2.1 + 3.3.2.2 diff --git a/modules/dante-module-common/pom.xml b/modules/dante-module-common/pom.xml index d858c1b4..47131a62 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.2.1 + 3.3.2.2 dante-module-common diff --git a/modules/dante-module-metadata/pom.xml b/modules/dante-module-metadata/pom.xml index 43fe4497..21e004f2 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.2.1 + 3.3.2.2 dante-module-metadata diff --git a/modules/dante-module-social/pom.xml b/modules/dante-module-social/pom.xml index 59389dcc..7f17176a 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.2.1 + 3.3.2.2 dante-module-social diff --git a/modules/dante-module-strategy/pom.xml b/modules/dante-module-strategy/pom.xml index 6bad4f7f..806c4ac0 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.2.1 + 3.3.2.2 dante-module-strategy diff --git a/modules/pom.xml b/modules/pom.xml index 678f66b4..29a8dd57 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.2.1 + 3.3.2.2 modules diff --git a/packages/authentication-spring-boot-starter/pom.xml b/packages/authentication-spring-boot-starter/pom.xml index d57a71d8..a7d57167 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.2.1 + 3.3.2.2 authentication-spring-boot-starter diff --git a/packages/facility-spring-boot-starter/pom.xml b/packages/facility-spring-boot-starter/pom.xml index f95b0adc..7a21f480 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.2.1 + 3.3.2.2 4.0.0 diff --git a/packages/pom.xml b/packages/pom.xml index a191c55c..d1ac6997 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.2.1 + 3.3.2.2 packages diff --git a/packages/service-spring-boot-starter/pom.xml b/packages/service-spring-boot-starter/pom.xml index 86463a20..145afad9 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.2.1 + 3.3.2.2 service-spring-boot-starter diff --git a/platform/dante-cloud-gateway/pom.xml b/platform/dante-cloud-gateway/pom.xml index 75b7c9b5..01e41500 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.2.1 + 3.3.2.2 dante-cloud-gateway diff --git a/platform/dante-cloud-message/pom.xml b/platform/dante-cloud-message/pom.xml index 2498c6fa..efde8285 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.2.1 + 3.3.2.2 dante-cloud-message diff --git a/platform/dante-cloud-monitor/pom.xml b/platform/dante-cloud-monitor/pom.xml index 720260f2..efec5b74 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.2.1 + 3.3.2.2 dante-cloud-monitor - 3.3.2.1 + 3.3.2.2 dante-cloud-monitor dante-cloud-monitor diff --git a/platform/dante-cloud-uaa/pom.xml b/platform/dante-cloud-uaa/pom.xml index 612fa3d5..92aea991 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.2.1 + 3.3.2.2 dante-cloud-uaa diff --git a/platform/dante-cloud-upms/pom.xml b/platform/dante-cloud-upms/pom.xml index d0a3dc24..1eda0983 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.2.1 + 3.3.2.2 4.0.0 dante-cloud-upms - 3.3.2.1 + 3.3.2.2 diff --git a/platform/pom.xml b/platform/pom.xml index df300d8a..35a6b72a 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.2.1 + 3.3.2.2 platform diff --git a/pom.xml b/pom.xml index a970f01a..a82ad4c6 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ cn.herodotus.dante dependencies - 3.3.2.1 + 3.3.2.2 dependencies/pom.xml diff --git a/services/dante-cloud-bpmn-ability/pom.xml b/services/dante-cloud-bpmn-ability/pom.xml index 4f88e80a..ae6909d5 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.2.1 + 3.3.2.2 dante-cloud-bpmn-ability - 3.3.2.1 + 3.3.2.2 dante-cloud-bpmn-ability 基于Camunda工作流的服务 diff --git a/services/dante-cloud-bpmn-logic/pom.xml b/services/dante-cloud-bpmn-logic/pom.xml index 52cc6af4..cf54a71a 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.2.1 + 3.3.2.2 dante-cloud-bpmn-logic diff --git a/services/dante-cloud-oss-ability/pom.xml b/services/dante-cloud-oss-ability/pom.xml index 27d18e00..ade5d0c6 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.2.1 + 3.3.2.2 dante-cloud-oss-ability diff --git a/services/pom.xml b/services/pom.xml index 9c24f563..1d4b2fe4 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -28,7 +28,7 @@ dante-cloud cn.herodotus.dante - 3.3.2.1 + 3.3.2.2 services