Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 13:35
a804ecb

Added

  • ✨ First-time certificate setup now confirms the registration broker is healthy (HTTP 204 from /v1/health) before starting ACME issuance. While the broker keeps failing the check, the client logs a single ERROR and re-checks hourly instead of running doomed ACME flows that certmagic would retry with backoff for weeks; issuance starts automatically once the broker recovers. Nodes with a certificate already in storage are unaffected. The re-check interval respects a Retry-After header sent by the broker when it is longer than the hourly default, capped at 24h. The probe is exposed as client.CheckBrokerHealth together with the client.HealthCheckPath constant; see ipfs/kubo#11397 for an example of wiring this in a downstream node. (#91)

Full Changelog: v0.9.0...v0.10.0

Note

This release is brought to you by the Shipyard team.