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
docs: add deprecation notice of Repository CR PipelineRun status
- Add prominent deprecation notice in repositorycrd.md and statuses.md
- State the field will be removed in a future release
- Improves wording; no functional changes
Signed-off-by: Zaki Shaikh <zashaikh@redhat.com>
Copy file name to clipboardExpand all lines: docs/content/docs/guide/repositorycrd.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ The Repository CR serves the following purposes:
15
15
- Letting you declare [custom parameters]({{< relref "/docs/guide/customparams" >}})
16
16
within the `PipelineRun` that can be expanded based on certain filters.
17
17
18
+
{{< hint danger >}}
19
+
The `pipelinerun_status` field in the `Repository` CR is scheduled for deprecation and will be removed in a future release. Please avoid relying on it.
20
+
{{< /hint >}}
21
+
18
22
To configure Pipelines-as-Code, a Repository CR must be created within the
19
23
user's namespace, for example `project-repository`, where their CI will run.
Copy file name to clipboardExpand all lines: docs/content/docs/guide/statuses.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,10 @@ repository.
107
107
The most recent five statuses of any PipelineRuns associated with a repository
108
108
are stored within the corresponding repository custom resource (CR).
109
109
110
+
{{< hint danger >}}
111
+
The `pipelinerun_status` field in the `Repository` CR is scheduled for deprecation and will be removed in a future release. Please avoid relying on it.
112
+
{{< /hint >}}
113
+
110
114
```console
111
115
% kubectl get repo -n pipelines-as-code-ci
112
116
NAME URL NAMESPACE SUCCEEDED REASON STARTTIME COMPLETIONTIME
0 commit comments