2.0.550
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