Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
],
"baseBranchPatterns": [
"main",
"release/v0.8",
"release/v0.7",
"release/v0.6",
"release/v0.5",
Expand Down
5 changes: 3 additions & 2 deletions VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Norman follows a pre-release (v0.x) strategy of semver. There is no compatibilit
The current supported release lines are:

| Norman Branch | Norman Minor version | Matching Rancher Version |
|--------------------------|------------------------------------|------------------------------------------------|
| main | v0.8 | v2.14 |
|---------------|----------------------|--------------------------|
| main | v0.9 | v2.15 |
| release/v0.8 | 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 |
Expand Down
Loading