diff --git a/README.md b/README.md
index ff5c704..08a8b05 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
-
+
@@ -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: [