Skip to content

v0.70.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 12:19
· 10 commits to main since this release
f0abcd7

Added

  • When running pint watch command /health HTTP endpoint can now be used for liveness probes.

Changed

  • When pint runs online checks against Thanos or other service that implements some, but not all, Prometheus APIs
    it would reports errors due to some API requests returning 404 Not Found HTTP errors.
    Now pint will automatically disable checks that rely on Prometheus API endpoints that are not supported
    and create a summary comment (when running pint ci) that lists disabled checks.
    This applies to these API endpoints:

    • /api/v1/status/config
    • /api/v1/status/flags
    • /api/v1/metadata