Releases: NVIDIA/skyhook
Releases · NVIDIA/skyhook
v0.14.0
v0.13.1
What's Changed
- fix(agent): set the cwd to the copy dir so we don't write to temp by @ayuskauskas in #171
- chore: version bump by @lockwobr in #173
Full Changelog: cli/v0.1.2...chart/v0.13.1
Skyhook CLI v0.1.2
Skyhook CLI v0.1.2
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.1.2/skyhook_v0.1.2_linux_amd64.tar.gz
tar -xzf skyhook_v0.1.2_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.1.2/skyhook_v0.1.2_darwin_arm64.tar.gz
tar -xzf skyhook_v0.1.2_darwin_arm64.tar.gz
sudo mv skyhook /usr/local/bin/kubectl-skyhookVerify installation
kubectl skyhook version --client-only
# Or if installed as 'skyhook':
skyhook version --client-onlychart/v0.13.0
What's Changed
- feat: AutoTaintNewNodes by @lockwobr in #168
- feat: add a script to do some basic scale testing of the operator. by @ayuskauskas in #167
- fix: image publishing by @lockwobr in #169
- chore: update chart with versions by @lockwobr in #170
Full Changelog: chart/v0.12.1...chart/v0.13.0
operator/v0.12.1
What's Changed
Full Changelog: chart/v0.12.0...operator/v0.12.1
chart/v0.12.1
What's Changed
Full Changelog: operator/v0.12.1...chart/v0.12.1
chart/v0.12.0
What's Changed
- feat: add new printer columns by @lockwobr in #152
- feat(agent): Add flag to not write logs to disk and fix issue with cleaning up old log files by @ayuskauskas in #153
- fix!: make imagePullSecret optional to prevent kubelet errors by @lockwobr in #155
- feat(chart): add automatic Skyhook resource cleanup on helm uninstall by @lockwobr in #157
- feat(deployment-policy): add batch state reset with auto-reset, cli, and config by @lockwobr in #158
- chore(chart): update versions by @lockwobr in #160
- chore(chart): update versions by @lockwobr in #162
Full Changelog: operator/v0.11.1...chart/v0.12.0
operator/v0.12.0
What's Changed
- feat: add new printer columns by @lockwobr in #152
- feat(operator): implement per-node priority ordering by @lockwobr in #154
- feat(ci): auto-update distroless base images and fix operator version by @lockwobr in #156
- feat(deployment-policy): add batch state reset with auto-reset, cli, and config by @lockwobr in #158
Full Changelog: operator/v0.11.1...operator/v0.12.0
agent/v6.4.0
What's Changed
- feat(agent): Add flag to not write logs to disk and fix issue with cleaning up old log files by @ayuskauskas in #153
Full Changelog: cli/v0.1.1...agent/v6.4.0