Skip to content

Commit 0a7d361

Browse files
authored
Merge pull request #99761 from ochromy/RHDEVDOCS-6764
[RHDEVDOCS-6764] Add IBM Z env into 1.20 RN
2 parents 8c66cf6 + c32c5d3 commit 0a7d361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/op-release-notes-1-20-0.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ $ oc patch configmap pipelines-as-code -n openshift-pipelines --type=json -p='[{
184184
* Using `opc pr logs` in the OpenShift namespace may fail with repeated `Failed to list objects from openshift namespace` errors for both admin and non-admin users.
185185

186186
.{tekton-cache}
187-
* On IBM P environments, the `cache-fetch` step may fail with the error `failed to change ownership: operation not permitted`. This typically occurs because of filesystem permission restrictions on the underlying storage.
187+
* On IBM P and IBM Z environments, the `cache-fetch` step might fail with the `failed to change ownership: operation not permitted` error message. This issue occurs due to filesystem permission restrictions on the underlying storage.
188188

189189
.{tekton-chains}
190190
* Pod anti-affinity rules are not applied to `tekton-chains-controller` replicas.
@@ -236,7 +236,7 @@ data:
236236

237237
* Before this update, the `git-clone` task failed with a `No such remote 'origin'` error messgae if the `origin` remote was missing from the repository. With this update, the task automatically adds the `origin` remote to the repository configuration, ensuring correct setup and successful cloning.
238238

239-
* Before this update, {pac} failed immediately when resource quotas were exceeded, canceling the run and interrupting user workflows. With this update, the controllers retry and automatically rerun if resources become available, reducing unnecessary cancellations and improving pipeline reliability.
239+
* Before this update, the `pipeline` controller failed immediately when resource quotas were exceeded, canceling the run and interrupting user workflows. With this update, the controller retries and automatically reruns if resources become available, reducing unnecessary cancellations and improving pipeline reliability.
240240

241241
* Before this update, the pipeline builder UI failed to save a pipeline when the `buildah` task `BUILD_ARGS` parameter had the default value `[""]`. The validation incorrectly rejected empty strings in arrays, even though the task could run successfully.
242242
With this update, the issue is fixed, allowing pipelines with default `BUILD_ARGS` parameter to be saved correctly.

0 commit comments

Comments
 (0)