2.0.1126
jenkins-x-bot
released this
14 Jan 14:05
·
495 commits
to master
since this release
To install jx 2.0.1126 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1126/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
- Fall back to anonymous GitHub provider for getting quickstarts #6315 #6471
- Creating dev env repo should come from GitHub, even with different target providers
Documentation
- Update CONTRIBUTING.MD with supported Golang versions #6389
Chores
- add new boot-lh-ghe context