Skip to content

2.0.3

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 16 Apr 09:50
· 2367 commits to master since this release

To install jx 2.0.3 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.3/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

  • if a webhook has an old secret lets replace it
  • revert regression of moving to logrus everywhere
  • polish the envctl addon command
  • disable prow-build for tekton
  • lets default to tekton over knative build now
  • lets default to use no-tiller
  • lets allow the version repo and branch/ref to be specified

Documentation

  • polish the choices and make tekton the default

Chores

  • regenerate
  • regenerated mocks
  • regenerate source

Other Changes

These commits did not use Conventional Commits formatted messages:

  • release 2.0.3