From e00a7c87136b7c68abfd4c21a9961e7e4984e340 Mon Sep 17 00:00:00 2001 From: JeromeJu Date: Wed, 27 Sep 2023 14:33:49 +0000 Subject: [PATCH] Add V1 Migration Guide Link in tektoncd/pipeline Readme This commit adds the v1 migration guide in readme.md for better visibility of the latest migrating link of pipeline. /kind documentation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e0acc05cc35..af8d9b10039 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,15 @@ deprecated and the earliest date they'll be removed._ ## Migrating +### v1beta1 to v1 + +Several Tekton CRDs and API spec fields, including ClusterTask CRD and Pipeline +Resources fields, were updated or deprecated during the migration from `v1beta1` +to `v1`. + +For users migrating their Tasks and Pipelines from `v1beta1` to `v1`, check +out [the v1beta1 to v1 migration guide](./docs/migrating-v1beta1-to-v1.md). + ### v1alpha1 to v1beta1 In the move from v1alpha1 to v1beta1 several spec fields and Tekton