diff --git a/README.md b/README.md index 5afc8ac8d..7c9c1fcbf 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ Among other things, the Tekton Dashboard supports: | Version | Docs | Pipelines | Triggers | | ------- | ---- | --------- | -------- | -| [HEAD](./DEVELOPMENT.md) | [Docs @ HEAD](./docs/README.md) | v0.25.x - v0.34.x | v0.15.x - 0.19.x | +| [HEAD](./DEVELOPMENT.md) | [Docs @ HEAD](./docs/README.md) | v0.25.x - v0.35.x | v0.15.x - 0.19.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 | | [v0.23.1](https://github.com/tektoncd/dashboard/releases/tag/v0.23.1) | [Docs @ v0.23.1](https://github.com/tektoncd/dashboard/tree/v0.23.1/docs) | v0.25.x - v0.30.x | v0.15.x - 0.17.x | diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index 0cf9d1dcd..f0b61e650 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.34.1 + export PIPELINES_VERSION=v0.35.0 fi if [ -z "$TRIGGERS_VERSION" ]; then