Skip to content

Commit

Permalink
doc(changelog): Add changelog for spinnaker/orca#4804 (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirangodishala authored Jan 2, 2025
1 parent fac6088 commit 7c1769d
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion content/en/docs/releases/next-release-preview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,32 @@ Please make a pull request to describe any changes you wish to highlight
in the next release of Spinnaker. These notes will be prepended to the release
changelog.

## Coming Soon in Release 1.37
## Coming Soon in Release 1.37

### Orca
With https://github.com/spinnaker/orca/pull/4804, the api `/applications/{application}/pipelines?expand=false&limit=2` performance is improved when using sql as the backend.
Orca's queries to its sql db are optimized while handling the data obtained from front50.
TaskController is refactored to support externalized config properties.

#### Breaking changes:
These configuration properties:
```yaml
tasks:
days-of-execution-history:
number-of-old-pipeline-executions-to-include:
```
are replaced by the below configuration along with few more newly added ones:
```yaml
tasks:
controller:
days-of-execution-history:
number-of-old-pipeline-executions-to-include:

optimize-execution-retrieval: <boolean>
max-execution-retrieval-threads:
max-number-of-pipeline-executions-to-process:
execution-retrieval-timeout-seconds:
```

0 comments on commit 7c1769d

Please sign in to comment.