v26.4.5
What's Changed (v26.4.4 -> v26.4.5)
🐛 Bug Fixes
AutoScaling Rule Direction Fix
Fixed inverted direction semantics in the AutoScaling rule single-threshold editor. Metric > threshold now correctly maps to maxThreshold (scale-out trigger with + step size), and Metric < threshold maps to minThreshold (scale-in trigger with − step size). The condition column in the rule list is also updated to display the correct trigger condition for single-threshold rules.
- FR-2604: correct inverted direction semantics in AutoScaling rule condition by @agatha197 in #6806
🌐 i18n
Model Store Translation Coverage
Added previously missing translations for Model Store deploy and preset-related keys (Architecture, Deploy, DeployConfirmation, DeployFailed, DeployModel, DeploySuccess, NoCompatiblePresets) across all 20 non-English locales. Also introduces three new keys (Preset, ResourceGroup, Runtime) to ensure complete localization coverage.
- FR-2595: add missing modelStore i18n translations for deploy and preset-related keys by @agatha197 in #6769
Full Changelog: v26.4.4...v26.4.5