Skip to content

2.0.1126

Compare
Choose a tag to compare
@jenkins-x-bot 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

Issues

  • #6315 jx boot verify-jenkins-x-environment step fail on github enterprise (miki1029)
  • #6471 jx get quickstarts in a boot gitops cluster with non-github.com fails (abayer)
  • #6389 go version must be < 1.13 (babadofar)