Skip to content

0.0.84

Compare
Choose a tag to compare
@jenkins-x-bot-test jenkins-x-bot-test released this 21 Jan 17:41
· 419 commits to main since this release

Linux

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

macOS

curl -L  https://github.com/jenkins-x/jx-pipeline/releases/download/v0.0.84/helmboot-darwin-amd64.tar.gz | tar xzv
sudo mv helmboot /usr/local/bin

Changes

Bug Fixes

  • add effective pipeline command (James Strachan)
  • first spike at a pipeline converter (James Strachan)

Chores

  • regen docs (James Strachan)
  • fix broken test (James Strachan)
  • improve the test (James Strachan)