Releases: NVIDIA/skyhook
Releases · NVIDIA/skyhook
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
chart/v0.10.1
What's Changed
Full Changelog: chart/v0.10.0...chart/v0.10.1
chart/v0.10.0
What's Changed
- chore: bump helm version and go version by @lockwobr in #84
- chore: update the chart k8s version, operator version, and agent version by @riceriley59 in #90
- fix(chart): resolve kubernetes security scan violations for compliance by @t0mmylam in #96
- feat: add container sha as optional field to package by @t0mmylam in #109
- chore: release 0.10.0 by @t0mmylam in #121
- fix(chart): Use image tags instead of digest for multi-registry support by @t0mmylam in #122
Full Changelog: chart/v0.9.0...chart/v0.10.0
operator/v0.10.0
What's Changed
- feat(operator): added turn key grafana dashboards with new metrics by @riceriley59 in #82
- feat(operator): changed interrupt order by @riceriley59 in #83
- docs: update readme install version by @lockwobr in #89
- feat: add package configuration to node config map by @t0mmylam in #97
- feat: add glob support for config interrupts by @t0mmylam in #98
- feat(crd): add deployment policy by @t0mmylam in #99
- feat: add DeploymentPolicy validation and defaults with tests by @t0mmylam in #100
- docs: add documentation around how taints work with Skyhook by @ayuskauskas in #101
- feat: add compartment-based node assignment by @t0mmylam in #103
- feat: resolve overlaps in compartments by @t0mmylam in #105
- docs: add message to TaintNotTolerated example by @ayuskauskas in #102
- feat: implement deployment strategies with compartment-based batching by @t0mmylam in #104
- feat: add backwards compatability for rollouts by @t0mmylam in #106
- feat: compartment status by @t0mmylam in #107
- feat(operator): update k8s version to 1.34.0 by @t0mmylam in #108
- feat: add metrics for compartments by @t0mmylam in #110
- docs: update runtime required doc to be more clear by @lockwobr in #111
- docs: add/update docs for deployment policy & compartments by @t0mmylam in #113
- feat: add e2e tests for deployment policy by @t0mmylam in #112
- feat: make failureThreshold nullable and skip defaulting by @t0mmylam in #115
- fix: handle edge cases in compartment-based deployment rollouts by @t0mmylam in #118
Full Changelog: operator/v0.9.0...operator/v0.10.0
chart/v0.9.2
What's Changed
- chore: release 0.9.2 by @riceriley59 in #93
Full Changelog: agent/v6.3.1...chart/v0.9.2