Skip to content

v1.4.0

Latest

Choose a tag to compare

@SteveWang92 SteveWang92 released this 18 Jul 17:55
21c93a1

Added

  • Deploy status for projects deployed via a GitHub Actions workflow (e.g. GitHub Pages):
    set githubDeployWorkflow in the collector config to report that workflow's latest run
    as the project's deploy status, alongside the existing Amplify-based deploy status.
  • Deploy status for Cloudflare Pages projects: set cloudflarePagesProject in the
    collector config to report the latest production deployment status, using the same
    Cloudflare API token and account ID as the domain collector.

Fixed

  • Cloudflare Pages deploy status could report "no production deployments" when 5+ preview
    deployments pushed the production deployment out of the API page; now uses server-side
    environment filtering.
  • A transient error from the GitHub Actions deploy-workflow API could discard all
    successfully-fetched workflow-run data for that repository; the deploy-workflow call is
    now isolated so general CI metrics survive independently.