Release notes
OpsProbe v0.2.8: SSL expiry visibility.
Released on August 3, 2026, v0.2.8 shows SSL certificate days remaining and restores formatting checks as part of the release bar.
Quick answer
OpsProbe v0.2.8 makes SSL certificate expiry visible in the console. SSL monitor labels and detail rows can now show how many days remain before expiration.
What changed
- SSL checks store certificate days remaining in the generic check result metadata.
- Monitor Cockpit can show SSL labels such as Expires in N days, Expires today, or Expired N days ago.
- Site summaries can include SSL error context when the latest site state comes from certificate monitoring.
Engineering quality
- Installed rustfmt and restored cargo fmt --check validation.
- Added worker unit tests for default TCP port selection and SSL expiry warning thresholds.
- Added repository code standards with file, function, testing, docs, and release requirements.
Known limits
SSL expiry is currently stored as days remaining, not as a dedicated certificate metadata record with exact notAfter timestamp.