v1.1.0
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, andresult-jsonfor later workflow steps. - New optional inputs:
json(write the complete scorecard JSON to a path) andsummary(plain-language scorecard in the job summary, on by default). - All interface changes since 1.0.0 are additive; workflows pinned to
@v1keep working.
- uses: ChelseaKR/gtfs-scorecard@v1
with:
feed-url: https://your-agency.example/google_transit.zip
min-grade: C
min-days-to-expiry: 14Since 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-parityen/eslocale 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_readinessartifact 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.