Skip to content

0.0.13

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

Changes

Chores

  • deps: bump helm.sh/helm/v3 from 3.2.0 to 3.2.4