From 4fb0d69fb2233ae54776437fd85435e155513864 Mon Sep 17 00:00:00 2001 From: jc3wish Date: Sun, 18 Jun 2023 21:02:27 +0800 Subject: [PATCH] v2.0.6-beta --- README.EN.MD | 6 +++--- README.MD | 6 +++--- changelog.txt | 6 ++++++ config/version.go | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.EN.MD b/README.EN.MD index fa98df3c..6c6e7642 100644 --- a/README.EN.MD +++ b/README.EN.MD @@ -115,11 +115,11 @@ After compiling, the corresponding platform name folder will be created in the t ##### Binary ``` -wget https://github.com/brokercap/Bifrost/releases/download/v2.0.5-beta/bifrost_v2.0.5-beta_Linux-amd64-bin.tar.gz +wget https://github.com/brokercap/Bifrost/releases/download/v2.0.6-beta/bifrost_v2.0.6-beta_Linux-amd64-bin.tar.gz -tar -zxvf bifrost_v2.0.5-beta_Linux-amd64-bin.tar.gz +tar -zxvf bifrost_v2.0.6-beta_Linux-amd64-bin.tar.gz -cd bifrost_v2.0.5-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost* +cd bifrost_v2.0.6-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost* ``` diff --git a/README.MD b/README.MD index af461432..e695b75c 100755 --- a/README.MD +++ b/README.MD @@ -119,11 +119,11 @@ make install prefix=./target ##### 二进制文件安装 `````sh -wget https://github.com/brokercap/Bifrost/releases/download/v2.0.5-beta/bifrost_v2.0.5-beta_Linux-amd64-bin.tar.gz +wget https://github.com/brokercap/Bifrost/releases/download/v2.0.6-beta/bifrost_v2.0.6-beta_Linux-amd64-bin.tar.gz -tar -zxvf bifrost_v2.0.5-beta_Linux-amd64-bin.tar.gz +tar -zxvf bifrost_v2.0.6-beta_Linux-amd64-bin.tar.gz -cd bifrost_v2.0.5-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost* +cd bifrost_v2.0.6-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost* ````` diff --git a/changelog.txt b/changelog.txt index cc903a69..c12ad850 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +v2.0.6-beta 2023-06-18 +1. 修复目标库clickhouse显示同步成功,但实际失败的bug + https://github.com/brokercap/Bifrost/issues/233 +2. 修复mysql数据源close操作的时候,持续closing状态 + https://github.com/brokercap/Bifrost/issues/234 + v2.0.5-beta 2023-06-10 1. 新增mongo input源,当前只支持oplog增量解析同步 diff --git a/config/version.go b/config/version.go index a4f30ecc..94c17556 100755 --- a/config/version.go +++ b/config/version.go @@ -16,4 +16,4 @@ limitations under the License. package config -const VERSION = "v2.0.5-beta" +const VERSION = "v2.0.6-beta"