@@ -75,9 +75,7 @@ on [SwiftNIO](https://github.com/apple/swift-nio) and the [AysncHTTPClient](http
75
75
| ` 0.16.x ` | - | - | ✓ | - | - | - |
76
76
| ` 0.17.x ` | - | - | - | ✓ | - | - |
77
77
| ` 0.18.x ` | - | - | - | - | ✓ | - |
78
- | ` 0.19.x ` | - | - | - | - | - | ✓ |
79
- | ` 0.20.x ` | - | - | - | - | - | ✓ |
80
- | ` 0.21.x ` | - | - | - | - | - | ✓ |
78
+ | ` 0.19.x ` -` 0.22.0 ` | - | - | - | - | - | ✓ |
81
79
82
80
- ` ✓ ` Exact match of API objects in both client and the Kubernetes version.
83
81
- ` - ` API objects mismatches either due to the removal of old API or the addition of new API. However, everything the
@@ -546,7 +544,7 @@ app.get("metrics") { request -> EventLoopFuture<String> in
546
544
To use the `SwiftkubeClient` in a SwiftPM project, add the following line to the dependencies in your `Package.swift` file :
547
545
548
546
` ` ` swift
549
- .package(name: "SwiftkubeClient", url: "https://github.com/swiftkube/client.git", from: "0.21 .0")
547
+ .package(name: "SwiftkubeClient", url: "https://github.com/swiftkube/client.git", from: "0.22 .0")
550
548
` ` `
551
549
552
550
then include it as a dependency in your target :
@@ -557,7 +555,7 @@ import PackageDescription
557
555
let package = Package(
558
556
// ...
559
557
dependencies: [
560
- .package(name: "SwiftkubeClient", url: "https://github.com/swiftkube/client.git", from: "0.21 .0")
558
+ .package(name: "SwiftkubeClient", url: "https://github.com/swiftkube/client.git", from: "0.22 .0")
561
559
],
562
560
targets: [
563
561
.target(name: "<your-target>", dependencies: [
0 commit comments