Skip to content

Commit 578b705

Browse files
Add notes on release/v3 to VERSIONS.md (#638)
1 parent 79113e2 commit 578b705

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

VERSION.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
1621
The 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 |

0 commit comments

Comments
 (0)