Skip to content

Release 2.1.58 (2026-06-23)

Bug fixes

  • reattach via vrg-git fetch (token-injected) instead of raw git (#1791) bootstrap_volume's reattach branch (existing checkout on a preserved volume) ran raw 'git -C fetch --all', bypassing the vrg-git wrapper, so no installation token was injected — a destroy + re-create failed at bootstrap-volume with 'could not read Username'. The fresh-clone path goes through vrg-git and was unaffected; the reattach path was only exercised once the volume persisted across a recreate.

Use 'vrg-git fetch --all' run inside the repo (workdir=path) so the wrapper injects the token and 'fetch' resolves the org from the repo's own remote.