From b990d5367616472f54c0b39fa9dbcf16b5a2004b Mon Sep 17 00:00:00 2001 From: Iskandar Abudiab Date: Mon, 1 Jul 2024 21:37:54 +0200 Subject: [PATCH] Update Readme --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ff5c704..08a8b05 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ - Kubernetes 1.28.3 + Kubernetes 1.29.6 Swift Package Manager @@ -68,17 +68,18 @@ on [SwiftNIO](https://github.com/apple/swift-nio) and the [AysncHTTPClient](http ## Compatibility Matrix -| | 1.18.9 | 1.19.8 | 1.20.9 | 1.22.7 | 1.24.8 | 1.24.10 | 1.26.4 | 1.28.0 | 1.28.3 | -|-------------------|--------|--------|--------|--------|--------|---------|--------|--------|--------| -| `0.6.x` | ✓ | - | - | - | - | - | - | - | - | -| `0.7.x...0.9.x` | - | ✓ | - | - | - | - | - | - | - | -| `0.10.x` | - | - | ✓ | - | - | - | - | - | - | -| `0.11.x` | - | - | - | ✓ | - | - | - | - | - | -| `0.12.x...0.13.x` | - | - | - | - | ✓ | - | - | - | - | -| `0.14.x` | - | - | - | - | - | ✓ | - | - | - | -| `0.15.x` | - | - | - | - | - | - | ✓ | - | - | -| `0.16.x` | - | - | - | - | - | - | - | ✓ | - | -| `0.17.x` | - | - | - | - | - | - | - | - | ✓ | +| | 1.18.9 | 1.19.8 | 1.20.9 | 1.22.7 | 1.24.8 | 1.24.10 | 1.26.4 | 1.28.0 | 1.28.3 | 1.29.6 | +|-------------------|--------|--------|--------|--------|--------|---------|--------|--------|--------|--------| +| `0.6.x` | ✓ | - | - | - | - | - | - | - | - | - | +| `0.7.x...0.9.x` | - | ✓ | - | - | - | - | - | - | - | - | +| `0.10.x` | - | - | ✓ | - | - | - | - | - | - | - | +| `0.11.x` | - | - | - | ✓ | - | - | - | - | - | - | +| `0.12.x...0.13.x` | - | - | - | - | ✓ | - | - | - | - | - | +| `0.14.x` | - | - | - | - | - | ✓ | - | - | - | - | +| `0.15.x` | - | - | - | - | - | - | ✓ | - | - | - | +| `0.16.x` | - | - | - | - | - | - | - | ✓ | - | - | +| `0.17.x` | - | - | - | - | - | - | - | - | ✓ | - | +| `0.18.x` | - | - | - | - | - | - | - | - | - | ✓ | - `✓` Exact match of API objects in both client and the Kubernetes version. - `-` API objects mismatches either due to the removal of old API or the addition of new API. However, everything the @@ -547,7 +548,7 @@ app.get("metrics") { request -> EventLoopFuture in To use the `SwiftkubeClient` in a SwiftPM project, add the following line to the dependencies in your `Package.swift` file: ```swift -.package(name: "SwiftkubeClient", url: "https://github.com/swiftkube/client.git", from: "0.17.0") +.package(name: "SwiftkubeClient", url: "https://github.com/swiftkube/client.git", from: "0.18.0") ``` then include it as a dependency in your target: @@ -558,7 +559,7 @@ import PackageDescription let package = Package( // ... dependencies: [ - .package(name: "SwiftkubeClient", url: "https://github.com/swiftkube/client.git", from: "0.17.0") + .package(name: "SwiftkubeClient", url: "https://github.com/swiftkube/client.git", from: "0.18.0") ], targets: [ .target(name: "", dependencies: [