Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
iabudiab committed Jan 15, 2023
1 parent 69e53ea commit 6809c6a
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 80 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog

## 0.12.0

### New

- Update to Kubernetes model v1.24.8
- Update dependencies
- Async HTTP Client 1.13.1
- SwiftkubeModel 0.6.0
- SwiftLog 1.4.4
- SwiftMetrics 2.3.3
- SwiftNIO 2.46.0
- Yams 5.0.1
- Update k3s docker image to k3s:v1.24.8-k3s1
- Add configurable timeout and redirect config for the underlying HTTPClient by @octo47
- Update documentation comments

### Breaking Changes

- Raise minimum supported Swift version to 5.5
- Replace `EventLoops` with `async/await` style API

## 0.11.0

### New

- Update to Kubernetes model v1.22.7
- Add option to retrieve logs once without watching / streaming (#14) by @thomashorrobin
- Add discovery API to load server resources
- Use SwiftkubeModel v0.5.0
- Refactor client to use `GroupVersionResource` instead of `GroupVersionKind` for resource type resolution
- Support creating a parametrised generic client given a `GroupVersionResource`
- Make `GenericKubernetesClient` extensions public
- Update k3s docker image to k3s:v1.22.7-k3s1

### Fixes

- Typo in property name for storage.v1 API Group (#11) by @portellaa
- Add explicit dependency on NIO (#12) by @t089

## 0.10.0

### New
Expand Down
Loading

0 comments on commit 6809c6a

Please sign in to comment.