This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.18 by this push:
     new 94a6ecfbb28 [hotfix] Set correct available connector version numbers
94a6ecfbb28 is described below

commit 94a6ecfbb28e2852c3a515439a7b00f079e55901
Author: Martijn Visser <2989614+martijnvis...@users.noreply.github.com>
AuthorDate: Tue Jul 16 09:22:34 2024 +0200

    [hotfix] Set correct available connector version numbers
    
    The `release-1.18` branch has old version numbers for available connectors 
defined, causing the docs to incorrectly display that there is no version 
available for 1.18 or shows an older version that should be used.
---
 docs/setup_docs.sh | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/setup_docs.sh b/docs/setup_docs.sh
index ab4d5665bba..10cdab81d24 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -43,17 +43,17 @@ rm -rf tmp
 mkdir tmp
 cd tmp
 
+integrate_connector_docs aws v4.3
+integrate_connector_docs cassandra v3.2
 integrate_connector_docs elasticsearch v3.0
-integrate_connector_docs aws v4.2
-integrate_connector_docs cassandra v3.1
+integrate_connector_docs gcp-pubsub v3.1
+integrate_connector_docs hbase v3.0
+integrate_connector_docs jdbc v3.2
+integrate_connector_docs kafka v3.2
+integrate_connector_docs mongodb v1.2
+integrate_connector_docs opensearch v2.0
 integrate_connector_docs pulsar v4.1
-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 opensearch v1.1
-integrate_connector_docs kafka v3.1
-integrate_connector_docs hbase v3.0
 
 cd ..
 rm -rf tmp

Reply via email to