Skip to content

Commit 3234437

Browse files
authored
Merge pull request #87 from mallardduck/post-2110-release
update readme for post 2.11 release
2 parents 9fbd657 + 4eb31fe commit 3234437

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ This repo produces a Rancher specific version of the `flavio/kuberlr` image.
1616
## Branches, Releases, and Rancher
1717
| Branch | Release Tag | Rancher Tag (Branch) |
1818
|---------------------|---------------|------------------------|
19-
| main (release/v4.x) | head (v4.Y.Z) | 2.11.Z (main) |
19+
| main (release/v5.x) | head (v5.Y.Z) | 2.12.Z (main) |
20+
| release/v4.x | v4.Y.Z | 2.11.Z (release/v2.11) |
2021
| release/v3.x | v3.Y.Z | 2.10.Z (release/v2.10) |
2122
| release/v2.x | v2.Y.Z | 2.9.Z (release/v2.9) |
22-
| release/v1.x | v1.Y.Z | 2.8.Z (release/v2.8) |
2323

2424
### Notes:
2525
- Each minor Rancher release will get a `rancher/kuberlr-kubectl` branch:
2626
- Each branch will get an image tag major to match it.
2727
- This gives us full "Y" and "Z" control on versioning the component to target Rancher minors.
28-
- E.x. Rancher 2.8.x releases will get varying versions of 1.Y.Z
28+
- E.x. Rancher 2.10.x releases will get varying versions of 3.Y.Z
2929

3030
### Migration
3131

@@ -50,18 +50,20 @@ gantt
5050
axisFormat 1.%S
5151
tickInterval 1second
5252
section Rancher
53-
2.8.X :25,28
53+
2.11.X :30,32
54+
2.10.X :28,31
5455
2.9.X :27,30
5556
section kuberlr-kubectl image
56-
1.Y.Z (for Rancher 2.8) :25,28
57-
2.Y.Z (for Rancher 2.9) :27,30
57+
4.Y.Z :30,32
58+
3.Y.Z :28,31
59+
2.Y.Z :27,30
5860
section Kubectl Drift
59-
1.25 :24,26
60-
1.26 :25,27
6161
1.27 :26,28
6262
1.28 :27,29
6363
1.29 :28,30
6464
1.30 :29,31
65+
1.31 :30,32
66+
1.32 :31,33
6567
```
6668

6769
> Note: Over-time, as new `kuberlr` binaries are released we can still bump the Y or Z of each `rancher/kuberlr-kubectl` release to update all supported Rancher releases.

0 commit comments

Comments
 (0)