You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubβs verified signature.
The key has expired.
π Breaking changes π
operator: Fixes inability of the operator to reconcile in stateful set mode when the immutable field volumeClaimTemplates is changed. If such change is detected, the operator will recreate the stateful set. (#1491)
π‘ Enhancements π‘
operator: Bump OpenTelemetry .NET Automatic Instrumentation to 0.6.0 (#1538)
operator: Bump Kubernetes golang dependencies to 1.26.x (#1385)
operator: Build operator, target-allocator and opAMP bridge with golang 1.20. (#1566)
π§° Bug fixes π§°
Autoscaler: Fix the issue where HPA fails to update when an additional metric is added to the spec. (#1439)
operator: The args created for corev1.container object is not ordered and creates a situation where there is a diff detected during reconcile. Forces an ordered args. (#1460)
Autoscaler: Fix the issue where HPA fails to update autoscaler behavior. (#1516)
operator: Set ServiceInternalTrafficPolicy`` to Local` when using daemonset mode. (#1401)