Skip to content

Commit

Permalink
typo in changelog url
Browse files Browse the repository at this point in the history
  • Loading branch information
clux committed Jun 16, 2021
1 parent eac0868 commit 7e65072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ UNRELEASED
- BREAKING: custom clients via `Client::new` must pass `config.default_namespace` as 2nd arg
* `kube`: Added `CustomResourceExt` trait for `kube-derive` - [#497](https://github.com/clux/kube-rs/issues/497) via [#545](https://github.com/clux/kube-rs/issues/545)
- BREAKING: `kube-derive` users must import `kube::CustomResourceExt` (or `kube::core::crd::v1beta1::CustomResourceExt` if using legacy `#[kube(apiextensions = "v1beta1")]`) to use generated methods `Foo::crd` or `Foo::api_resource`
- BREAKING: `k8s_openapi` bumped to [0.12.0](https://github.com/Arnavion/k8s-openapi/releases/tag/v0.12.0) - [#531](https://github.com/clux/kube-rs/pulls/531)
- BREAKING: `k8s_openapi` bumped to [0.12.0](https://github.com/Arnavion/k8s-openapi/releases/tag/v0.12.0) - [#531](https://github.com/clux/kube-rs/pull/531)
* Generated structs simplified + `Resource` trait expanded
* Adds support for kubernetes `v1_21`
* Contains bugfix for [kubernetes#102159](https://github.com/kubernetes/kubernetes/pull/102159)
Expand Down

0 comments on commit 7e65072

Please sign in to comment.