Skip to content

v1.1.0

Choose a tag to compare

@ChelseaKR ChelseaKR released this 11 Jul 17:44
· 805 commits to main since this release
v1.1.0
08aab41

This release re-anchors the repository's tags to reachable history: v1.0.0 was orphaned by a branch rewrite, so v1.1.0 is cut from current main as an annotated, signed tag, and the floating v1 tag now points here. It prepared the action for Marketplace publication, but no Marketplace listing was published with this release.

GitHub Action

  • Structured outputs: grade, score, days-to-expiry, passed, and result-json for later workflow steps.
  • New optional inputs: json (write the complete scorecard JSON to a path) and summary (plain-language scorecard in the job summary, on by default).
  • All interface changes since 1.0.0 are additive; workflows pinned to @v1 keep working.
- uses: ChelseaKR/gtfs-scorecard@v1
  with:
    feed-url: https://your-agency.example/google_transit.zip
    min-grade: C
    min-days-to-expiry: 14

Since 1.0.0

  • A searchable, quality-gated fix library, canonical feed identity ledger, vendor evidence packets, fix outcome analytics, program campaign pages, and fair-comparison guardrails.
  • scorecard report: a self-contained HTML report for one agency, printable to PDF for a board packet or grant application, with optional program branding.
  • Spanish-first /es/ agency lookup backed by key-parity en/es locale catalogs.
  • California Minimum GTFS Guidelines checklist on agency pages, and the guidelines crosswalk published on-site at /crosswalk/.
  • Releases ship a CycloneDX SBOM, VEX, signed manifest, and build-provenance attestations (release-sign.yml).
  • Fixed: the shapes_readiness artifact schema failure that affected every pipeline run since the field was introduced, badge embeds that did not name the agency and grade, container ingestion hardening, and Lighthouse now gates performance as well as accessibility.

Full details in CHANGELOG.md.