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 b21802d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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,15 @@ 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)
- Pending any issues uncovered this release the flag will be removed and behavior defaulted in an upcoming release

0 comments on commit b21802d

Please sign in to comment.