Skip to content

Commit 1bf463f

Browse files
authored
Merge pull request #86270 from mramendi/RHDEVDOCS-6324
RHDEVDOCS 6324 Add the need to change pipelines with ClusterTasks to Pipelines 1.17 RNs
2 parents 33588eb + ddadd34 commit 1bf463f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
# ...
2929
pipeline:
3030
git-resolver-config:
31-
# configuration 1
31+
# configuration 1
3232
fetch-timeout: "1m"
3333
default-url: "https://github.com/tektoncd/catalog.git"
3434
default-revision: "main"
@@ -128,7 +128,7 @@ spec:
128128
# ...
129129
chain:
130130
disabled: false
131-
generateSigningSecret: true
131+
generateSigningSecret: true
132132
# ...
133133
----
134134

@@ -158,7 +158,14 @@ spec:
158158
[id="breaking-changes-1-17_{context}"]
159159
== Breaking changes
160160

161-
* With this update, the deprecated `ClusterTask` resource is removed from the Operator. As an alternative, you can use the cluster resolver.
161+
* With this update, the deprecated `ClusterTask` resource is removed from the Operator. As an alternative, you can use the cluster resolver to access tasks that {pipelines-shortname} installs in the `openshift-pipelines` namespace.
162+
+
163+
[IMPORTANT]
164+
====
165+
Before upgrading to {pipelines-shortname} 1.17, if you configured any pipelines that use `ClusterTask` resources, you must edit them to use the tasks in the `openshift-pipelines` namespace. Otherwise, after the upgrade, the pipelines will fail.
166+
167+
For more information about using the tasks in the `openshift-pipelines` namespace, see xref:../create/remote-pipelines-tasks-resolvers.adoc#resolver-cluster-tasks-ref_remote-pipelines-tasks-resolvers[Tasks provided in the OpenShift Pipelines namespace].
168+
====
162169

163170
* With this update, the community cluster tasks are removed from the Operator. As an alternative, you can download them from the link:https://github.com/tektoncd/catalog[Tekton catalog] (GitHub resource). The community cluster tasks are planned to be added as tasks in a future release. The following list shows the removed community cluster tasks:
164171

0 commit comments

Comments
 (0)