Documentation Index
Fetch the complete documentation index at: https://docs.lagerdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Changes
- Pin to a release with its tag.
lager update --version X.Y.Zandlager install --version X.Y.Znow resolve a release number to the matchingvX.Y.Ztag instead of a same-named git branch. You can pass the bare number (0.21.3) or the tag form (v0.21.3) — both resolve to the tag, including pre-releases likev0.22.0-rc1. Branch targets such asmain,staging, or a feature branch are unchanged and still pin to that branch. Existing--version X.Y.Zpins keep working unchanged.
Bug Fixes
- Tag pins fetch reliably on every box. Updating to a tag now fetches it with an explicit refspec so the tag is created as a local ref on the box. Previously, on a box that didn’t already have the tag,
lager update --checkcould report “update state unknown” and the checkout could fail.
Deprecations
- Per-release version branches are deprecated. Releases no longer publish a
X.Y.Zbranch alongside thevX.Y.Ztag — the tag is the single source of truth for pinning. Pin with the tag going forward.

