|
3 | 3 | </p> |
4 | 4 |
|
5 | 5 | <p align="center"> |
6 | | - <img src="https://img.shields.io/badge/Swift-5.6-orange.svg" /> |
7 | | - <a href="https://v1-28.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/"> |
8 | | - <img src="https://img.shields.io/badge/Kubernetes-1.28.3-blue.svg" alt="Kubernetes 1.28.3"/> |
| 6 | + <a href="https://swift.org"> |
| 7 | + <img src="https://img.shields.io/badge/swift-6.0-f05138.svg"/> |
| 8 | + </a> |
| 9 | + <a href="https://swift.org"> |
| 10 | + <img src="https://img.shields.io/badge/swift-5.6+-f05138.svg"/> |
| 11 | + </a> |
| 12 | + <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/"> |
| 13 | + <img src="https://img.shields.io/badge/Kubernetes-1.32.0-blue.svg" alt="Kubernetes 1.32.0"/> |
9 | 14 | </a> |
10 | 15 | <a href="https://swift.org/package-manager"> |
11 | 16 | <img src="https://img.shields.io/badge/swiftpm-compatible-brightgreen.svg?style=flat" alt="Swift Package Manager" /> |
|
41 | 46 |
|
42 | 47 | ## Compatibility Matrix |
43 | 48 |
|
44 | | -| | <1.18.9 | 1.18.9 - 1.18.13 | 1.19.8 | 1.20.9 | 1.22.7 | 1.24.8 | 1.24.10 | 1.25.9 | 1.26.4 | 1.28.0 | 1.28.3 | 1.29.6 | |
45 | | -|----------|---------|------------------|--------|--------|--------|--------|---------|--------|--------|--------|--------|--------| |
46 | | -| `0.2.x` | - | ✓ | - | - | - | - | - | - | - | - | - | - | |
47 | | -| `0.3.x` | - | - | ✓ | - | - | - | - | - | - | - | - | - | |
48 | | -| `0.4.x` | - | - | - | ✓ | - | - | - | - | - | - | - | - | |
49 | | -| `0.5.x` | - | - | - | - | ✓ | - | - | - | - | - | - | - | |
50 | | -| `0.6.x` | - | - | - | - | - | ✓ | - | - | - | - | - | - | |
51 | | -| `0.7.x` | - | - | - | - | - | ✓ | - | - | - | - | - | - | |
52 | | -| `0.8.x` | - | - | - | - | - | - | ✓ | - | - | - | - | - | |
53 | | -| `0.9.x` | - | - | - | - | - | - | - | ✓ | - | - | - | - | |
54 | | -| `0.10.x` | - | - | - | - | - | - | - | - | ✓ | - | - | - | |
55 | | -| `0.11.x` | - | - | - | - | - | - | - | - | ✓ | - | - | - | |
56 | | -| `0.12.x` | - | - | - | - | - | - | - | - | - | ✓ | - | - | |
57 | | -| `0.13.x` | - | - | - | - | - | - | - | - | - | - | ✓ | ✓ | |
58 | | -| `0.14.x` | - | - | - | - | - | - | - | - | - | - | - | ✓ | |
| 49 | +| | 1.25.9 | 1.26.4 | 1.28.0 | 1.28.3 | 1.29.6 | 1.32.0 | |
| 50 | +|----------|--------|--------|--------|--------|--------|--------| |
| 51 | +| `0.9.x` | ✓ | - | - | - | - | - | |
| 52 | +| `0.10.x` | - | ✓ | - | - | - | - | |
| 53 | +| `0.11.x` | - | ✓ | - | - | - | - | |
| 54 | +| `0.12.x` | - | - | ✓ | - | - | - | |
| 55 | +| `0.13.x` | - | - | - | ✓ | ✓ | - | |
| 56 | +| `0.14.x` | - | - | - | - | ✓ | - | |
| 57 | +| `0.15.x` | - | - | - | - | - | ✓ | |
59 | 58 |
|
60 | 59 | - `✓` Exact match of API objects in both model and the Kubernetes version. |
61 | 60 | - `-` API objects mismatches either due to the removal of old API or the addition of new API. However, everything the |
|
0 commit comments