Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# limitations under the License.
#

CLICKHOUSE_IMAGE=clickhouse/clickhouse-server:22.3.3.44
CLICKHOUSE_IMAGE=clickhouse/clickhouse-server:23.3
ZOOKEEPER_VERSION=3.6.3
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ trait ClickHouseClusterMixIn extends AnyFunSuite with ForAllTestContainer {

protected val CLICKHOUSE_IMAGE: String = Utils.load(
"CLICKHOUSE_IMAGE",
"clickhouse/clickhouse-server:22.3.3.44"
"clickhouse/clickhouse-server:23.3"
)

protected val clickhouseVersion: ClickHouseVersion = ClickHouseVersion.of(CLICKHOUSE_IMAGE.split(":").last)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import xenon.clickhouse.Utils

trait ClickHouseSingleMixIn extends AnyFunSuite with ForAllTestContainer {
// format: off
val CLICKHOUSE_IMAGE: String = Utils.load("CLICKHOUSE_IMAGE", "clickhouse/clickhouse-server:22.3.3.44")
val CLICKHOUSE_IMAGE: String = Utils.load("CLICKHOUSE_IMAGE", "clickhouse/clickhouse-server:23.3")
val CLICKHOUSE_USER: String = Utils.load("CLICKHOUSE_USER", "default")
val CLICKHOUSE_PASSWORD: String = Utils.load("CLICKHOUSE_PASSWORD", "")
val CLICKHOUSE_DB: String = Utils.load("CLICKHOUSE_DB", "")
Expand Down
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# latest stable version
PROJECT_VERSION=0.7.0

CLICKHOUSE_IMAGE=clickhouse/clickhouse-server:22.3.3.44
CLICKHOUSE_IMAGE=clickhouse/clickhouse-server:23.3
AWS_JAVA_SDK_VERSION=1.12.239
CLICKHOUSE_JDBC_VERSION=0.4.5
HADOOP_VERSION=3.3.1
Expand Down
2 changes: 1 addition & 1 deletion docker/.env-dev
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# current developing version
PROJECT_VERSION=0.8.0-SNAPSHOT

CLICKHOUSE_IMAGE=clickhouse/clickhouse-server:22.3.3.44
CLICKHOUSE_IMAGE=clickhouse/clickhouse-server:23.3
AWS_JAVA_SDK_VERSION=1.12.239
CLICKHOUSE_JDBC_VERSION=0.4.6
HADOOP_VERSION=3.3.1
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ markdown_extensions:
extra:
version: 0.8.0-SNAPSHOT
stable_version: 0.7.0
clickhouse_version: 22.3.3.44
clickhouse_version: 23.3
clickhouse_jdbc_version: 0.4.5
scala_binary_version: 2.12
spark_binary_version: 3.3
Expand Down