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-7.adoc
+48Lines changed: 48 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -362,3 +362,51 @@ With this update, {pipelines-title} General Availability (GA) 1.7.1 is available
362
362
* 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.
363
363
// https://issues.redhat.com/browse/SRVKP-2160
364
364
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:
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.
0 commit comments