You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/op-release-notes-1-6.adoc
+70-1Lines changed: 70 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,4 +331,73 @@ When you upgrade to future releases, the {pipelines-title} Operator will automat
331
331
// https://issues.redhat.com/browse/SRVKP-2249
332
332
333
333
* Before this update, setting the `clusterTasks` and `pipelineTemplates` fields to `false` in the `TektonConfig` CR slowed the removal of cluster tasks and pipeline templates. This update improves the speed of lifecycle management of Tekton resources such as cluster tasks and pipeline templates.
334
-
// https://issues.redhat.com/browse/SRVKP-2043
334
+
// https://issues.redhat.com/browse/SRVKP-2043
335
+
336
+
[id="release-notes-1-6-4_{context}"]
337
+
== Release notes for {pipelines-title} General Availability 1.6.4
338
+
339
+
[id="known-issues-1-6-4_{context}"]
340
+
=== Known issues
341
+
342
+
* After upgrading from {pipelines-title} 1.5.2 to 1.6.4, accessing the event listener routes returns a `503` error.
343
+
+
344
+
Workaround: Modify the target port in the YAML file for the event listener's route.
345
+
+
346
+
. Extract the route name for the relevant namespace.
347
+
+
348
+
[source,terminal]
349
+
----
350
+
$ oc get route -n <namespace>
351
+
----
352
+
+
353
+
. Edit the route to modify the value of the `targetPort` field.
* Before this update, the Operator failed when creating RBAC resources if any namespace was in a `Terminating` state. With this update, the Operator ignores namespaces in a `Terminating` state and creates the RBAC resources.
400
+
// https://issues.redhat.com/browse/SRVKP-2248
401
+
402
+
* Before this update, the task runs failed or restarted due to absence of annotation specifying the release version of the associated Tekton controller. With this update, the inclusion of the appropriate annotations are automated, and the tasks run without failure or restarts.
0 commit comments