Skip to content

Commit

Permalink
doc(changelog): Add changelog for spinnaker/orca#4781.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirangodishala committed Sep 19, 2024
1 parent 21d3f2e commit 5de9ed9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions content/en/docs/releases/next-release-preview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,30 @@ controller:
#### Orca
Updates Orca's SavePipelineTask to support bulk saves using the updated functionality in the front50 bulk save endpoint.
Some of the keys from the stage context's outputs section can now be removed (there by reducing the context size significantly) using the below configuration:
```yaml
tasks:
clouddriver:
promoteManifestKatoOutputsTask:
excludeKeysFromOutputs:
- outputs.createdArtifacts
- outputs.manifests
- outputs.boundArtifacts
waitOnJobCompletionTask:
excludeKeysFromOutputs:
- jobStatus
- completionDetails
resolveDeploySourceManifestTask:
excludeKeysFromOutputs:
- manifests
- requiredArtifacts
- optionalArtifacts
core:
bindProducedArtifactsTask:
excludeKeysFromOutputs:
- artifacts
```
#### Front50
Batch update operation in front50 is now atomic. Deserialization issues are addressed.
Expand Down

0 comments on commit 5de9ed9

Please sign in to comment.