What changed
- Make controller more resilient to inconsistent Temporal state, delay requeue after Temporal ResourceExhausted, improve logs (#554)
- Get version status directly from version summaries
Statusfield instead of deducing the status from routing config. Log warning if any version'sStatusfield is inconsistent with routing config.
- Get version status directly from version summaries
- fix(controller): DescribeVersion on NotRegistered Versions to prevent premature scaledown of said versions (#556)
- Verify the status
NotRegisteredWorker Versions withDescribeVersionbefore scaling down their Kubernetes Deployments
- Verify the status
Full Changelog: v1.7.0...v1.7.1