Skip to content

varve v0.7.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 19:06
· 16 commits to main since this release
v0.7.0
4ca5b46

varve v0.7.0 — environment integration

REQ-ENV-001 verified: varve sets up its own environment; users source it, never hand-edit PATH.

  • varve env [--shell sh|fish] — idempotent shell code putting the shim directory on PATH: eval "$(varve env)". Double evaluation cannot stack duplicate entries (tested)
  • varve shim install now writes a sourceable ~/.varve/env (rustup-style) and prints the one-liner
  • varve completions <shell> — zsh/bash/fish completion scripts

Setup, in full:

echo '. "$HOME/.varve/env"' >> ~/.zshrc     # once

Verify this release

cosign verify-blob \
  --certificate-identity-regexp 'https://github.com/pulseengine/varve/.github/workflows/release.yml@.*' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --bundle SHA256SUMS.txt.cosign.bundle SHA256SUMS.txt

Re-run against these published assets before these notes were written: Verified OK. The env flow itself was live-tested post-release: double-eval idempotency, sourced-env shim dispatch of the real 2026.08.0 layer, and completions output.