From b05985c39e27bebfa571e2d719a7e8173c471528 Mon Sep 17 00:00:00 2001 From: Andrew Bayer Date: Wed, 22 Jun 2022 10:48:57 -0400 Subject: [PATCH] Fix formatting of deprecation table There was an extra newline before the last entry, breaking its formatting. Signed-off-by: Andrew Bayer --- docs/deprecations.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/deprecations.md b/docs/deprecations.md index 903d9c42d7d..60b9d3b7bb6 100644 --- a/docs/deprecations.md +++ b/docs/deprecations.md @@ -23,5 +23,4 @@ being deprecated. | [`PipelineResources` are deprecated.](https://github.com/tektoncd/community/blob/main/teps/0074-deprecate-pipelineresources.md) | [v0.30.0](https://github.com/tektoncd/pipeline/releases/tag/v0.30.0) | Alpha | Dec 20 2021 | | [The `PipelineRun.Status.TaskRuns` and `PipelineRun.Status.Runs` fields are deprecated and will be removed.](https://github.com/tektoncd/community/blob/main/teps/0100-embedded-taskruns-and-runs-status-in-pipelineruns.md) | v0.35.0 | Beta | Jan 25, 2023 | | [PipelineRun.Timeout is deprecated and will be removed](https://github.com/tektoncd/community/blob/main/teps/0046-finallytask-execution-post-timeout.md) | v0.36.0 (to be released) | Beta | Feb 25, 2023 | - | [Several fields of Task.Step are deprecated](https://github.com/tektoncd/pipeline/issues/4737) | v0.36.0 (to be released) | Beta | Feb 25, 2023 |