Tags: sofam/clouddriver
Tags
fix(cloudFoundry): fix cloudFoundry job provider (spinnaker#4379) (sp… …innaker#4382) if cloud foundry is enabled, this job provider breaks run job for all other cloud providers because of the exception thrown in getFileContents. other cloud providers simply return null if this method isn't implemented. this whole area could probably use a refactored. currently, every job provider is queried regardless of whether or not the account is for that cloud provider. Co-authored-by: Ethan Rogers <ethanfrogers@users.noreply.github.com>
feat(ecs): Filter subnets by availability zone (spinnaker#4344)
feat(kubernetes): prepare for upcoming removal of V1 provider (spinna… …ker#4358) * feat(kubernetes): log v1 warning on KubernetesV1Credentials initialization * feat(kubernetes): default accounts with unspecified providerVersion to V2 * fix(kubernetes): fix v1 test to specify providerVersion * Update clouddriver-kubernetes-v1/src/main/groovy/com/netflix/spinnaker/clouddriver/kubernetes/v1/security/KubernetesV1Credentials.java Co-Authored-By: Eric Zimanyi <ezimanyi@google.com> Co-authored-by: Eric Zimanyi <ezimanyi@google.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
fix(ecs): only add service role to create request if there is one lb (s… …pinnaker#4349) (spinnaker#4350) Co-authored-by: Piradeep Kandasamy <piradeep91@gmail.com>
fix(docker/test): Switch to java.util.Base64 (spinnaker#4345) sun.misc.BASE64Decoder was removed in JDK 9 in favor of java.util.Base64. JDK 8+ contains java.util.Base64, as such this remains backward compatible with JDK 8. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
fix(aws): Fixing CLBs listener policies getting dropped on upsert (sp… …innaker#4343) - updated to now handle listener policies earlier in the operation - fixed a bug where if a call to drop a listener failed, the load balancer is left in a dirty state Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
fix(titus): Update filters for observeJob (spinnaker#4327) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
feat(aws): Adding support for session stickiness for clbs upsert op (s… …pinnaker#4181) * feat(aws): Adding support for session stickiness for clbs upsert op - Added ability to define session stickiness for listeners * - updated * - remove whitespace * - simplify to just setting the passed policy names passed in request * - change warn msg to error