From d0b61b8d5e818c2a3a7dec0a44ad97ddb4587323 Mon Sep 17 00:00:00 2001 From: Jiaqi Luo Date: Tue, 3 Dec 2024 15:03:27 -0700 Subject: [PATCH] update the branching section in README Signed-off-by: Jiaqi Luo --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 873f3a98..47e80602 100644 --- a/README.md +++ b/README.md @@ -97,10 +97,13 @@ See [test process](docs/test-process.md) for details on release testing (_Terraf Branching the Provider --------------------------- -This provider is branched in correlation with minor versions of Rancher: 2.8, 2.9, etc. -The `release/v3` branch with 3.0.0+ is aligned with Rancher 2.7, - the `release/v4` branch with 4.0.0+ is aligned with Rancher 2.8, - and the `master` branch with 5.0.0+ is aligned with Rancher 2.9. +This provider is branched in correlation with minor versions of Rancher: +* The `release/v3` branch with 3.0.0+ is aligned with Rancher 2.7 +* the `release/v4` branch with 4.0.0+ is aligned with Rancher 2.8 +* the `release/v5` branch with 5.0.0+ is aligned with Rancher 2.9 +* the `release/v6` branch with 6.0.0+ is aligned with Rancher 2.10 +* the `master` branch with 7.0.0+ is aligned with Rancher 2.11 + The lifecycle of each major provider version is aligned with the lifecycle of each Rancher minor version. For example, provider versions 4.x are aligned with Rancher 2.8.x will only be actively maintained until the EOM for Rancher 2.8.x and supported until EOL for Rancher 2.8.x.