Releases: NVIDIA/skyhook
Releases · NVIDIA/skyhook
operator/v0.12.1
What's Changed
Full Changelog: chart/v0.12.0...operator/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
operator/v0.11.1
Skyhook CLI v0.1.1
Skyhook CLI v0.1.1
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.1/skyhook_v0.1.1_linux_amd64.tar.gz
tar -xzf skyhook_v0.1.1_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.1/skyhook_v0.1.1_darwin_arm64.tar.gz
tar -xzf skyhook_v0.1.1_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-onlySkyhook CLI v0.1.0
Skyhook CLI v0.1.0
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.0/skyhook_v0.1.0_linux_amd64.tar.gz
tar -xzf skyhook_v0.1.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.1.0/skyhook_v0.1.0_darwin_arm64.tar.gz
tar -xzf skyhook_v0.1.0_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.11.1
What's Changed
Full Changelog: chart/v0.11.0...chart/v0.11.1
operator/v0.11.0
What's Changed
- docs: update version references to v0.10.0 by @t0mmylam in #126
- feat: add support for ignoring nodes via label by @t0mmylam in #128
- chore(deps): bump k8s.io/kubernetes from 1.34.1 to 1.34.2 in /operator by @dependabot[bot] in #129
- feat(cli): Add package management commands (rerun, status, logs) by @t0mmylam in #123
- refactor(cli): restructure CLI to cmd/cli/app pattern and consolidate lifecycle commands by @t0mmylam in #132
- refactor: consolidate BuildState and compartment batch selection logic by @t0mmylam in #131
- fix(chart): add missing rbac for deploymentpolicies by @lockwobr in #135
- fix: cleanup cli code by @t0mmylam in #133
- docs(cli): add docs for cli usage by @t0mmylam in #134
- fix: sync chart CRD deploymentPolicy type and add smoke test by @t0mmylam in #136
- ci: add GoReleaser workflow for CLI releases by @t0mmylam in #137
- chore: update release values by @lockwobr in #140
- chore: update golang to latest and k8s to latest by @lockwobr in #141
- feat: add webhook support for validation policies exist by @lockwobr in #142
- chore: update docs and chart versions by @lockwobr in #143
- fix: update container by @lockwobr in #144
Full Changelog: chart/v0.10.0...operator/v0.11.0
chart/v0.11.0
What's Changed
- docs: update version references to v0.10.0 by @t0mmylam in #126
- feat: add support for ignoring nodes via label by @t0mmylam in #128
- chore(deps): bump k8s.io/kubernetes from 1.34.1 to 1.34.2 in /operator by @dependabot[bot] in #129
- feat(cli): Add package management commands (rerun, status, logs) by @t0mmylam in #123
- refactor(cli): restructure CLI to cmd/cli/app pattern and consolidate lifecycle commands by @t0mmylam in #132
- refactor: consolidate BuildState and compartment batch selection logic by @t0mmylam in #131
- fix(chart): add missing rbac for deploymentpolicies by @lockwobr in #135
- fix: cleanup cli code by @t0mmylam in #133
- docs(cli): add docs for cli usage by @t0mmylam in #134
- fix: sync chart CRD deploymentPolicy type and add smoke test by @t0mmylam in #136
- ci: add GoReleaser workflow for CLI releases by @t0mmylam in #137
- chore: update release values by @lockwobr in #140
- chore: update golang to latest and k8s to latest by @lockwobr in #141
- feat: add webhook support for validation policies exist by @lockwobr in #142
- chore: update docs and chart versions by @lockwobr in #143
Full Changelog: chart/v0.10.0...chart/v0.11.0