Skip to content

v4.10.0-rc.2 — alef pin bump + metadata stash

Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 28 Apr 10:02
· 6305 commits to main since this release
2763519

Cycle 2 of the alef-backed publish-pipeline iteration.

RC1 surfaced two issues:

  • The rewritten kreuzberg-dev/actions composite shims (check-registry, prepare-release-metadata, validate-versions) now require alef ≥ 0.11.0 for the new CLI subcommands. kreuzberg's alef.toml top-level pin was still 0.10.4 — install-alef@v1 with default 'latest' resolved against that pin, so every alef-backed action job failed with 'unknown subcommand'. Bump the pin to 0.11.0.

  • The 'prepare' job's release-metadata.json was being wiped by the subsequent re-checkout step (default actions/checkout cleans the working tree). Stash the file to /tmp before re-checkout, restore after.

See CHANGELOG.md.