Skip to content

Commit

Permalink
release changelog 0.65 (#753)
Browse files Browse the repository at this point in the history
* release changelog 0.65

Signed-off-by: clux <sszynrae@gmail.com>

* stick with convention

Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Dec 10, 2021
1 parent 3f85b54 commit c71ef42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ UNRELEASED
* BREAKING: Removed `kube::Error::SslError` - #704 and #716
* BREAKING: Added `kube::Error::NativeTls(kube::client::NativeTlsError)` for errors from Native TLS - #716
* BREAKING: Added `kube::Error::RustlsTls(kube::client::RustlsTlsError)` for errors from Rustls TLS - #704
* Modified `Kubeconfig` parsing - allow empty kubeconfigs as per kubectl - #721
* Added `Kubeconfig::from_yaml` - #718 via #719
* Updated `rustls` to 0.20.1 - #704
* BREAKING: Added `ObjectRef` to the object that failed to be reconciled to `kube::runtime::controller::Error::ReconcileFailed` - #733
* BREAKING: Removed `api_version` and `kind` fields from `kind` structs generated by `kube::CustomResource` - #739
* Updated `tokio-tungstenite` to 0.16 - #750
* Updated `tower-http` to 0.2.0 - #748
* BREAKING: `kube-client`: replace `RefreshTokenLayer` with `AsyncFilterLayer` in `AuthLayer` - #752

0.64.0 / 2021-11-16
===================
Expand Down

0 comments on commit c71ef42

Please sign in to comment.