Skip to content

Commit 89dbec8

Browse files
committed
Update CHANGELOG
1 parent 2ed4e5e commit 89dbec8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

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+
329
## 0.18.0
430

531
### New

0 commit comments

Comments
 (0)