Spinnaker Release 1.37.2
Echo 2.44.2
Fixes
- rest: add Retrofit2SyncCall.execute to RestService in RestEventService (#1480) ( 9d3a7dc4 )
- rest: add Retrofit2SyncCall.execute to RestService in RestEventService ( 9d3a7dc4 )
Other
- rest: add a test to demonstrate that RestEventService.sendEvent is failing to make the RestService.recordEvent api call ( 9d3a7dc4 )
Gate 6.66.3
Fixes
- web: fix the mismatches in the return types of APIs in gate and orca (#1883) ( de72fa6e )
- web: fix the mismatches in the return types of apis in gate and orca for delete, resume, cancel and pause operations of a pipeline. ( de72fa6e )
- web: add Retrofit2SyncCall.execute to ClouddriverService in CredentialsController (#1881) ( 2db175e4 )
- web: add Retrofit2SyncCall.execute to ClouddriverService in CredentialsController ( 2db175e4 )
Other
- web: add a test to demonstrate the mismatch in api response types of gate and orca when delete pipeline execution api is invoked ( de72fa6e )
- web: add a test to demonstrate the retrofit error that occurs when /credentials/type/{accountType} is invoked ( 2db175e4 )
- web/test: mock DefaultProviderLookupService in PipelineServiceTest ( de72fa6e )
- web/test: remove request id header from PipelineServiceTest ( de72fa6e )
- web/test: add X-SPINNAKER-USER and X-SPINNAKER-ACCOUNTS headers ( de72fa6e )