Skip to content

Commit f6ee3f2

Browse files
committed
Update README and CHANGELOG
1 parent 705a8ac commit f6ee3f2

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.15.0
4+
5+
- Update to Kubernetes v1.32.0
6+
- Support Swift 6
7+
38
## 0.14.0
49

510
- Update to Kubernetes v1.29.6

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
</p>
44

55
<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"/>
914
</a>
1015
<a href="https://swift.org/package-manager">
1116
<img src="https://img.shields.io/badge/swiftpm-compatible-brightgreen.svg?style=flat" alt="Swift Package Manager" />
@@ -41,21 +46,15 @@
4146

4247
## Compatibility Matrix
4348

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` | - | - | - | - | - ||
5958

6059
- `` Exact match of API objects in both model and the Kubernetes version.
6160
- `-` API objects mismatches either due to the removal of old API or the addition of new API. However, everything the

0 commit comments

Comments
 (0)