Skip to content

Release v0.4.4

Choose a tag to compare

@github-actions github-actions released this 13 Apr 12:55

raspi-sentinel v0.4.4

Released: 2026-04-13

Highlights

  • Added public-layer secret guardrails:
    • tools/check_public_secrets.py
    • CI secret_scan job
    • optional .pre-commit-config.yaml hook
  • Aligned README and example config messaging so network_probe_enabled layered probing is the primary network_uplink pattern.
  • Clarified command-based dependency checks as legacy fallback guidance.

Upgrade notes

  • No runtime behavior breaking change.
  • Recommended to install pre-commit locally if you edit example config/docs:
    • python -m pip install pre-commit
    • pre-commit install