Skip to content

Commit 3f00331

Browse files
authored
Merge pull request #55866 from shipsing/RHDEVDOCS-4980
RHDEVDOCS-4980: Update the pipelines 1.7 RN
2 parents 95b4fc1 + 3f441e2 commit 3f00331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/op-release-notes-1-7.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The `preview` and `stable` channels will be deprecated and removed in a future r
2727
** To add the annotations to a specific namespace, export the cluster task as a task to that namespace.
2828
// https://issues.redhat.com/browse/SRVKP-1514
2929

30-
* With this update, the `when` expressions in a `Task` object are scoped to guard the tasks by default. To continue guarding the `Task` object and its dependent tasks, set the `scope-when-expressions-to-task` flag to `true`.
30+
* Before this update, if certain conditions were not met, the `when` expression skipped a `Task` object and its dependent tasks. With this update, you can scope the `when` expression to guard the `Task` object only, not its dependent tasks. To enable this update, set the `scope-when-expressions-to-task` flag to `true` in the `TektonConfig` CRD.
3131
+
3232
[NOTE]
3333
====

0 commit comments

Comments
 (0)