2.1.109
To install jx 2.1.109 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.1.109/jx-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin
macOS
brew tap jenkins-x/jx
brew install jx
Changes
Bug Fixes
- Increase max age of PipelineRuns for GCing #7444
Chores
- Quote command with space better