Skip to content

v0.0.0 - beta pre-release from the 1.4.46 Canvas support branch

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jun 17:50
· 3 commits to main since this release

Updated beta 2026-06-20:
flash-artifact https://github.com/OpenCentauri/cc-fw-tools/actions/runs/27891546674/job/82535714940

Key changes:

  • NTP sync is now more resilient (retries until network is ready)
  • CI is cleaner: no automatic beta releases, manual promotion only
  • Build triggers restricted: push only on main, PRs + manual on 1.4.46
  • Kipware bootstrap bumped to 2026-06-20 (includes bash, unzip)
  • Exhaust fan patch fixed for 1.4.46

Commits:

  1. d431812 — Update NTP sync code to retry every 5 seconds until successful, then wait a day to resync. This fixes time sync when WiFi/Ethernet take too long to come up.
  2. 7642f8b — CI workflow changes:
    • Removed auto-beta-release from build.yaml (no longer uploads to 0.0.0 on every 1.4.46 push)
    • Removed push trigger from 1.4.46; kept on main only
    • Added new promote-beta.yaml manual workflow to promote any build run to beta release
    • Updated Kipware bootstrap URL to 2026-06-20 with corrected SHA256
  3. 28079e1 — Fix: correct 1.4.46 exhaust fan patch
  4. 838f0c7 — Add driver-family comments to oc-startwifi.sh modprobe lines
  5. 0ceac50 — Fix disable-exhaust-fan 1.4.46 patch to match 1.1.40 logic