1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-10 11:42:05 +00:00

Update version following branching (#684)

This commit is contained in:
Tom Lebreux 2025-07-21 09:58:42 -04:00 committed by GitHub
parent 60f85f5a24
commit 41dfae2f1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@
],
"baseBranchPatterns": [
"main",
"release/v0.6",
"release/v0.5",
"release/v0.4",
"release/v0.3",

View File

@ -4,7 +4,8 @@ The current supported release lines are:
| Norman Branch | Norman Minor version | Matching Rancher Version |
|--------------------------|------------------------------------|------------------------------------------------|
| main | v0.6 | v2.12 |
| main | v0.7 | v2.13 |
| release/v0.6 | v0.6 | v2.12 |
| release/v0.5 | v0.5 | v2.11 |
| release/v0.4 | v0.4 | v2.10 |
| release/v0.3 | v0.3 | v2.9 |