Skip to content

Releases: NVIDIA/skyhook

v0.14.0

10 Mar 23:07
chart/v0.14.0

Choose a tag to compare

What's Changed

  • fix: webhook controller dropped CREATE/UPDATE operations for DeploymentPolicy validating rules by @lockwobr in #177
  • feat: add sequencing: node or all by @lockwobr in #176
  • chore: update chart versions by @lockwobr in #178

Full Changelog: chart/v0.13.1...chart/v0.14.0

v0.13.1

05 Mar 04:10
chart/v0.13.1
f9b9e8b

Choose a tag to compare

What's Changed

Full Changelog: cli/v0.1.2...chart/v0.13.1

Skyhook CLI v0.1.2

04 Mar 04:22
cli/v0.1.2
68a3b66

Choose a tag to compare

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-skyhook

Verify installation

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

chart/v0.13.0

04 Mar 04:14
chart/v0.13.0
68a3b66

Choose a tag to compare

What's Changed

Full Changelog: chart/v0.12.1...chart/v0.13.0

operator/v0.12.1

10 Feb 22:25
operator/v0.12.1

Choose a tag to compare

What's Changed

  • fix: resolve webhook caBundle deadlock during helm upgrade by @lockwobr in #164

Full Changelog: chart/v0.12.0...operator/v0.12.1

chart/v0.12.1

03 Mar 19:32
chart/v0.12.1
49766b8

Choose a tag to compare

What's Changed

Full Changelog: operator/v0.12.1...chart/v0.12.1

chart/v0.12.0

07 Feb 02:09
chart/v0.12.0
71c90a6

Choose a tag to compare

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

06 Feb 22:21
operator/v0.12.0

Choose a tag to compare

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

06 Feb 22:18
agent/v6.4.0

Choose a tag to compare

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

operator/v0.11.1

13 Jan 19:36
operator/v0.11.1

Choose a tag to compare

What's Changed

Full Changelog: chart/v0.11.0...operator/v0.11.1