Skip to content

Commit 03bfc07

Browse files
grantkeeclaude
andcommitted
chore(release): refresh checksums after merge + bump updater versions
The dynamic-role refactor merge changed several tracked scripts and added setup-node.sh, leaving the .sha256 sidecars stale/missing. Regenerate all 34 sidecars via tools/gen-checksums.sh. Bump update-scripts.sh 1.1.59->1.1.60 and update-node.sh 1.1.54->1.1.55: upstream published those same numbers with different content (no portable _sha256, unfixed fetch_docker_tags), so bumping above them ensures the portable-checksum and SC2259 fixes actually reach operators already on the colliding versions. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c692205 commit 03bfc07

17 files changed

Lines changed: 18 additions & 17 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,12 +880,12 @@ The installer now has a branded front door: `curl -fsSL https://install.telcoin.
880880
GitHub Pages deploy republishes `install.sh` on every push to `main`, and `update-scripts.sh`
881881
keeps pulling each file from `raw.githubusercontent.com/.../main` as before. `install.sh` also
882882
gains a git-less tarball install path so the one-liner works on a fresh macOS with no `git`.
883-
`update-scripts.sh v1.1.59` routes SHA-256 verification through a portable `_sha256` helper
883+
`update-scripts.sh v1.1.60` routes SHA-256 verification through a portable `_sha256` helper
884884
(`sha256sum` on Linux, `shasum -a 256` on macOS), and every updater-tracked file now ships a
885885
committed `.sha256` sidecar (generated by `tools/gen-checksums.sh`, enforced fresh by CI), so
886886
downloads are verified on macOS observers instead of erroring.
887887

888-
### update-node v1.1.54
888+
### update-node v1.1.55
889889
Fixes Docker tag auto-suggestion, which silently returned nothing. `fetch_docker_tags`
890890
piped the registry JSON into `python3` while the inline script arrived on the same stdin
891891
via a heredoc, so the parser read its own source instead of the tag list (surfaced by the

check-node.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
59d850baf49919e83d96d648fd6d1e3e6c8c99e4da88117206fa31ad679fffea check-node.sh
1+
63cc7f5e9c7618d8d8e335374d839c4db0f11ed33329161d84ebcd2888a9f934 check-node.sh

edit-config.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12e37692fcd69891294050d4ab2a1904788ecdeb0652b3b967606b7cebb4d80e edit-config.sh
1+
1443cdd653997c3bd6e3fab87c17e1d5622a3e5e889e90c36341b91f3dce46b0 edit-config.sh

firewall-setup.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b87ce8b432d632e7a7d2f9a7ed771b0248d2e01ccee5a9cc85b3f723c1a45f2a firewall-setup.sh
1+
f350d60046906c40307454d105b06d52512141e6c6e60a941e6cd882d970e575 firewall-setup.sh

lib/common.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b8f5cacc5e5c2a1aa3aabd1d37ad978458619b0dc6ac080eca5efc6891d162ff lib/common.sh
1+
eb785123a2a5d4832818040b0eee1adc465005e8859f978a5cbd16430acb97d4 lib/common.sh

lib/fallback.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0ba4a6f72f7f72b817682c1e9dc2cdd1e4625c245c3a000ce59bb8a3a56dc9a8 lib/fallback.sh
1+
22c97393e663e6221695e931f3632400136474f1ae0664124ed7936d4d50c506 lib/fallback.sh

migrate-node-naming.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
63724501ccb5e87286ee2f54ce6d1e6ca74bcf8c61bead5a338e7f9bba26cb4f migrate-node-naming.sh
1+
bd78d7eb8455c0bf7df90e9c6f2675b3a0ffaaf123968bb64e8fb9e807dd223a migrate-node-naming.sh

setup-node.sh.sha256

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
427c8f4f35a448f64fb07527a1c266e8f6f1908da635e509141ffd66f045ea23 setup-node.sh

setup-observer.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dadd25247bccfac98cab36621706416381efe9c721897076639336ec2ffca9b0 setup-observer.sh
1+
e46993580c8f145ecb07e1889be9ad166718ab883d6147ccb746f1583593516b setup-observer.sh

setup-validator.sh.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8259c53a7f4594c0ae18d2ac0d5b3d13d7d35957bec40723711b2acccb9417f3 setup-validator.sh
1+
6c6ce4e9a58d99cf6fb784940d867b4e0e02b6b2c285b86833d786e4a1af0f9f setup-validator.sh

0 commit comments

Comments
 (0)