-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improve] Update snapshot version to 2.3.9 #7841
Conversation
@@ -30,13 +30,13 @@ tar -xzvf "apache-seatunnel-${version}-bin.tar.gz" | |||
从2.2.0-beta版本开始,二进制包不再默认提供连接器依赖,因此在第一次使用它时,您需要执行以下命令来安装连接器:(当然,您也可以从 [Apache Maven Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/) 手动下载连接器,然后将其移动至`connectors/seatunnel`目录下)。 | |||
|
|||
```bash | |||
sh bin/install-plugin.sh 2.3.8 | |||
sh bin/install-plugin.sh 2.3.9 | |||
``` | |||
|
|||
如果您需要指定的连接器版本,以2.3.7为例,您需要执行如下命令 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果您需要指定的连接器版本,以2.3.7为例,您需要执行如下命令 | |
如果您需要指定的连接器版本,以2.3.9为例,您需要执行如下命令 |
@@ -38,7 +38,7 @@ sh bin/install-plugin.sh | |||
如果您需要指定的连接器版本,以2.3.7为例,您需要执行如下命令: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果您需要指定的连接器版本,以2.3.7为例,您需要执行如下命令: | |
如果您需要指定的连接器版本,以2.3.9为例,您需要执行如下命令: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please update zh docker doc too.
Purpose of this pull request
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.