Skip to content

0.0.14

Compare
Choose a tag to compare
released this 19 Jul 06:04
· 76 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.14/octant-jx-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.14/octant-jx-darwin-amd64.tar.gz | tar xzv
mv octant-* ~/.config/octant/plugins

Changes

Chores

  • deps: bump k8s.io/api from 0.18.0 to 0.18.6