diff --git a/.gitmodules b/.gitmodules index f9182f0090..5a5393bbca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,4 +5,4 @@ [submodule "eggroll"] path = eggroll url = https://github.com/WeBankFinTech/eggroll.git - branch = release-2.0.2-build-6 + branch = v2.0.2 diff --git a/RELEASE.md b/RELEASE.md index db23513e37..6985f98385 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,8 @@ +# Release 1.4.5 +## Major Features and Improvements +> EggRoll +* RollSite supports the communication certificates + # Release 1.4.4 ## Major Features and Improvements > FATE-Flow diff --git a/cluster-deploy/build.sh b/cluster-deploy/build.sh index 5174ca583b..7ed0065636 100644 --- a/cluster-deploy/build.sh +++ b/cluster-deploy/build.sh @@ -49,7 +49,7 @@ cp -r arch/transfer_variables ${package_dir}/python/arch/ cp -r arch/standalone ${package_dir}/python/arch/ cp fate.env requirements.txt RELEASE.md ${package_dir}/python/ cp -r examples federatedml fate_flow ${package_dir}/python/ -cp -r bin ${package_dir}/ +cp -r bin tools ${package_dir}/ echo "[INFO] Package fate done" echo "[INFO] Package fateboard start"