Skip to content

Commit d129e41

Browse files
committed
RONDB-661x RonDB minor release 22.10.3
1 parent eb6b741 commit d129e41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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)