Tags: moribellamy/clouddriver
Tags
fix(provider/aws): Fix groovyism in call to elbv2 region scoped provi… …der call (spinnaker#2391)
feat(redis): Retry logic on failed connections in cache & task reposi… …tory (spinnaker#2389)
fix(provider/gae): Fix artifact deploy switch statement. (spinnaker#2388 )
chore(*): Bump spinnaker-dependencies to 0.142.1 (spinnaker#2382)
fix(eureka): `getInstanceToModify` calculation was incorrect with mul… …tiple health statuses (spinnaker#2384) Previously it was iterating through each `health` and double counting instances that had both eureka and non-eureka health statuses.
feat(aws): Track the instanceIds being disabled (spinnaker#2383) This allows `orca` to make a more informed decision when verifying that a specific percentage of a server group has been disabled.
fix(aws): Continue if launch configuration already exists (spinnaker#… …2376) It's possible that a launch configuration can be created but subsequently fail due to a network blip. When this happens, AWS will reject any subsequent requests with an `AlreadyExistsException` exception. In such situations, it makes sense to continue (launch configurations are timestamped down to the second) rather than fail the task.
fix(provider/amazon): Handle missing IAM permissions in caching agent (… …spinnaker#1874) Clouddriver will crash if the spinnaker role is missing permission for `ListServerCertificates`. This fix will log a warning with the affected account ID and create metrics to make it easier to fix. The warning will only be logged once every ten minutes for each affected account.
feat(clouddriver/gce) - Add 'required' flag to account configs. (spin… …naker#2151) This prevents clouddriver from loading in the case that it cannot reach an account when it starts. Non-required accounts that are unreachable are simply ignored from the configuration and never re-attempted.
PreviousNext