Releases: aws-neuron/neuron-helm-charts
Releases · aws-neuron/neuron-helm-charts
Release list
1.10.0
What's Changed
- Update Helm chart to 1.10.0 for 2.32 release by @cdbhatia-aws in #20
New Contributors
- @cdbhatia-aws made their first contribution in #20
Full Changelog: 1.9.0...1.10.0
1.9.0
Neuron Helm Chart 1.9.0 (Neuron SDK 2.31.0)
This release adds the Neuron UltraServer Operator and updates all component images to the Neuron SDK 2.31.0 versions.
Highlights
- New: Neuron UltraServer Operator — deploys the operator (controller Deployment, CRDs, RBAC, and a validating admission policy) for UltraServer topology discovery and resource allocation. Enable with
--set ultraserverOperator.enabled=true --set draDriver.enabled=true. - Chart bumped to 1.9.0 (
appVersion1.9.0) for the Neuron SDK 2.31.0 release. - Internal template cleanup: removed stale duplicate flat template manifests in favor of the per-component
templates/<component>/layout, so resources render exactly once.
Component image tags
| Component | Tag |
|---|---|
| Neuron Device Plugin | 2.31.0.0 |
| Neuron Scheduler Extension | 2.31.0.0 |
| Neuron DRA Driver | 1.1.0 |
| Neuron Node Recovery | 1.11.0 |
| Neuron UltraServer Operator | 0.1.0 |
Install
helm upgrade --install neuron-helm-chart oci://public.ecr.aws/neuron/neuron-helm-chart --version 1.9.0For configuration options, advanced deployment scenarios, and troubleshooting, see the chart README.
What's Changed
- Update Helm Chart to 1.9.0 for Neuron SDK 2.31.0
Full Changelog: 1.8.0...1.9.0