@@ -75,9 +75,7 @@ on [SwiftNIO](https://github.com/apple/swift-nio) and the [AysncHTTPClient](http
7575| ` 0.16.x ` | - | - | ✓ | - | - | - |
7676| ` 0.17.x ` | - | - | - | ✓ | - | - |
7777| ` 0.18.x ` | - | - | - | - | ✓ | - |
78- | ` 0.19.x ` | - | - | - | - | - | ✓ |
79- | ` 0.20.x ` | - | - | - | - | - | ✓ |
80- | ` 0.21.x ` | - | - | - | - | - | ✓ |
78+ | ` 0.19.x ` -` 0.22.0 ` | - | - | - | - | - | ✓ |
8179
8280- ` ✓ ` Exact match of API objects in both client and the Kubernetes version.
8381- ` - ` 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
546544To use the `SwiftkubeClient` in a SwiftPM project, add the following line to the dependencies in your `Package.swift` file :
547545
548546` ` ` 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")
550548` ` `
551549
552550then include it as a dependency in your target :
@@ -557,7 +555,7 @@ import PackageDescription
557555let package = Package(
558556 // ...
559557 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")
561559 ],
562560 targets: [
563561 .target(name: "<your-target>", dependencies: [
0 commit comments