Skip to content

Commit c497cd1

Browse files
committed
Update README
1 parent dc65171 commit c497cd1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
546544
To 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

552550
then include it as a dependency in your target:
@@ -557,7 +555,7 @@ import PackageDescription
557555
let 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

Comments
 (0)