Skip to content

Skyhook CLI v0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 20:23
cli/v0.2.0
70fdff7

Skyhook CLI v0.2.0

[cli/v0.2.0] - 2026-06-08

Bug Fixes

  • Change skyhook/operator to nodewright/operator for coverage

New Features

  • Add SKYHOOK_NODE_ORDER env var for monotonic node ordering
  • (cli) Update-state + targeted reset --package
  • (changelog) Tag-range generator, split CHANGELOG/RELEASE_NOTES, release-tag helper

Other Tasks

  • Update project to follow the OSS template
  • Update go and libs to latest

Installation

Download and extract the appropriate archive for your platform.
The binary must be named kubectl-skyhook for kubectl to discover it as a plugin.
Alternatively, it can be used directly as skyhook without kubectl.

# Linux (amd64)
curl -LO https://github.com/NVIDIA/skyhook/releases/download/cli/v0.2.0/skyhook_v0.2.0_linux_amd64.tar.gz
tar -xzf skyhook_v0.2.0_linux_amd64.tar.gz
sudo mv skyhook /usr/local/bin/kubectl-skyhook

# macOS (Apple Silicon)
curl -LO https://github.com/NVIDIA/skyhook/releases/download/cli/v0.2.0/skyhook_v0.2.0_darwin_arm64.tar.gz
tar -xzf skyhook_v0.2.0_darwin_arm64.tar.gz
sudo mv skyhook /usr/local/bin/kubectl-skyhook

Verify installation

kubectl skyhook version --client-only
# Or if installed as 'skyhook':
skyhook version --client-only