File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,18 @@ UNRELEASED
77===================
88 * see https://github.com/kube-rs/kube/compare/0.87.2...main
99
10- 0.87.2 / 2023-12-22
10+ [ 0.87.2] ( https://github.com/kube-rs/kube/releases/tag/0.87.2 ) / 2023-12-22
1111===================
12+ <!-- Release notes generated using configuration in .github/release.yml at 0.87.2 -->
13+
14+ ## What's Changed
15+ ### Added
16+ * Add support for ` LogParams::since_time ` by @clux in https://github.com/kube-rs/kube/pull/1342
17+ * Provide cluster info to exec plugins by @aviramha in https://github.com/kube-rs/kube/pull/1331
18+ * Allow setting a description on a derived CRD by @sbernauer in https://github.com/kube-rs/kube/pull/1359
19+ ### Changed
20+ * Bump MSRV from 1.64 to 1.65 by @clux in https://github.com/kube-rs/kube/pull/1353
21+ * Switch from ` jsonpath_lib ` to ` jsonpath-rust ` by @ilya-bobyr in https://github.com/kube-rs/kube/pull/1345
1222
1323[ 0.87.1] ( https://github.com/kube-rs/kube/releases/tag/0.87.1 ) / 2023-11-01
1424===================
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ pre-release-commit-message = "release {{version}}"
1919push = true
2020tag = true
2121tag-name = " {{version}}"
22+ sign-tag = true
23+ sign-commit = true
2224# A Kubernetes version is normally supplied by the application consuming the library in the end.
2325# Since we don't have that when verifying, supply one ourselves.
2426enable-features = [" k8s-openapi/latest" ]
You can’t perform that action at this time.
0 commit comments