Skip to content

0.0.17

Compare
Choose a tag to compare
released this 20 Jun 06:28
· 513 commits to main since this release

Linux

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

macOS

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

Changes

Bug Fixes

  • added flexible file rule processing
  • polish the file rule code