Skip to content

Commit 2af927f

Browse files
committed
update old with version number
Signed-off-by: Mohammed Abdi <mohammed.munir.abdi@ibm.com>
1 parent 5884e66 commit 2af927f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ helm upgrade workload-variant-autoscaler ./charts/workload-variant-autoscaler \
169169
### Breaking Changes
170170

171171
#### v0.5.0 (upcoming)
172-
- **VariantAutoscaling CRD**: Added `scaleTargetRef` field as **required**. Old VariantAutoscaling resources without `scaleTargetRef` must be updated before upgrading:
172+
- **VariantAutoscaling CRD**: Added `scaleTargetRef` field as **required**. v0.4.1 VariantAutoscaling resources without `scaleTargetRef` must be updated before upgrading:
173173
- **Impact on Scale-to-Zero**: VAs without `scaleTargetRef` will not scale to zero properly, even with HPAScaleToZero enabled and HPA `minReplicas: 0`, because the HPA cannot reference the target deployment.
174174
- **Migration**: Update existing VAs to include `scaleTargetRef`:
175175
```yaml

docs/CHANGELOG-v0.5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ query := fmt.Sprintf(`vllm_kv_cache_usage{namespace="%s"}`, escapedNamespace)
178178
- The controller skips processing VAs without `scaleTargetRef.name` (see `internal/utils/variant.go`).
179179

180180
**Impact on Scale-to-Zero:**
181-
- **Critical**: Old VAs without `scaleTargetRef` will **not scale to zero** properly, even if:
181+
- **Critical**: v0.4.1 VAs without `scaleTargetRef` will **not scale to zero** properly, even if:
182182
- HPAScaleToZero feature gate is enabled
183183
- HPA has `minReplicas: 0` configured
184184
- Scale-to-zero is enabled in WVA configuration

0 commit comments

Comments
 (0)