Skip to content

v0.10.2

Choose a tag to compare

@github-actions github-actions released this 25 Aug 09:36
· 11 commits to main since this release

No behaviour change. This release exists to get earlier housekeeping into the published package.

The source, tests, and documentation no longer carry details of the private GoCD instance lazygocd was developed against. A test fixture used a real pipeline name, and several docs pages quoted that instance's exact group and pipeline counts.

The measurements those numbers supported are unchanged, and still come from a real GoCD 23.5.0 server: a 5.3 MB dashboard payload down to 165 KB gzipped, and a cold load of roughly 20 seconds down to 2 to 4 seconds.

Install

brew update && brew upgrade lazygocd
cargo install lazygocd

Apple Silicon macOS pours a prebuilt bottle, so the install takes seconds instead of compiling. Other platforms build from source.

If brew upgrade reports that an older version is already the latest, run brew update first. Homebrew only refreshes taps once every 24 hours by default.