Skip to content

Commit 8ee566f

Browse files
committed
RONDB-661a RonDB minor release 22.10.3
1 parent 9a5a251 commit 8ee566f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test_and_deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ env:
2222
LTS_ARM_TARBALL_NAME: rondb-21.04.16-linux-glibc2.35-arm64_v8.tar.gz
2323

2424
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
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:

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

0 commit comments

Comments
 (0)