0.0.14
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