diff --git a/docs/README.md b/docs/README.md index 3d7cd9bcb..63db19d4e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -48,7 +48,7 @@ Some of the features the Tekton Dashboard supports: | Version | Docs | Pipelines | Triggers | | ------- | ---- | --------- | -------- | -| [HEAD](https://github.com/tektoncd/dashboard/blob/main/DEVELOPMENT.md) | [Docs @ HEAD](https://github.com/tektoncd/dashboard/tree/main/docs) | v0.25.x - v0.35.x | v0.15.x - 0.20.x | +| [HEAD](https://github.com/tektoncd/dashboard/blob/main/DEVELOPMENT.md) | [Docs @ HEAD](https://github.com/tektoncd/dashboard/tree/main/docs) | v0.25.x - v0.36.x | v0.15.x - 0.20.x | | [v0.26.0](https://github.com/tektoncd/dashboard/releases/tag/v0.26.0) | [Docs @ v0.26.0](https://github.com/tektoncd/dashboard/tree/v0.26.0/docs) | v0.25.x - v0.35.x | v0.15.x - 0.19.x | | [v0.25.0](https://github.com/tektoncd/dashboard/releases/tag/v0.25.0) | [Docs @ v0.25.0](https://github.com/tektoncd/dashboard/tree/v0.25.0/docs) | v0.25.x - v0.34.x | v0.15.x - 0.19.x | | [v0.24.2](https://github.com/tektoncd/dashboard/releases/tag/v0.24.2) | [Docs @ v0.24.2](https://github.com/tektoncd/dashboard/tree/v0.24.2/docs) | v0.25.x - v0.32.x | v0.15.x - 0.18.x | diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index 32b28ef1a..80a558027 100755 --- a/test/e2e-tests.sh +++ b/test/e2e-tests.sh @@ -219,7 +219,7 @@ if [ -z "$SKIP_BUILD_TEST" ]; then fi if [ -z "$PIPELINES_VERSION" ]; then - export PIPELINES_VERSION=v0.35.1 + export PIPELINES_VERSION=v0.36.0 fi if [ -z "$TRIGGERS_VERSION" ]; then