Tags: gmccue/orca
Tags
feat(pipeline): Support conditional disabling of `ServerGroupCacheFor… …ceRefreshTask` (spinnaker#2555) ``` stages.cloneServerGroupStage.forceCacheRefresh.enabled: false ``` Current belief is that `ServerGroupCacheForceRefreshTask` is being used in a few spots unnecessarily and causing pipelines/stages to run longer than needed. We will test in our environment, if the belief holds true we'll either: (a) remove the `ServerGroupCacheForceRefreshTask` or (b) make it easier to disable `ServerGroupCacheForceRefreshTask` across the board
feat(web): Allow orchestrating pipeline configs by id (spinnaker#2538)
feat(traffic-guards): extend capacity check to cluster wide ops (spin… …naker#2539) * feat(traffic-guards): extend capacity check to cluster wide ops Behavior should be unchanged for instance-level or server-group level operations, but operations like Shrink/Disable/DestroyClusterTask will now perform traffic guard checks. They normally would always leave >0 instances up, but will now also perform capacity checks. This is meant to catch the case of red/black deployments with multiple active server groups that can leave the cluster severely underprovisioned.
feat(webhook): Support for `application/x-www-form-urlencoded` (spinn… …aker#2532) Supports converting a `payload` represented as a map to suitable url encoded form values in the event that the content type of the webhook request is `application/x-www-form-urlencoded`. ``` { "customHeaders": { "Content-Type": "application/x-www-form-urlencoded" }, "method": "POST", "name": "Webhook", "type": "webhook", "payload": { "home": "Cosby", "favorite flavor": "flies" }, "url": "https://webhook.site/92081a97-2044-4fc1-9b66-a126f3baa082" } ``` Should not apply to any other content types or payload types.
PreviousNext