We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0347a commit b21802dCopy full SHA for b21802d
content/en/docs/releases/next-release-preview/index.md
@@ -146,3 +146,15 @@ https://github.com/spinnaker/deck/pull/9937 enhances the Rollback Cluster stage
146
`window.spinnakerSettings.feature.dynamicRollbackTimeout = true;`
147
148
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