10
10
<img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswiftkube%2Fclient%2Fbadge%3Ftype%3Dplatforms"/>
11
11
</a>
12
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 "/>
13
+ <img src="https://img.shields.io/badge/Kubernetes-1.32.2 -blue.svg" alt="Kubernetes 1.32.2 "/>
14
14
</a>
15
15
<a href="https://swift.org/package-manager">
16
16
<img src="https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg?style=flat" alt="Swift Package Manager" />
@@ -68,14 +68,14 @@ on [SwiftNIO](https://github.com/apple/swift-nio) and the [AysncHTTPClient](http
68
68
69
69
## Compatibility Matrix
70
70
71
- | | 1.24.10 | 1.26.4 | 1.28.0 | 1.28.3 | 1.29.6 | 1.32.0 |
72
- | -------------------| ---------| --------| --------| --------| --------| --------|
73
- | ` 0.14.x ` | ✓ | - | - | - | - | - |
74
- | ` 0.15.x ` | - | ✓ | - | - | - | - |
75
- | ` 0.16.x ` | - | - | ✓ | - | - | - |
76
- | ` 0.17.x ` | - | - | - | ✓ | - | - |
77
- | ` 0.18.x ` | - | - | - | - | ✓ | - |
78
- | ` 0.19.x ` -` 0.22 .0 ` | - | - | - | - | - | ✓ |
71
+ | | 1.24.10 | 1.26.4 | 1.28.0 | 1.28.3 | 1.29.6 | 1.32.0 | 1.32.2 |
72
+ | -------------------| ---------| --------| --------| --------| --------| --------| -------- |
73
+ | ` 0.14.x ` | ✓ | - | - | - | - | - | - |
74
+ | ` 0.15.x ` | - | ✓ | - | - | - | - | - |
75
+ | ` 0.16.x ` | - | - | ✓ | - | - | - | - |
76
+ | ` 0.17.x ` | - | - | - | ✓ | - | - | - |
77
+ | ` 0.18.x ` | - | - | - | - | ✓ | - | - |
78
+ | ` 0.19.x ` -` 0.23 .0 ` | - | - | - | - | - | ✓ | ✓ |
79
79
80
80
- ` ✓ ` Exact match of API objects in both client and the Kubernetes version.
81
81
- ` - ` API objects mismatches either due to the removal of old API or the addition of new API. However, everything the
@@ -544,7 +544,7 @@ app.get("metrics") { request -> EventLoopFuture<String> in
544
544
To use the `SwiftkubeClient` in a SwiftPM project, add the following line to the dependencies in your `Package.swift` file :
545
545
546
546
` ` ` swift
547
- .package(name: "SwiftkubeClient", url: "https://github.com/swiftkube/client.git", from: "0.22 .0")
547
+ .package(name: "SwiftkubeClient", url: "https://github.com/swiftkube/client.git", from: "0.23 .0")
548
548
` ` `
549
549
550
550
then include it as a dependency in your target :
@@ -555,7 +555,7 @@ import PackageDescription
555
555
let package = Package(
556
556
// ...
557
557
dependencies: [
558
- .package(name: "SwiftkubeClient", url: "https://github.com/swiftkube/client.git", from: "0.22 .0")
558
+ .package(name: "SwiftkubeClient", url: "https://github.com/swiftkube/client.git", from: "0.23 .0")
559
559
],
560
560
targets: [
561
561
.target(name: "<your-target>", dependencies: [
0 commit comments