chore(agents): bump all driver versions

This commit is contained in:
t8y2 2026-06-23 15:20:48 +08:00
parent fc9f97b6b5
commit f21a4b5ac1
2 changed files with 45 additions and 39 deletions

View File

@ -45,6 +45,12 @@ jobs:
fi
echo "Comparing $PREV_TAG..HEAD"
if [ "$SKIP_BUMP" != "true" ] && ! git diff --quiet "$PREV_TAG"..HEAD -- agents/versions.json 2>/dev/null; then
echo "Manual agents/versions.json bump detected; using it as the release version source."
PREV_VERSIONS=$(git show "$PREV_TAG:agents/versions.json")
SKIP_BUMP=true
fi
CHANGED=false
if [ "$SKIP_BUMP" = "true" ]; then

View File

@ -1,41 +1,41 @@
{
"access": "0.1.19",
"bigquery": "0.1.23",
"cassandra": "0.1.22",
"dameng": "0.1.25",
"databend": "0.1.10",
"databricks": "0.1.17",
"db2": "0.1.22",
"exasol": "0.1.17",
"firebird": "0.1.17",
"gaussdb": "0.1.23",
"gbase8a": "0.1.17",
"gbase8s": "0.1.11",
"goldendb": "0.1.22",
"h2": "0.1.22",
"hive": "0.1.22",
"informix": "0.1.23",
"kingbase": "0.1.22",
"kylin": "0.1.22",
"neo4j": "0.1.22",
"oceanbase-oracle": "0.1.17",
"oracle": "0.1.26",
"oracle-legacy": "0.1.13",
"oracle-10g": "0.1.25",
"snowflake": "0.1.22",
"saphana": "0.1.17",
"sundb": "0.1.22",
"teradata": "0.1.17",
"tdengine": "0.1.20",
"trino": "0.1.22",
"vastbase": "0.1.22",
"vertica": "0.1.17",
"mongodb": "0.1.21",
"highgo": "0.1.20",
"yashandb": "0.1.18",
"xugu": "0.1.13",
"iris": "0.1.13",
"iotdb": "0.1.10",
"etcd": "0.1.10",
"zookeeper": "0.1.0"
"access": "0.1.20",
"bigquery": "0.1.24",
"cassandra": "0.1.23",
"dameng": "0.1.26",
"databend": "0.1.11",
"databricks": "0.1.18",
"db2": "0.1.23",
"exasol": "0.1.18",
"firebird": "0.1.18",
"gaussdb": "0.1.24",
"gbase8a": "0.1.18",
"gbase8s": "0.1.12",
"goldendb": "0.1.23",
"h2": "0.1.23",
"hive": "0.1.23",
"informix": "0.1.24",
"kingbase": "0.1.23",
"kylin": "0.1.23",
"neo4j": "0.1.23",
"oceanbase-oracle": "0.1.18",
"oracle": "0.1.27",
"oracle-legacy": "0.1.14",
"oracle-10g": "0.1.26",
"snowflake": "0.1.23",
"saphana": "0.1.18",
"sundb": "0.1.23",
"teradata": "0.1.18",
"tdengine": "0.1.21",
"trino": "0.1.23",
"vastbase": "0.1.23",
"vertica": "0.1.18",
"mongodb": "0.1.22",
"highgo": "0.1.21",
"yashandb": "0.1.19",
"xugu": "0.1.14",
"iris": "0.1.14",
"iotdb": "0.1.11",
"etcd": "0.1.11",
"zookeeper": "0.1.1"
}