Skip to content

2.0.1160

Pre-release
Pre-release
Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 28 Jan 19:19
· 3182 commits to main since this release

To install jx 2.0.1160 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

New Features

  • add alpha and beta experimantal commands so it is clearer to users
  • experiment, adds a command to generate a helmfile.yaml from a jx-applications.yml #6442

Bug Fixes

  • hound

Chores

  • address PR comments, move create helmfile command under the step one

Issues

  • #6442 support boot addons for pluggable install of other systems (jstrachan)