Skip to content

Commit 2e4b28d

Browse files
committed
RONDB-661a RonDB minor release 22.10.3
1 parent a419629 commit 2e4b28d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/test_and_deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ env:
2121
LTS_X86_TARBALL_NAME: rondb-21.04.16-linux-glibc2.17-x86_64.tar.gz
2222
LTS_ARM_TARBALL_NAME: rondb-21.04.16-linux-glibc2.35-arm64_v8.tar.gz
2323

24-
RONDB_VERSION_STABLE: 22.10.1
25-
STABLE_X86_TARBALL_NAME: rondb-22.10.1-linux-glibc2.28-x86_64.tar.gz
26-
STABLE_ARM_TARBALL_NAME: rondb-22.10.1-linux-glibc2.35-arm64_v8.tar.gz
24+
RONDB_VERSION_STABLE: 22.10.3
25+
STABLE_X86_TARBALL_NAME: rondb-22.10.3-linux-glibc2.28-x86_64.tar.gz
26+
STABLE_ARM_TARBALL_NAME: rondb-22.10.3-linux-glibc2.35-arm64_v8.tar.gz
2727

2828
jobs:
2929
integration-test-and-package:

build_run_docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ SAVE_SAMPLE_FILES=
4949
DETACHED=
5050
RONDB_SIZE=small
5151
SQL_INIT_SCRIPT_CLI_DIR=$SCRIPT_DIR/resources/sql_init_scripts
52-
RONDB_VERSION=22.10.1
52+
RONDB_VERSION=22.10.3
5353

5454
function print_usage() {
5555
cat <<EOF

managed_rondb/desired_state.jsonc

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
// A logical clock to perform rolling restarts of RonDB; it can never be higher than the Id
1010
"RonDBRunningSince": 1,
1111
// Make sure to adjust RonDBDownloadLink when changing this
12-
"RonDBVersion": "22.10.1",
12+
"RonDBVersion": "22.10.3",
1313
/*
1414
The url nginx/hopsworks_proxy is a reverse proxy to repo.hops.works,
1515
which is where Hopsworks hosts RonDB builds:
1616
*/
17-
"RonDBDownloadLink": "http://nginx/hopsworks_proxy/master/rondb-22.10.1-linux-glibc2.35-arm64_v8.tar.gz",
17+
"RonDBDownloadLink": "http://nginx/hopsworks_proxy/master/rondb-22.10.3-linux-glibc2.35-arm64_v8.tar.gz",
1818
// A logical clock to perform rolling restarts of the ndb-agent; it can never be higher than the Id
1919
"NdbAgentRunningSince": 1,
2020
/*

resources/healthcheck.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# - "Node 1: not connected" # exit code 0
2424
# - "3: Node not found" # exit code 1
25-
# - "Node 2: started (RonDB-22.10.1)" # exit code 0
25+
# - "Node 2: started (RonDB-22.10.3)" # exit code 0
2626
# - "94: Node not found" # exit code 255
2727

2828
MGM_CONNECTION_STRING=$1

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
################
2222

2323
RONDB_SIZE=small
24-
RONDB_VERSION=22.10.1
24+
RONDB_VERSION=22.10.3
2525
REPLICATION_FACTOR=2
2626
RONDB_TARBALL_PATH=
2727
RONDB_TARBALL_URL=

0 commit comments

Comments
 (0)