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 c35900d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 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,31 @@ controller:
#### Orca
Updates Orca's SavePipelineTask to support bulk saves using the updated functionality in the front50 bulk save endpoint.
Keys from the stage context's outputs section can now be removed (there by reducing the context size significantly).
Here is a sample configuration to remove some of the keys:
```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 c35900d

Please sign in to comment.