1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

1.2 RN updates in OCP 4.7 and later versions

This commit is contained in:
Srivaralakshmi
2021-03-17 13:09:14 +05:30
committed by openshift-cherrypick-robot
parent 6aaa298469
commit ffe546cb98

View File

@@ -69,7 +69,7 @@ Installations in restricted environments are currently not supported on IBM Powe
[id="deprecated-features-1-2_{context}"]
== Deprecated features
* `$(params)` are now deprecated and replaced by `$(tt.params)` to avoid confusion between the `resourcetemplate` and `triggertemplate` parameters.
* `$(params)` are now removed and replaced by `$(tt.params)` to avoid confusion between the `resourcetemplate` and `triggertemplate` parameters.
* The `ServiceAccount` reference of the optional `EventListenerTrigger`-based authentication level has changed from an object reference to a `ServiceAccountName` string. This ensures that the `ServiceAccount` reference is in the same namespace as the `EventListenerTrigger` object.
* The `Conditions` custom resource definition (CRD) is now deprecated; use the `WhenExpressions` CRD instead.
* The `PipelineRun.Spec.ServiceAccountNames` object is being deprecated and replaced by the `PipelineRun.Spec.TaskRunSpec[].ServiceAccountName` object.