File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,15 @@ Each wrangler major version supports a range of Kubernetes minor versions. The r
1313- A feature was added, in a backwards-compatible way.
1414- A breaking change in an exported function is made to resolve a CVE.
1515
16+ <ins >Dealing with Kubernetes 1.35</ins >
17+ Clients working with versions of Kubernetes before 1.35 might not work with the ` main `
18+ branch. Use a tag off the ` release/v3 ` branch instead. At a later point there will be
19+ a Wrangler Major version ` v4 ` .
20+
1621The current supported release lines are:
1722
1823| Wrangler Branch | Wrangler Major version | Supported Kubernetes Versions |
1924| --------------------------| ------------------------------------| ------------------------------------------------|
20- | main | v3 | v1.26 - v1.33 |
25+ | main | v3 | v1.26 - v1.35 |
2126| release/v2 | v2 | v1.23 - v1.26 |
27+ | release/v3 | v3 | v1.23 - v1.34 |
You can’t perform that action at this time.
0 commit comments