diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6dc30dd11..4b3772917 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: glibc_version_x86: 2.17 glibc_version_arm64: 2.35 skip_test: true - - rondb_version: 22.10.4 + - rondb_version: 22.10.5 is_latest_rondb_release: true glibc_version_x86: 2.28 glibc_version_arm64: 2.28 diff --git a/README.md b/README.md index 8ac4c7c38..602a6f192 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Commands to run: ```bash # Run docker-compose cluster with image from DockerHub ./build_run_docker.sh \ - --rondb-version 22.10.4 \ + --rondb-version 22.10.5 \ --num-mgm-nodes 1 \ --node-groups 1 \ --replication-factor 2 \ @@ -154,7 +154,7 @@ The Docker images come with a set of benchmarks pre-installed. To run any of the # Running with a custom size; The benchmarks are run on the API containers and make queries towards the mysqld containers; this means that both types are needed. ./build_run_docker.sh \ - -v 22.10.4 -m 1 -g 1 -r 2 -my 2 -bn 1 \ + -v 22.10.5 -m 1 -g 1 -r 2 -my 2 -bn 1 \ --run-benchmark ``` diff --git a/build.sh b/build.sh index b8b59d86a..bd02de031 100755 --- a/build.sh +++ b/build.sh @@ -1,9 +1,9 @@ #!/bin/bash VERSION="$(< "$SCRIPT_DIR/VERSION" sed -e 's/^[[:space:]]*//' -e '/-SNAPSHOT$/s/.*/dev/' ./VERSION)" -RONDB_IMAGE_NAME=rondb:22.10.4 -RONDB_VERSION=22.10.4 -RONDB_TARBALL_URI=https://repo.hops.works/master/rondb-22.10.4-linux-glibc2.28-arm64_v8.tar.gz +RONDB_IMAGE_NAME=rondb:22.10.5 +RONDB_VERSION=22.10.5 +RONDB_TARBALL_URI=https://repo.hops.works/master/rondb-22.10.5-linux-glibc2.28-arm64_v8.tar.gz docker buildx build . \ --tag $RONDB_IMAGE_NAME \ diff --git a/build_run_docker.sh b/build_run_docker.sh index 806f49877..a0e37dc94 100755 --- a/build_run_docker.sh +++ b/build_run_docker.sh @@ -50,7 +50,7 @@ DETACHED= RONDB_SIZE=small SQL_INIT_SCRIPT_CLI_DIR=$SCRIPT_DIR/resources/sql_init_scripts RONDB_IMAGE_NAME=rondb -RONDB_VERSION=22.10.4 +RONDB_VERSION=22.10.5 function print_usage() { cat < bash -c "sleep 5 && bench_run.sh --verbose --default-directory /srv/hops/benchmarks/sysbench_multi " diff --git a/sample_files/parsed_arguments.txt b/sample_files/parsed_arguments.txt index f60252400..84431e40b 100644 --- a/sample_files/parsed_arguments.txt +++ b/sample_files/parsed_arguments.txt @@ -4,8 +4,8 @@ RonDB-Docker version: dev Parsed arguments: ################# -RonDB version = 22.10.4 -RonDB tarball path = ./rondb-22.10.4-linux-glibc2.28-arm64_v8.tar.gz +RonDB version = 22.10.5 +RonDB tarball path = ./rondb-22.10.5-linux-glibc2.28-arm64_v8.tar.gz RonDB tarball url = Number of management nodes = 1 Node groups = 1