To install jx 2.1.151 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.1.151/jx-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin
macOS
brew tap jenkins-x/jx
brew install jx
Changes
New Features
- Added in Azure storage bucket provider Upload only (Chris Mellard)
Bug Fixes
- remove old import (James Strachan)
Chores
- fixed linting issues (Chris Mellard)
- fix linting (James Strachan)