From b57410e98143e5bab1e8019c2c4263878dcdf59f Mon Sep 17 00:00:00 2001 From: Jerop Date: Tue, 15 Jun 2021 10:04:59 -0400 Subject: [PATCH] Add v0.25.0 to the README Adding release, documentation and examples links for v0.25.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dac56115dfe..65c399104be 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ a cluster with **Kubernetes version 1.18 or later***. | Version | Docs | Examples | | ------- | ---- | -------- | | [HEAD](DEVELOPMENT.md#install-pipeline) | [Docs @ HEAD](/docs/README.md) | [Examples @ HEAD](/examples) | +| [v0.25.0](https://github.com/tektoncd/pipeline/releases/tag/v0.25.0) | [Docs @ v0.25.0](https://github.com/tektoncd/pipeline/tree/v0.25.0/docs#tekton-pipelines) | [Examples @ v0.25.0](https://github.com/tektoncd/pipeline/tree/v0.25.0/examples#examples) | | [v0.24.3](https://github.com/tektoncd/pipeline/releases/tag/v0.24.3) | [Docs @ v0.24.3](https://github.com/tektoncd/pipeline/tree/v0.24.3/docs#tekton-pipelines) | [Examples @ v0.24.3](https://github.com/tektoncd/pipeline/tree/v0.24.3/examples#examples) | | [v0.24.2](https://github.com/tektoncd/pipeline/releases/tag/v0.24.2) | [Docs @ v0.24.2](https://github.com/tektoncd/pipeline/tree/v0.24.2/docs#tekton-pipelines) | [Examples @ v0.24.2](https://github.com/tektoncd/pipeline/tree/v0.24.2/examples#examples) | | [v0.24.1](https://github.com/tektoncd/pipeline/releases/tag/v0.24.1) | [Docs @ v0.24.1](https://github.com/tektoncd/pipeline/tree/v0.24.1/docs#tekton-pipelines) | [Examples @ v0.24.1](https://github.com/tektoncd/pipeline/tree/v0.24.1/examples#examples) |