Skip to content

Commit 3235742

Browse files
author
Souvik Sarkar
committed
RN - Pipelines 1.7.2
review comments final revisions
1 parent dc1caeb commit 3235742

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,3 +362,51 @@ With this update, {pipelines-title} General Availability (GA) 1.7.1 is available
362362
* Before this update, for each namespace the resource pruner job created a separate container to prune resources. With this update, the resource pruner job runs commands for all namespaces as a loop in one container.
363363
// https://issues.redhat.com/browse/SRVKP-2160
364364

365+
366+
[id="release-notes-1-7-2_{context}"]
367+
== Release notes for {pipelines-title} General Availability 1.7.2
368+
369+
With this update, {pipelines-title} General Availability (GA) 1.7.2 is available on {product-title} 4.9, 4.10, and the upcoming version.
370+
371+
[id="known-issues-1-7-2_{context}"]
372+
=== Known issues
373+
374+
* The `chains-config` config map for {tekton-chains} in the `openshift-pipelines` namespace is automatically reset to default after upgrading the {pipelines-title} Operator. Currently, there is no workaround for this issue.
375+
// https://issues.redhat.com/browse/SRVKP-2349
376+
377+
[id="fixed-issues-1-7-2_{context}"]
378+
=== Fixed issues
379+
380+
* Before this update, tasks on {pipelines-shortname} 1.7.1 failed on using `init` as the first argument, followed by two or more arguments. With this update, the flags are parsed correctly and the task runs are successful.
381+
// https://issues.redhat.com/browse/SRVKP-2340
382+
383+
* Before this update, installation of the {pipelines-title} Operator on {product-title} 4.9 and 4.10 failed due to invalid role binding, with the following error message:
384+
+
385+
[source,terminal]
386+
----
387+
error updating rolebinding openshift-operators-prometheus-k8s-read-binding: RoleBinding.rbac.authorization.k8s.io "openshift-operators-prometheus-k8s-read-binding" is invalid: roleRef: Invalid value: rbac.RoleRef{APIGroup:"rbac.authorization.k8s.io", Kind:"Role", Name:"openshift-operator-read"}: cannot change roleRef
388+
----
389+
+
390+
With this update, the {pipelines-title} Operator installs with distinct role binding namespaces to avoid conflict with installation of other Operators.
391+
// https://issues.redhat.com/browse/SRVKP-2327
392+
393+
* Before this update, upgrading the Operator triggered a reset of the `signing-secrets` secret key for {tekton-chains} to its default value. With this update, the custom secret key persists after you upgrade the Operator.
394+
+
395+
[NOTE]
396+
====
397+
Upgrading to {pipelines-title} 1.7.2 resets the key. However, when you upgrade to future releases, the key is expected to persist.
398+
====
399+
+
400+
// https://issues.redhat.com/browse/SRVKP-2304
401+
402+
* Before this update, all S2I build tasks failed with an error similar to the following message:
403+
+
404+
[source,terminal]
405+
----
406+
Error: error writing "0 0 4294967295\n" to /proc/22/uid_map: write /proc/22/uid_map: operation not permitted
407+
time="2022-03-04T09:47:57Z" level=error msg="error writing \"0 0 4294967295\\n\" to /proc/22/uid_map: write /proc/22/uid_map: operation not permitted"
408+
time="2022-03-04T09:47:57Z" level=error msg="(unable to determine exit status)"
409+
----
410+
+
411+
With this update, the `pipelines-scc` security context constraint (SCC) is compatible with the `SETFCAP` capability necessary for S2I and Buildah clustertasks. As a result, the S2I build tasks run successfully.
412+
// https://issues.redhat.com/browse/SRVKP-2091

0 commit comments

Comments
 (0)