This is an automated email from the ASF dual-hosted git repository.
davidradl 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 7fc6ca1d19d [hotfix][docs] Bump externalized connector docs refs to
latest minor releases (#28095)
7fc6ca1d19d is described below
commit 7fc6ca1d19da583fb49c6f73726fc20611d8366a
Author: Dennis-Mircea Ciupitu <[email protected]>
AuthorDate: Wed May 13 14:45:54 2026 +0300
[hotfix][docs] Bump externalized connector docs refs to latest minor
releases (#28095)
* [hotfix][docs] Bump flink-connector-jdbc docs ref from v3.1 to v4.0
* [hotfix][docs] Bump externalized connector docs refs to latest minor
releases
---
docs/setup_docs.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/setup_docs.sh b/docs/setup_docs.sh
index 011dbfdb8dc..b4465b5fb25 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -54,10 +54,10 @@ if [ "$SKIP_INTEGRATE_CONNECTOR_DOCS" = false ]; then
integrate_connector_docs elasticsearch v4.0
integrate_connector_docs aws v6.0
integrate_connector_docs cassandra v3.2
- integrate_connector_docs pulsar v4.0
- integrate_connector_docs jdbc v3.1
+ integrate_connector_docs pulsar v4.1
+ integrate_connector_docs jdbc v4.0
integrate_connector_docs rabbitmq v3.0
- integrate_connector_docs gcp-pubsub v3.0
+ integrate_connector_docs gcp-pubsub v3.1
integrate_connector_docs mongodb v2.0
integrate_connector_docs opensearch v1.2
integrate_connector_docs kafka v4.0