Skip to content

2.0.550

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 02 Aug 14:50
· 4352 commits to main since this release

To install jx 2.0.550 see the install guide

Linux

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

  • add tests for http and https
  • add a new 'jx step expose' that can replace exposecontroller #4948

Chores

  • fix hound
  • DeepEqual on maps does not need a pointer to a map

Issues

  • #4948 add an alternative to exposecontroller that is more like boot? (jstrachan)