Skip to content

2.1.101

Pre-release
Pre-release
Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 14 Jul 13:11
· 2844 commits to main since this release

To install jx 2.1.101 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.1.101/jx-linux-amd64.tar.gz | tar xzv 
sudo mv jx /usr/local/bin

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • Upgrade go-github to v32.0.0