Release Notes v1.2.0
⚠️ Breaking Changes
This release includes breaking changes to resource naming and labels.
Required Action Before Upgrade
You must delete the existing DaemonSet or Helm release before upgrading to v1.2.0.
Option 1: Delete the Helm release (recommended)
helm -n kube-system delete aks-node-termination-handlerOption 2: Delete only the DaemonSet
kubectl -n kube-system delete daemonset aks-node-termination-handlerAfter deletion, proceed with installing the new version:
helm upgrade --install aks-node-termination-handler <chart-repo>/aks-node-termination-handler -n kube-systemWhat's Changed
- Updated resource naming conventions
- Modified Kubernetes labels
Note: Failure to delete the existing resources before upgrade will result in installation conflicts.