Skip to content

Releases: neokapi/setup-kapi

v1.5.0

Choose a tag to compare

@asgeirf asgeirf released this 15 Sep 06:37
f0ef52d

Changes

  • The state cache (cache-tm) now caches kapi's parse cache, .kapi/work/cache/docs. It used to cache .kapi/tm.db and .kapi/cache, which kapi 1.2 never writes. The store and the rest of .kapi/work/ are not cached, because restoring them changes what kapi status, kapi check --ship and kapi up report. (#8)
  • A kapi.yaml recipe is detected, alongside legacy *.kapi projects. (#6)
  • A prerelease plugin constraint (name@X.Y.Z-rcN) resolves on the beta channel. (#7)

v1.3.0 — archive-rename fix, bowrain plugin by default, prerelease canary

Choose a tag to compare

@asgeirf asgeirf released this 16 Jul 14:42
1ced401
  • Installs both CLI archive namings: kapi_… (≤1.1.0) and kapi-cli_… (1.2.0+), resolved from the release's own checksums.txt — required for every release from 1.2.0 on
  • The bowrain plugin is installed by default (plugins: '' opts out); refs use registry names and a kapi- prefix is stripped (kapi-bowrainbowrain, which previously failed)
  • Daily schedule + prerelease canary job on the test workflow: release-packaging changes now fail here while still an RC