Skip to content

Commit

Permalink
feat(images): update node.json with latest node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaljsr committed Dec 12, 2024
1 parent 8611c11 commit 6cd9a74
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions docker/nodes.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"version": 66,
"version": 67,
"images": {
"LND": {
"latest": "0.18.4-beta.rc1",
"latest": "0.18.4-beta.rc2",
"versions": [
"0.18.4-beta.rc2",
"0.18.4-beta.rc1",
"0.18.3-beta",
"0.18.2-beta",
Expand All @@ -14,7 +15,8 @@
"0.15.5-beta"
],
"compatibility": {
"0.18.4-beta.rc1": "27.0",
"0.18.4-beta.rc2": "28.0",
"0.18.4-beta.rc1": "28.0",
"0.18.3-beta": "27.0",
"0.18.2-beta": "27.0",
"0.18.1-beta": "27.0",
Expand All @@ -25,31 +27,33 @@
}
},
"c-lightning": {
"latest": "24.08.1",
"versions": ["24.08.1", "24.08", "24.05", "24.02.2", "23.11.2"]
"latest": "24.11",
"versions": ["24.11", "24.08.1", "24.08", "24.05", "24.02.2", "23.11.2"]
},
"eclair": {
"latest": "0.10.0",
"versions": ["0.10.0", "0.9.0", "0.8.0", "0.7.0", "0.6.2", "0.5.0"]
},
"bitcoind": {
"latest": "27.0",
"latest": "28.0",
"versions": ["28.0", "27.0", "26.0", "25.0", "24.0", "23.0", "22.0", "0.21.1"]
},
"btcd": {
"latest": "",
"versions": []
},
"tapd": {
"latest": "0.5.0-rc1",
"latest": "0.5.0-rc2",
"versions": [
"0.5.0-rc2",
"0.5.0-rc1",
"0.4.1-alpha",
"0.4.0-alpha",
"0.3.3-alpha",
"0.3.2-alpha"
],
"compatibility": {
"0.5.0-rc2": "0.18.4-beta.rc2",
"0.5.0-rc1": "0.18.4-beta.rc1",
"0.4.1-alpha": "0.18.0-beta",
"0.4.0-alpha": "0.18.0-beta",
Expand All @@ -58,10 +62,11 @@
}
},
"litd": {
"latest": "0.14.0-alpha.rc1",
"versions": ["0.14.0-alpha.rc1"],
"latest": "0.14.0-alpha.rc2",
"versions": ["0.14.0-alpha.rc2", "0.14.0-alpha.rc1"],
"compatibility": {
"0.14.0-alpha.rc1": "27.0"
"0.14.0-alpha.rc2": "28.0",
"0.14.0-alpha.rc1": "28.0"
}
}
}
Expand Down

0 comments on commit 6cd9a74

Please sign in to comment.