Skip to content

0.0.31

Compare
Choose a tag to compare
@jenkins-x-bot-test jenkins-x-bot-test released this 26 Oct 09:40
· 41 commits to master since this release

Linux

mkdir -p  ~/.config/octant/plugins
curl -L https://github.com/jenkins-x/octant-jx/releases/download/v0.0.31/octant-jx-linux-amd64.tar.gz | tar xzv 
mv octant-* ~/.config/octant/plugins

macOS

mkdir -p  ~/.config/octant/plugins
curl -L  https://github.com/jenkins-x/octant-jx/releases/download/v0.0.31/octant-jx-darwin-amd64.tar.gz | tar xzv
mv octant-* ~/.config/octant/plugins

Changes

Bug Fixes

  • use tekton pipeline (James Strachan)