You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Each minor Rancher release will get a `rancher/kuberlr-kubectl` branch:
26
26
- Each branch will get an image tag major to match it.
27
27
- 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
29
29
30
30
### Migration
31
31
@@ -50,18 +50,20 @@ gantt
50
50
axisFormat 1.%S
51
51
tickInterval 1second
52
52
section Rancher
53
-
2.8.X :25,28
53
+
2.11.X :30,32
54
+
2.10.X :28,31
54
55
2.9.X :27,30
55
56
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
58
60
section Kubectl Drift
59
-
1.25 :24,26
60
-
1.26 :25,27
61
61
1.27 :26,28
62
62
1.28 :27,29
63
63
1.29 :28,30
64
64
1.30 :29,31
65
+
1.31 :30,32
66
+
1.32 :31,33
65
67
```
66
68
67
69
> 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