Changelog
Features
- 289f12d: feat: make the validation result reproducible in two minutes (@rowhitswami)
Fixes
- 201b596: fix(ci): restore HOMEBREW_TAP_TOKEN to the goreleaser step (@rowhitswami)
- ce37c54: fix(ci): the release-workflow guard needs pyyaml on the runner (@rowhitswami)
- 1283c55: fix: ** in an ingest pattern silently dropped most of the reports (@rowhitswami)
- 8051bfa: fix: go install produced a binary that reported 'dev' (@rowhitswami)
- 8f81981: fix: match the post to what the script prints, and stop gating CI on a (@rowhitswami)
Other
- 07d5a03: security: make the installers fail closed, and sign what we release (@rowhitswami)
Install
# Homebrew
brew install rowhitswami/tap/flakestat
# Go
go install github.com/rowhitswami/flakestat/cmd/flakestat@v0.2.1
# Script
curl -sSfL https://raw.githubusercontent.com/rowhitswami/flakestat/main/scripts/install.sh | sh
# npm / PyPI
npx flakestat --help
pip install flakestat