Releases: DeterminateSystems/flake-checker-action
Releases · DeterminateSystems/flake-checker-action
v9
What's Changed
- Update detsys-ts by @lucperkins in #25
- Update detsys-ts: Merge pull request #50 from DeterminateSystems/grahamc-patch-1
Try again on the auto-pr by @detsys-pr-bot in #28
- Update detsys-ts: Merge pull request #51 from DeterminateSystems/add-missing-actions-to-update-matrix
Add missing Actions to update matrix by @detsys-pr-bot in #29
- Update
detsys-ts
: by @detsys-pr-bot in #30 - Update
detsys-ts
: Merge pull request #30 from detsys-pr-bot/detsys-ts-update-bc45b6c0a6318ae30192c4bf23a73dc879bdb632 by @detsys-pr-bot in #31 - Add support for CEL conditions by @lucperkins in #33
- Update
detsys-ts
: Merge pull request #61 from DeterminateSystems/use-coalesce-for-array by @detsys-pr-bot in #37 - Update
detsys-ts
: Merge pull request #62 from DeterminateSystems/dont-pull-microstackshots by @detsys-pr-bot in #38 - Update
detsys-ts
: Merge pull request #63 from DeterminateSystems/retry-streams by @detsys-pr-bot in #39
New Contributors
- @detsys-pr-bot made their first contribution in #28
Full Changelog: v8...v9
v8
What's Changed
- Update detsys-ts by @lucperkins in #18
- Enable source-binary parameter by @lucperkins in #17
- Make strict mode input not required by @lucperkins in #19
- Update detsys-ts by @lucperkins in #20
- srv update by @grahamc in #21
- Update detsys-ts (status page changes) by @lucperkins in #23
Full Changelog: v7...v8
v7
v6
What's Changed
- Mechanical migration to FlakeHub by @grahamc in #8
- Create LICENSE by @grahamc in #11
- Switch to a typescript based action by @grahamc in #12
- Remove unused dependencies in package.json by @lucperkins in #13
- Update deps, don't raise an exception on validation errors by @grahamc in #15
Full Changelog: v5...v6
v5
What's Changed
- Add a nixpkgs-keys parameter by @lucperkins in #6
- Rework curl fetching logic by @lucperkins in #5
Full Changelog: v4...v5
v4
In this release, the Action is made fallible to accommodate cases where fail-mode
is set to true
and the Nix Flake Checker discovers issues.
What's Changed
- Make the Action fallible by @lucperkins in #4
Full Changelog: v3...v4
v3
v2
This release primarily adds a fail-mode
option to the Action. If set to true
, the Flake Checker Action fails if Flake Checker encounters any issues.
What's Changed
- Add configuration docs to README by @lucperkins in #1
- Add fail mode option to action.yml by @lucperkins in #2
Full Changelog: v1...v2
v1
The initial release of Determinate Systems' flake checker Action 🎉
This Action checks the health of your Nix flakes and adds a health report to your Actions' job summary (as a Markdown document).