Skip to content

Commit e4b1384

Browse files
committed
chore: update snapshot with filtered pre-release versions
Snapshot now reflects pre-release filtering fixes: - Python: 3.14.0 (was showing 3.15.0a1 incorrectly) - Docker: 28.5.1 (was showing 29.0.0-rc.1 incorrectly) - Status updates from version pinning and testing
1 parent 0caf4df commit e4b1384

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

tools_snapshot.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"__meta__": {
33
"count": 70,
4-
"created_at": "2025-10-21T06:04:16Z",
4+
"created_at": "2025-10-21T06:26:10Z",
55
"offline": false,
66
"partial_failures": 0,
77
"schema_version": 1
@@ -14,13 +14,13 @@
1414
"installed_method": "unknown",
1515
"installed_path_selected": "/usr/local/go/bin/go",
1616
"installed_version": "1.25.3",
17-
"latest_upstream": "1.25.3",
18-
"latest_url": "https://github.com/golang/go/releases/tag/go1.25.3",
19-
"latest_version": "1.25.3",
20-
"status": "UP-TO-DATE",
17+
"latest_upstream": "1.25.2",
18+
"latest_url": "https://github.com/golang/go/releases/tag/1.25.2",
19+
"latest_version": "1.25.2",
20+
"status": "OUTDATED",
2121
"tool": "go",
2222
"tool_url": "https://github.com/golang/go",
23-
"upstream_method": "github"
23+
"upstream_method": "manual"
2424
},
2525
{
2626
"category": "runtimes",
@@ -44,10 +44,10 @@
4444
"installed_method": "uv python",
4545
"installed_path_selected": "/home/cybot/.venvs/dev/bin/python",
4646
"installed_version": "3.14.0",
47-
"latest_upstream": "3.15.0",
48-
"latest_url": "https://github.com/python/cpython/releases/tag/v3.15.0a1",
49-
"latest_version": "3.15.0",
50-
"status": "OUTDATED",
47+
"latest_upstream": "3.14.0",
48+
"latest_url": "https://github.com/python/cpython/releases/tag/v3.14.0",
49+
"latest_version": "3.14.0",
50+
"status": "UP-TO-DATE",
5151
"tool": "python",
5252
"tool_url": "https://github.com/python/cpython",
5353
"upstream_method": "github"
@@ -197,7 +197,7 @@
197197
"latest_upstream": "3.4.7",
198198
"latest_url": "https://github.com/ruby/ruby/releases/tag/v3.4.7",
199199
"latest_version": "3.4.7",
200-
"status": "UP-TO-DATE",
200+
"status": "NOT INSTALLED",
201201
"tool": "ruby",
202202
"tool_url": "https://github.com/ruby/ruby",
203203
"upstream_method": "github"
@@ -257,7 +257,7 @@
257257
"latest_upstream": "6.2.0",
258258
"latest_url": "https://github.com/universal-ctags/ctags/releases/tag/v6.2.0",
259259
"latest_version": "6.2.0",
260-
"status": "OUTDATED",
260+
"status": "UP-TO-DATE",
261261
"tool": "ctags",
262262
"tool_url": "https://github.com/universal-ctags/ctags",
263263
"upstream_method": "github"
@@ -437,7 +437,7 @@
437437
"latest_upstream": "5.7",
438438
"latest_url": "https://github.com/eradman/entr/releases/tag/5.7",
439439
"latest_version": "5.7",
440-
"status": "OUTDATED",
440+
"status": "UP-TO-DATE",
441441
"tool": "entr",
442442
"tool_url": "https://github.com/eradman/entr",
443443
"upstream_method": "github"
@@ -467,7 +467,7 @@
467467
"latest_upstream": "20250922",
468468
"latest_url": "https://ftp.gnu.org/gnu/parallel/",
469469
"latest_version": "20250922",
470-
"status": "OUTDATED",
470+
"status": "UP-TO-DATE",
471471
"tool": "parallel",
472472
"tool_url": "https://ftp.gnu.org/gnu/parallel/",
473473
"upstream_method": "gnu-ftp"
@@ -1034,10 +1034,10 @@
10341034
"installed_method": "unknown",
10351035
"installed_path_selected": "/usr/bin/docker",
10361036
"installed_version": "28.5.1",
1037-
"latest_upstream": "29.0.0",
1038-
"latest_url": "https://github.com/docker/cli/releases/tag/v29.0.0-rc.1",
1039-
"latest_version": "29.0.0",
1040-
"status": "OUTDATED",
1037+
"latest_upstream": "28.5.1",
1038+
"latest_url": "https://github.com/docker/cli/releases/tag/v28.5.1",
1039+
"latest_version": "28.5.1",
1040+
"status": "UP-TO-DATE",
10411041
"tool": "docker",
10421042
"tool_url": "https://github.com/docker/cli",
10431043
"upstream_method": "github"

0 commit comments

Comments
 (0)