Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iabudiab committed Nov 27, 2020
1 parent 4a0a394 commit ab740f6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Changelog

## 0.X.X
## 0.2.0

### New Features
### New

- Add support for `ListOptions`
- Add `core.v1.Pod` status read and update API

### Bug Fixes

- KubernetesClient can't create x509 authentication from local kubeconfig's certificate data and key #1

### API Changes

- Initializers of `GenericKubernetesClients` are no longer public
- Function signature change:
- from `watch(in:watch:) throws -> EventLoopFuture<Void>`
- to `watch(in:using:) throws -> HTTPClient.Task<Void>`
Expand Down

0 comments on commit ab740f6

Please sign in to comment.