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 wrangler major version supports a range of Kubernetes minor versions. The range supported by each major release line is include below. Wrangler follows the following rules for changes between major/minor/patch:
2
+
3
+
<ins>Major Version Increases</ins>:
4
+
- Support for a kubernetes version is explicitly removed (note that this means that wrangler uses a feature that does not work on this version).
5
+
- A breaking change is made, which is not necessary to resolve a defect.
6
+
7
+
<ins>Minor Version Increases</ins>:
8
+
- Support for a kubernetes version is added.
9
+
- A breaking change in an exported function is made to resolve a defect.
10
+
11
+
<ins>Patch Version Increases</ins>
12
+
- A bug was fixed.
13
+
- A feature was added, in a backwards-compatible way.
14
+
- A breaking change in an exported function is made to resolve a CVE.
15
+
16
+
The current supported release lines are:
17
+
18
+
| Wrangler Branch | Wrangler Major version | Supported Kubernetes Versions |
0 commit comments