From 62406426f3dd5a6c0e9f1447646bc41cd7e35e95 Mon Sep 17 00:00:00 2001 From: Chitrang Patel Date: Tue, 25 Jun 2024 18:50:40 -0400 Subject: [PATCH] Create release v0.61.0. This PR updates the releases.md. --- releases.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/releases.md b/releases.md index f43c49bf878..cc7601cbed1 100644 --- a/releases.md +++ b/releases.md @@ -40,11 +40,12 @@ Further documentation available: - Standard for [release notes][release-notes-standards] ## Release -### v0.60 -- **Latest Release**: [v0.60.1][v0.60-1] (2024-05-28) ([docs][v0.60-1-docs], [examples][v0.60-1-examples]) -- **Initial Release**: [v0.60.0][v0.60-0] (2024-05-22) -- **End of Life**: 2024-06-22 -- **Patch Releases**: [v0.60.0][v0.60-0], [v0.60.1][v0.60-1] + +### v0.61 +- **Latest Release**: [v0.61.0][v0.61-0] (2024-06-25) ([docs][v0.61-0-docs], [examples][v0.61-0-examples]) +- **Initial Release**: [v0.61.0][v0.61-0] (2024-06-25) +- **End of Life**: 2024-07-25 +- **Patch Releases**: [v0.61.0][v0.61-0] ### v0.59 (LTS) @@ -76,6 +77,12 @@ Further documentation available: ## End of Life Releases +### v0.60 +- **Latest Release**: [v0.60.1][v0.60-1] (2024-05-28) ([docs][v0.60-1-docs], [examples][v0.60-1-examples]) +- **Initial Release**: [v0.60.0][v0.60-0] (2024-05-22) +- **End of Life**: 2024-06-22 +- **Patch Releases**: [v0.60.0][v0.60-0], [v0.60.1][v0.60-1] + ### v0.58 - **Latest Release**: [v0.58.0][v0.58-0] (2024-03-20) ([docs][v0.58-0-docs], [examples][v0.58-0-examples]) @@ -213,6 +220,7 @@ Older releases are EOL and available on [GitHub][tekton-pipeline-releases]. [release-notes-standards]: https://github.com/tektoncd/community/blob/main/standards.md#release-notes +[v0.61-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.61.0 [v0.60-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.60.0 [v0.60-1]: https://github.com/tektoncd/pipeline/releases/tag/v0.60.1 [v0.59-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.59.0 @@ -275,6 +283,7 @@ Older releases are EOL and available on [GitHub][tekton-pipeline-releases]. [v0-37-5]: https://github.com/tektoncd/pipeline/releases/tag/v0.37.5 [v0-37-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.37.0 +[v0.61-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.61.0/docs#tekton-pipelines [v0.60-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.60.0/docs#tekton-pipelines [v0.60-1-docs]: https://github.com/tektoncd/pipeline/tree/v0.60.1/docs#tekton-pipelines [v0.59-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.59.0/docs#tekton-pipelines @@ -300,6 +309,7 @@ Older releases are EOL and available on [GitHub][tekton-pipeline-releases]. [v0-38-4-docs]: https://github.com/tektoncd/pipeline/tree/v0.38.4/docs#tekton-pipelines [v0-37-5-docs]: https://github.com/tektoncd/pipeline/tree/v0.37.5/docs#tekton-pipelines +[v0.61-0-examples]: https://github.com/tektoncd/pipeline/tree/v0.61.0/examples#examples [v0.60-0-examples]: https://github.com/tektoncd/pipeline/tree/v0.60.0/examples#examples [v0.60-1-examples]: https://github.com/tektoncd/pipeline/tree/v0.60.1/examples#examples [v0.59-0-examples]: https://github.com/tektoncd/pipeline/tree/v0.59.0/examples#examples