Skip to content

Tags: jervi/clouddriver

Tags

v5.86.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(install): Fix Debian post installation script when awscli2 is alr…

…eady installed or the installation failed previously (spinnaker#6276) (spinnaker#6277)

(cherry picked from commit 35a30d3)

Co-authored-by: Ashley Kleynhans <ashleykleynhans@users.noreply.github.com>

v5.86.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(install): Fixed Debian post install script for aws-iam-authentica…

…tor (spinnaker#6274) (spinnaker#6275)

(cherry picked from commit 037113a)

Co-authored-by: Ashley Kleynhans <ashleykleynhans@users.noreply.github.com>

v5.88.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(gha): remove whitespace from BRANCH in release.yml (spinnaker#6271)

v5.85.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(gha): remove whitespace from BRANCH in release.yml (spinnaker#6271)…

… (spinnaker#6272)

(cherry picked from commit fdbba41)

Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com>

v5.87.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(gha): only bump halyard on master (spinnaker#6268)

Since halyard uses a different versioning scheme, it doesn't make sense for halyard to
consume non-master (e.g. release-1.34.x) versions of clouddriver.

v5.86.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(kubernetes): teach deployManifest stages to handle label selector…

…s with generateName (spinnaker#6265)

This fixes:

java.lang.NullPointerException: Cannot invoke "com.netflix.spinnaker.clouddriver.kubernetes.description.manifest.KubernetesManifest.getNamespace()" because "manifest" is null
	at com.netflix.spinnaker.clouddriver.kubernetes.op.OperationResult.addManifest(OperationResult.java:46)
	at com.netflix.spinnaker.clouddriver.kubernetes.op.handler.CanDeploy.deploy(CanDeploy.java:44)
	at com.netflix.spinnaker.clouddriver.kubernetes.op.manifest.KubernetesDeployManifestOperation.lambda$operate$3(KubernetesDeployManifestOperation.java:174)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at com.netflix.spinnaker.clouddriver.kubernetes.op.manifest.KubernetesDeployManifestOperation.operate(KubernetesDeployManifestOperation.java:162)
	at com.netflix.spinnaker.clouddriver.kubernetes.op.manifest.KubernetesDeployManifestOperation.operate(KubernetesDeployManifestOperation.java:48)
	at com.netflix.spinnaker.clouddriver.orchestration.AtomicOperation$operate.call(Unknown Source)
	at com.netflix.spinnaker.clouddriver.orchestration.DefaultOrchestrationProcessor$_process_closure1$_closure2.doCall(DefaultOrchestrationProcessor.groovy:120)
	at com.netflix.spinnaker.clouddriver.orchestration.DefaultOrchestrationProcessor$_process_closure1$_closure2.doCall(DefaultOrchestrationProcessor.groovy)
	at jdk.internal.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
	at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:274)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035)
	at groovy.lang.Closure.call(Closure.java:412)
	at groovy.lang.Closure.call(Closure.java:406)
	at com.netflix.spinnaker.clouddriver.metrics.TimedCallable$CallableWrapper.call(TimedCallable.java:81)
	at com.netflix.spinnaker.clouddriver.metrics.TimedCallable.call(TimedCallable.java:45)
	at java_util_concurrent_Callable$call.call(Unknown Source)
	at com.netflix.spinnaker.clouddriver.orchestration.DefaultOrchestrationProcessor$_process_closure1.doCall(DefaultOrchestrationProcessor.groovy:119)
	at com.netflix.spinnaker.clouddriver.orchestration.DefaultOrchestrationProcessor$_process_closure1.doCall(DefaultOrchestrationProcessor.groovy)
	at jdk.internal.reflect.GeneratedMethodAccessor367.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
	at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:274)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1035)
	at groovy.lang.Closure.call(Closure.java:412)
	at groovy.lang.Closure.call(Closure.java:406)
	at com.netflix.spinnaker.security.AuthenticatedRequest.lambda$wrapCallableForPrincipal$0(AuthenticatedRequest.java:272)
	at com.netflix.spinnaker.clouddriver.metrics.TimedCallable.call(TimedCallable.java:45)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

v5.76.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(gcp): Adding STRONG_COOKIE_AFFINITY in gcp LB model (spinnaker#…

…6259) (spinnaker#6263)

(cherry picked from commit 0efc768)

Co-authored-by: Christos Arvanitis <christos.arvanitis@armory.io>

v5.85.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(liquibase): fix checkSum errors occurring with spinnaker upgrade (s…

…pinnaker#6217) (spinnaker#6232)

* fix(tests): added postgres migration test

* fix(tests): hardcoded the docker image to create initial conditions

* fix(liquibase): add validCheckSum values to fix failing changesets

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit ad1a8ef)

Co-authored-by: Kiran Godishala <53332225+kirangodishala@users.noreply.github.com>

v5.83.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(liquibase): fix checkSum errors occurring with spinnaker upgrade (s…

…pinnaker#6217) (spinnaker#6231)

* fix(tests): added postgres migration test

* fix(tests): hardcoded the docker image to create initial conditions

* fix(liquibase): add validCheckSum values to fix failing changesets

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit ad1a8ef)

Co-authored-by: Kiran Godishala <53332225+kirangodishala@users.noreply.github.com>

v5.76.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(gcp): Relaxed health check for GCP accounts (backport spinnaker#6200

) (spinnaker#6201)

* fix(gcp): Relaxed health check for GCP accounts (spinnaker#6200)

(cherry picked from commit 28599eb)

# Conflicts:
#	clouddriver-google/src/main/groovy/com/netflix/spinnaker/clouddriver/google/health/GoogleHealthIndicator.groovy

* fix: Fixes PR to match 1.28 versions of credential repository APIs

---------

Co-authored-by: Christos Arvanitis <christos.arvanitis@armory.io>
Co-authored-by: Jason McIntosh <jason.mcintosh@harness.io>