Skip to content

Commit

Permalink
Docs: Update latest version to 0.7.3 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 authored Feb 6, 2024
1 parent 1c42a70 commit bcb86cc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Notes:
| Version | Compatible Spark Versions | ClickHouse JDBC version |
|---------|---------------------------|-------------------------|
| master | Spark 3.3, 3.4, 3.5 | 0.6.0 |
| 0.7.2 | Spark 3.3, 3.4 | 0.4.6 |
| 0.7.3 | Spark 3.3, 3.4 | 0.4.6 |
| 0.6.0 | Spark 3.3 | 0.3.2-patch11 |
| 0.5.0 | Spark 3.2, 3.3 | 0.3.2-patch11 |
| 0.4.0 | Spark 3.2, 3.3 | Not depend on |
Expand Down
6 changes: 3 additions & 3 deletions docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
#

# latest stable version
PROJECT_VERSION=0.7.2
PROJECT_VERSION=0.7.3

CLICKHOUSE_IMAGE=clickhouse/clickhouse-server:23.8
AWS_JAVA_SDK_VERSION=1.12.239
CLICKHOUSE_JDBC_VERSION=0.4.5
CLICKHOUSE_JDBC_VERSION=0.4.6
HADOOP_VERSION=3.3.1
HIVE_VERSION=2.3.9
ICEBERG_VERSION=1.3.0
Expand All @@ -26,7 +26,7 @@ KYUUBI_HADOOP_VERSION=3.3.4
POSTGRES_VERSION=12
POSTGRES_JDBC_VERSION=42.3.4
SCALA_BINARY_VERSION=2.12
SPARK_VERSION=3.4.1
SPARK_VERSION=3.4.2
SPARK_BINARY_VERSION=3.4
SPARK_HADOOP_VERSION=3.3.4
ZOOKEEPER_VERSION=3.6.3
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For old versions, please refer the compatible matrix.
| Version | Compatible Spark Versions | ClickHouse JDBC version |
|---------|---------------------------|-------------------------|
| master | Spark 3.3, 3.4, 3.5 | 0.6.0 |
| 0.7.2 | Spark 3.3, 3.4 | 0.4.6 |
| 0.7.3 | Spark 3.3, 3.4 | 0.4.6 |
| 0.6.0 | Spark 3.3 | 0.3.2-patch11 |
| 0.5.0 | Spark 3.2, 3.3 | 0.3.2-patch11 |
| 0.4.0 | Spark 3.2, 3.3 | Not depend on |
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ markdown_extensions:

extra:
version: 0.8.0-SNAPSHOT
stable_version: 0.7.2
stable_version: 0.7.3
clickhouse_version: 23.8
clickhouse_jdbc_version: 0.4.5
clickhouse_jdbc_version: 0.4.6
scala_binary_version: 2.12
spark_binary_version: 3.4
social:
Expand Down

0 comments on commit bcb86cc

Please sign in to comment.