1
0
mirror of https://github.com/rancher/norman.git synced 2026-01-13 19:35:30 +00:00

Add release/v0.7 to renovate (#728)

* Add release/v0.7 to renovate

* Update VERSION.md
This commit is contained in:
Tom Lebreux
2025-11-10 17:04:29 -05:00
committed by GitHub
parent d14394e537
commit 2da934fc07
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -4,7 +4,8 @@ The current supported release lines are:
| Norman Branch | Norman Minor version | Matching Rancher Version |
|--------------------------|------------------------------------|------------------------------------------------|
| main | v0.7 | v2.13 |
| main | v0.8 | v2.14 |
| release/v0.7 | 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 |