- BREAKING: Removed
kube::Error::OpenSslError
- #716 by @kazk - BREAKING: Removed
kube::Error::SslError
- #704 and #716 by @kazk - BREAKING: Added
kube::Error::NativeTls(kube::client::NativeTlsError)
for errors from Native TLS - #716 by @kazk - BREAKING: Added
kube::Error::RustlsTls(kube::client::RustlsTlsError)
for errors from Rustls TLS - #704 by @kazk - Modified
Kubeconfig
parsing - allow empty kubeconfigs as per kubectl - #721 by @kazk - Added
Kubeconfig::from_yaml
- #718 via #719 by @imp - Updated
rustls
to 0.20.1 - #704 by @clux and @kazk - BREAKING: Added
ObjectRef
to the object that failed to be reconciled tokube::runtime::controller::Error::ReconcileFailed
- #733 by @teozkr - BREAKING: Removed
api_version
andkind
fields fromkind
structs generated bykube::CustomResource
- #739 by @teozkr - Updated
tokio-tungstenite
to 0.16 - #750 by @dependabot - Updated
tower-http
to 0.2.0 - #748 by @kazk - BREAKING:
kube-client
: replaceRefreshTokenLayer
withAsyncFilterLayer
inAuthLayer
- #752 by @kazk