Skip to content

Commit f46f1e5

Browse files
kilrauraladev
andauthored
chore: upgrade connext client 1.3.0 -> 1.3.1 (#697)
* chore: upgrade connext client 1.3.0 -> 1.3.1 * fix: simplify to else statement * add newline at the end of the file Co-authored-by: raladev <[email protected]>
1 parent 3ab65fa commit f46f1e5

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

images/connext/src.py

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ def __init__(self):
77

88
def get_ref(self, version):
99
if version == "latest":
10-
return "1.3.0"
11-
elif version == "7.0.0":
12-
return "5127ad848c3f598a9f23c51dc6d491753740832d"
13-
elif version == "7.1.0":
14-
return "26c521ac62181c1d1945a3e252351e24beee8096"
15-
elif version == "7.1.1":
16-
return "16fa7aecc19f44dab12e14b9264df63fccb25585"
17-
elif version == "7.1.2":
18-
return "1f8f40af7a14a7050c260207283bc3477276312d"
19-
elif version == "7.3.1":
20-
return "a8ee610aa67c2e25ff8236dc62208cd322d16ed7"
21-
elif version == "1.3.0":
10+
return "1.3.1"
11+
else:
2212
return version

images/utils/launcher/config/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def __eq__(self, other):
437437
},
438438
"connext": {
439439
"name": "connext",
440-
"image": "exchangeunion/connext:1.3.0",
440+
"image": "exchangeunion/connext:1.3.1",
441441
"volumes": [
442442
{
443443
"host": "$data_dir/connext",

0 commit comments

Comments
 (0)