0.0.67
·
526 commits
to main
since this release
Linux
curl -L https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.67/helmboot-linux-amd64.tar.gz | tar xzv
sudo mv helmboot /usr/local/binmacOS
curl -L https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.67/helmboot-darwin-amd64.tar.gz | tar xzv
sudo mv helmboot /usr/local/binChanges
Bug Fixes
- handle ctrl-c better (James Strachan)