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 20, 2024
1 parent 21d3f2e commit 4afa330
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.
With https://github.com/spinnaker/orca/pull/4781, 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 4afa330

Please sign in to comment.