github aquaproj/aqua v0.10.1

latest releases: v2.27.3, v2.27.2, v2.27.1...
2 years ago

Pull Requests | Issues | v0.10.0...v0.10.1

Fixes

#537 #545 Fix the problem due to parallel execution of Lazy Install

Sometimes Lazy Install of the same tool is run in parallel.
For example,

  • actionlint executes shellcheck in parallel per run step
  • tool is run in parallel by xargs -P, GNU Parallel, and so on

In that case, sometimes it fails to install or execute tools.

In this update, aqua prevents the problem by retrying.

Don't miss a new aqua release

NewReleases is sending notifications on new releases.