Clouddriver 7.1.2
- cloudfoundry: add equals and hash code to managed account (c7e8b153)
Spinnaker-monitoring 0.19.1
- dependencies: inlining dependencies to try and fix build (fb5f4065)
Note: This release requires Halyard version 1.32.0 or later.
This release includes fixes, features, and performance improvements across a wide feature set in Spinnaker. This section provides a summary of notable improvements followed by the comprehensive changelog.
Spinnaker will now overwrite images in a manifest with a bound artifact if the input manifest's image has a tag on it. The previous behavior was that Spinnaker would only overwrite images in a manifest if the image did not have a tag.
As of this release, Kubernetes accounts no longer read the value of the
liveManifestCalls
flag. Instead of using this flag, Spinnaker now decides
whether to read from the cache or directly from the Kubernetes cluster based on
the context of the request.
From a practical perspective this means that:
liveManifestCalls
enabled will see the same fast deploys as
always but will no longer experience
bugs with dynamic target selection.liveManifestCalls
disabled will notice significantly faster
deployments.Users may wish to remove the liveManifestCalls
flag from their account
configuration, though this is not required and any configured value for this
setting will be ignored by Spinnaker.
Spinnaker now requires a Java 11 (or greater) runtime:
DestroyTitusJob
and DestroyTitusServerGroup
operations in simple sagas (a6870b86):
in the name (72db0594)SagaConditionEvaluated
event so conditions are not re-run (03168ae7)account
property when expand=true (e611e4a7)DeleteServerGroupEvent
should use server group name rather than job id (2504bd78)user
shouldn't be flagged as @Nonnull (255e00c5)BlockDeviceConfig
for t4g (6338a60c)@Value
(123b552d)ProxyConfig
contact. (1d652d0d)okhttp3
(711a9eaf)ProxyConfig
(ce931c1f)RequestSheddingFilter
(7ebdcd7f)InsecureOkHttpClientBuilderProvider
(0168e53f)controller.invocations
metric whenever a request is limited or shed (b0bb7cbf)AuthenticatedRequestFilter
should not clear the AuthenticatedRequest
(542fd900)RequestLoggingFilter
and RequestTimingFilter
(95cce5c6)RateLimitingFilter
should handle non-ssl requests (630eb1af)@Unroll
(3b7643a1)SimpleStage
in favor of direct StageDefinitionBuilder
usage (ff65514f)