Skip to content

0.2.1

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 14 Sep 15:37
· 19 commits to main since this release

Linux

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

macOS

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

Changes

Bug Fixes

  • Authentication for delete (Mårten Svantesson)