Skip to content

Commit af7621e

Browse files
authored
Merge pull request #50177 from rolfedh/RHDEVDOCS-4436
RHDEVDOCS-4436 Update OP 1.7 Release Note
2 parents 217f66d + c452b34 commit af7621e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ Pipelines as Code supports the following features:
252252
== Deprecated features
253253

254254
// Pipelines
255-
* Breaking change: The `disable-working-directory-overwrite` and `disable-home-env-overwrite` fields in the `TektonConfig` custom resource (CR) is removed. As a result, the `$HOME` environment variable and `workingDir` parameter are unavailable.
255+
* Breaking change: This update removes the `disable-working-directory-overwrite` and `disable-home-env-overwrite` fields from the `TektonConfig` custom resource (CR). As a result, the `TektonConfig` CR no longer automatically sets the `$HOME` environment variable and `workingDir` parameter. You can still set the `$HOME` environment variable and `workingDir` parameter by using the the `env` and `workingDir` fields in the `Task` custom resource definition (CRD).
256+
256257
// https://github.com/tektoncd/pipeline/pull/4587
257258

258259
* The `Conditions` custom resource definition (CRD) type is deprecated and planned to be removed in a future release. Instead, use the recommended `When` expression.

0 commit comments

Comments
 (0)