Skip to content

Commit b21802d

Browse files
committed
docs(orca): Update the next release preview changelog
Update the next release changelog with the changes done to enable by default the feature.igor.jobNameAsQueryParameter feature flag
1 parent 0f0347a commit b21802d

File tree

1 file changed

+12
-0
lines changed
  • content/en/docs/releases/next-release-preview

1 file changed

+12
-0
lines changed

content/en/docs/releases/next-release-preview/index.md

+12
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,15 @@ https://github.com/spinnaker/deck/pull/9937 enhances the Rollback Cluster stage
146146
`window.spinnakerSettings.feature.dynamicRollbackTimeout = true;`
147147

148148
The default is be used if there is no value set in the UI.
149+
150+
### send job name as query parameter to Igor
151+
152+
#### Orca
153+
- The feature flag introduced in Orca (1.29 release) to use the new Igor `stop` endpoint will be enabled by default when Orca starts
154+
```
155+
feature:
156+
igor:
157+
jobNameAsQueryParameter: true
158+
```
159+
See the changes [here](https://github.com/spinnaker/orca/pull/4412)
160+
- Pending any issues uncovered this release the flag will be removed and behavior defaulted in an upcoming release

0 commit comments

Comments
 (0)