hephaestus/docs
Erich Blume fac39386d0
All checks were successful
Build / validate (push) Successful in 4m31s
fix: self-update poll uses ureq (reqwest has no TLS backend)
hephd's reqwest client is built default-features=false with no TLS
feature, so the self-update release poll's HTTPS GET always failed
('release check failed: requesting forge releases/latest') — the bug
never surfaced before because nothing in production used reqwest over
HTTPS (hub sync is plain http://). Switch the poll to ureq, which is
already a dependency and ships a rustls/ring TLS stack needing no system
libs (notably no cmake/aws-lc-sys, which would break the rust:bookworm CI
image). Verified end-to-end: a 0.0.0 build now detects v1.1.0, installs,
and restarts.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 15:26:13 -07:00
..
changelog.d fix: self-update poll uses ureq (reqwest has no TLS backend) 2026-06-04 15:26:13 -07:00
explanation docs: reframe tech-spec as historical; heph self-hosts its roadmap 2026-06-03 20:19:35 -07:00
how-to C2(hephd-self-update): finalize — single self-update how-to + changelog 2026-06-04 15:00:37 -07:00
reference docs: release bumps Cargo.toml/lock on a tag-only commit; --version reports X.Y.Z (sha) 2026-06-04 09:37:14 -07:00
tutorials
index.md
quartz.config.ts
quartz.layout.ts