diff --git a/agent-backend b/agent-backend index 5ffc5fb..db5e845 160000 --- a/agent-backend +++ b/agent-backend @@ -1 +1 @@ -Subproject commit 5ffc5fb8130f4c4ed995c1b802c46f080130406e +Subproject commit db5e8451b09c9d3fc570b4b90b2ba4a77d144be2 diff --git a/agent-frontend b/agent-frontend index 37476bd..965ee67 160000 --- a/agent-frontend +++ b/agent-frontend @@ -1 +1 @@ -Subproject commit 37476bd50648deb653c1202fdb4cad6ab5140c82 +Subproject commit 965ee674094664ddf99013eed26f6aaacac4fe01 diff --git a/build.gradle b/build.gradle index 62a19b9..99c048a 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'idea' } -def currVersion = "1.6.0" +def currVersion = "1.6.5" ext.projectIds = ['group': 'com.bdware.sc', 'version': currVersion] sourceCompatibility = 1.8 diff --git a/cm b/cm index 9657f19..c3f1407 160000 --- a/cm +++ b/cm @@ -1 +1 @@ -Subproject commit 9657f1930f6a6fc0e3030483d0f248487287542a +Subproject commit c3f1407b6fbc2b7e59b050c1e72c9c0a95c59f48 diff --git a/common b/common index b0ef7bb..8548c5e 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit b0ef7bbf100336f4e1b2dea6b7c0ec91afef29f2 +Subproject commit 8548c5ea00ac0158d5ba3786d2bf4ae2fbb8a41b diff --git a/docker/AgentDockerfile b/docker/AgentDockerfile index e4ca5fa..a62be4c 100644 --- a/docker/AgentDockerfile +++ b/docker/AgentDockerfile @@ -4,9 +4,9 @@ ARG GOPRIVATE=bdware.org/* ARG GOPROXY=https://goproxy.cn LABEL maintainer="caihuaqian@internetapi.cn" -LABEL org.bdware.version="1.6.0" +LABEL org.bdware.version="1.6.5" LABEL org.bdware.version.isproduction="true" -LABEL org.bdware.release-date="2021-12-02" +LABEL org.bdware.release-date="2021-12-12" COPY ./output /bdcontract WORKDIR /bdcontract diff --git a/docker/ClusterDockerfile b/docker/ClusterDockerfile index 37c75b5..4f7cfae 100644 --- a/docker/ClusterDockerfile +++ b/docker/ClusterDockerfile @@ -4,9 +4,9 @@ ARG GOPRIVATE=bdware.org/* ARG GOPROXY=https://goproxy.cn LABEL maintainer="caihuaqian@internetapi.cn" -LABEL org.bdware.version="1.6.0" +LABEL org.bdware.version="1.6.5" LABEL org.bdware.version.isproduction="false" -LABEL org.bdware.release-date="2021-12-02" +LABEL org.bdware.release-date="2021-12-12" COPY ./output /bdcluster WORKDIR /bdcluster diff --git a/docker/buildClusterDocker.sh b/docker/buildClusterDocker.sh index 5a97fe8..d4716bb 100755 --- a/docker/buildClusterDocker.sh +++ b/docker/buildClusterDocker.sh @@ -11,7 +11,7 @@ if [ $# -lt 1 ]; then fi #linux/arm64/v8, if [ "$2" == "push" ]; then - docker buildx build --platform linux/amd64,linux/arm64/v8 -t bdware/bdcluster:$1.arm64 ./ --push + docker buildx build --platform linux/amd64,linux/arm64/v8 -t bdware/bdcluster:$1 ./ --push elif [ "$2" == "save" ]; then docker buildx build --platform linux/amd64 -t bdware/bdcluster:$1 ./ --load docker save -o $3/bdcluster-$1.tar bdware/bdcluster:$1 @@ -19,4 +19,4 @@ else # docker buildx build --platform linux/arm64/v8 -t bdware/bdcluster:$1 ./ --load docker build -t bdware/bdcluster:$1 ./ docker tag bdware/bdcluster:$1 bdware/bdcluster:latest -fi +fi \ No newline at end of file diff --git a/front-base b/front-base index c8cf9cc..05a8a99 160000 --- a/front-base +++ b/front-base @@ -1 +1 @@ -Subproject commit c8cf9cca586da1b2df260cc2eb6a7ad3441eb7f5 +Subproject commit 05a8a992db8d4f0190c50791dbceb2a2ae4e80a7 diff --git a/genparser b/genparser index 705d271..68661c6 160000 --- a/genparser +++ b/genparser @@ -1 +1 @@ -Subproject commit 705d271e0cbbf18cc8454a2a4c951d96fcfcc13e +Subproject commit 68661c63944659ed8a769d1df102ed8e9f7a8804 diff --git a/mockjava b/mockjava index 4337937..293810f 160000 --- a/mockjava +++ b/mockjava @@ -1 +1 @@ -Subproject commit 433793771a4d09afab268d92b2403c4cd5a66250 +Subproject commit 293810f23679b5ccef7fbbb6a55e431c42f518dc diff --git a/router-backend b/router-backend index bf14fd6..d563866 160000 --- a/router-backend +++ b/router-backend @@ -1 +1 @@ -Subproject commit bf14fd6adb3472ce247bd468128bdbe7c8c3e6d9 +Subproject commit d5638662debd1c82d56df4d40e32646b83af108a