Skip to content

Commit

Permalink
docs(orca): Update the next release preview changelog
Browse files Browse the repository at this point in the history
Update the next release changelog with the changes done to enable by default the feature.igor.jobNameAsQueryParameter feature flag
  • Loading branch information
ovidiupopa07 committed Mar 15, 2023
1 parent 0f0347a commit 5c99fb2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions content/en/docs/releases/next-release-preview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,14 @@ https://github.com/spinnaker/deck/pull/9937 enhances the Rollback Cluster stage
`window.spinnakerSettings.feature.dynamicRollbackTimeout = true;`

The default is be used if there is no value set in the UI.

### send job name as query parameter to Igor

#### Orca
- The feature flag introduced in Orca (1.29 release) to use the new Igor `stop` endpoint will be enabled by default when Orca starts
```
feature:
igor:
jobNameAsQueryParameter: true
```
See the changes [here](https://github.com/spinnaker/orca/pull/4412)

0 comments on commit 5c99fb2

Please sign in to comment.