File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -22,23 +22,11 @@ Currently `scaleway-cloud-controller-manager` currently implements:
22
22
of ` type: LoadBalancer ` is created in Kubernetes.
23
23
- Zone interface - makes Kubernetes aware of the failure domain of each node.
24
24
25
- ## Compatibility matrix
25
+ ## Branches and releases
26
26
27
- | | K8S 1.17 | K8S 1.18 | K8S 1.19 | K8S 1.20 |
28
- | ---------| ----------| ----------| ----------| ----------|
29
- | v0.1.x | ✓ | ~ | ~ | ~ |
30
- | v0.18.x | ~ | ✓ | ~ | ~ |
31
- | v0.19.x | ~ | ~ | ✓ | ~ |
32
- | v0.20.x | ~ | ~ | ~ | ✓ |
33
-
34
- - ` ✓ ` fully supported
35
- - ` ~ ` some features may not be supported (usually a Kubernetes version mismatch)
36
-
37
- ### Branches and releases
38
-
39
- There is two types of branches:
40
- - ` matser ` which is the main branch
41
- - ` release-x.y ` which are the release branches. Each branch is built againt Kubernetes 1.y
27
+ There are two types of branches:
28
+ - ` master ` which is the main branch
29
+ - ` release-x.y ` which are the release branches. Each branch is built against Kubernetes 1.y
42
30
43
31
Most of the PRs on ` master ` will be backported to the supported ` release-x.y ` branches.
44
32
You can’t perform that action at this time.
0 commit comments