File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.19.0
4
+
5
+ ### New
6
+
7
+ - Update to Kubernetes model v1.32.0
8
+ - Update dependencies:
9
+ - Async HTTP Client 1.24.2
10
+ - Kubernetes 1.32.0
11
+ - SwiftkubeModel 0.16.0
12
+ - SwiftNIO 2.80.0
13
+ - SwiftLog 1.6.2
14
+ - SwiftMetrics 2.5.1
15
+ - Yams 5.1.3
16
+ - Add function to create ` KubernetesClientConfig ` from string #41
17
+ - Add support for Swift 6 and strict concurrency
18
+
19
+ ### Breaking Change
20
+
21
+ - Raise minimum Swift version to 5.9
22
+ - Raise minimum supported macOS platform version to 12
23
+ - ` KubernetesResources ` is ` Sendable ` now
24
+ - Any CRDs conforming to ` KubernetesResources ` must be ` Sendable `
25
+ - ` SwiftkubeClientTask ` is an actor now and all its public methods are async
26
+ - Previous calls to ` task.start() ` must be changed to ` await task.start() `
27
+
28
+
3
29
## 0.18.0
4
30
5
31
### New
You can’t perform that action at this time.
0 commit comments