This is an automated email from the ASF dual-hosted git repository.
jiabaosun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new a2c84a7588c [FLINK-37197][docs] Update MongoDB docs for 2.0.0 release
a2c84a7588c is described below
commit a2c84a7588cd86bab2450ba996f30f0896d289fe
Author: Jiabao Sun <[email protected]>
AuthorDate: Wed Apr 16 21:05:31 2025 +0800
[FLINK-37197][docs] Update MongoDB docs for 2.0.0 release
---
docs/content/docs/connectors/table/overview.md | 2 +-
docs/setup_docs.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/content/docs/connectors/table/overview.md
b/docs/content/docs/connectors/table/overview.md
index cf1424ed521..18fa48c232d 100644
--- a/docs/content/docs/connectors/table/overview.md
+++ b/docs/content/docs/connectors/table/overview.md
@@ -110,7 +110,7 @@ Flink natively support various connectors. The following
tables list all availab
</tr>
<tr>
<td><a href="{{< ref "docs/connectors/table/mongodb"
>}}">MongoDB</a></td>
- <td>3.6.x & 4.x & 5.x & 6.0.x</td>
+ <td>3.6.x & 4.x & 5.x & 6.x & 7.0.x </td>
<td>Bounded Scan, Lookup</td>
<td>Streaming Sink, Batch Sink</td>
</tr>
diff --git a/docs/setup_docs.sh b/docs/setup_docs.sh
index d3dd340e2bc..06f3e6138b0 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -58,7 +58,7 @@ if [ "$SKIP_INTEGRATE_CONNECTOR_DOCS" = false ]; then
integrate_connector_docs jdbc v3.1
integrate_connector_docs rabbitmq v3.0
integrate_connector_docs gcp-pubsub v3.0
- integrate_connector_docs mongodb v1.2
+ integrate_connector_docs mongodb v2.0
integrate_connector_docs opensearch v1.2
integrate_connector_docs kafka v3.3
integrate_connector_docs hbase v4.0