Skip to content

Commit

Permalink
Add taskrun.status.cloudEvents to deprecation.md and mark it as
Browse files Browse the repository at this point in the history
deprecated.
  • Loading branch information
JeromeJu committed Jan 3, 2023
1 parent a044400 commit b0b3ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ being deprecated.
| [Several fields of Task.Step are deprecated](https://github.com/tektoncd/pipeline/issues/4737) | v0.36.0 | Beta | Feb 25, 2023 |
| [ClusterTask is deprecated](https://github.com/tektoncd/pipeline/issues/4476) | v0.41.0 | Beta | July 13, 2023 |
| [`pipelineRef.bundle` and `taskRef.bundle` are deprecated](https://github.com/tektoncd/pipeline/issues/5514) | v0.41.0 | Alpha | July 13, 2023 |
| [`taskrun.status.cloudEvents` are deprecated](https://github.com/tektoncd/community/blob/main/teps/0074-deprecate-pipelineresources.md)) | v0.44.0 | Alpha | Oct 11, 2023 |
1 change: 1 addition & 0 deletions pkg/apis/pipeline/v1beta1/taskrun_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ type TaskRunStatusFields struct {
// +listType=atomic
Steps []StepState `json:"steps,omitempty"`

// Deprecated. This field will be removed in a future release.
// CloudEvents describe the state of each cloud event requested via a
// CloudEventResource.
// +optional
Expand Down

0 comments on commit b0b3ca6

Please sign in to comment.