Spinnaker Release 1.36.3

Clouddriver 5.90.5

The primary change here is a configuration (defaulted to true) that instead of immediately moving on after a deploy operation instead polls for task completion of the operation. There is a case where Google will not complete the operation or even fail the operation and instead of detecting this, spinnaker would go to the next task and fail. See issue 7170 for more information.

This WILL add some extra time on deployments and the legacy behavior can be disabled via a configuration property documented in the enableAsyncOperationWait PR.

Fixes

  • builds: Fixes upload URLs for releases ( 0568f3c4 )
  • google: Add retry and status polling logic ( 21102ec6 )

Other

  • google: Add retry and status polling logic for autoscalers and backend services ( 21102ec6 )
  • google: Added enableAsyncOperationWait=true flag for legacy behaviour ( 21102ec6 )
  • google: Log enableAsyncOperationWait flag warning just once ( 21102ec6 )