This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.19 by this push:
new 399253906f9 [hotfix] Set correct available connector version numbers
399253906f9 is described below
commit 399253906f97caf54e0b5156ad2a8bfa4390ea51
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Jul 16 09:18:42 2024 +0200
[hotfix] Set correct available connector version numbers
The `release-1.19` branch has old version numbers for available connectors
defined, causing the docs to incorrectly display that there is no version
available for 1.19 or shows an older version that should be used.
---
docs/setup_docs.sh | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/setup_docs.sh b/docs/setup_docs.sh
index 07cf1dea5e1..a6e8e6d61df 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -44,15 +44,15 @@ mkdir tmp
cd tmp
integrate_connector_docs elasticsearch v3.0
-integrate_connector_docs aws v4.2
-integrate_connector_docs cassandra v3.1
-integrate_connector_docs pulsar v4.0
-integrate_connector_docs jdbc v3.1
+integrate_connector_docs aws v4.3
+integrate_connector_docs cassandra v3.2
+integrate_connector_docs pulsar v4.1
+integrate_connector_docs jdbc v3.2
integrate_connector_docs rabbitmq v3.0
-integrate_connector_docs gcp-pubsub v3.0
+integrate_connector_docs gcp-pubsub v3.1
integrate_connector_docs mongodb v1.2
-integrate_connector_docs opensearch v1.1
-integrate_connector_docs kafka v3.0
+integrate_connector_docs opensearch v1.2
+integrate_connector_docs kafka v3.2
integrate_connector_docs hbase v3.0
cd ..