File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,18 @@ UNRELEASED
7
7
===================
8
8
* see https://github.com/kube-rs/kube/compare/0.87.2...main
9
9
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
11
11
===================
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
12
22
13
23
[ 0.87.1] ( https://github.com/kube-rs/kube/releases/tag/0.87.1 ) / 2023-11-01
14
24
===================
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ pre-release-commit-message = "release {{version}}"
19
19
push = true
20
20
tag = true
21
21
tag-name = " {{version}}"
22
+ sign-tag = true
23
+ sign-commit = true
22
24
# A Kubernetes version is normally supplied by the application consuming the library in the end.
23
25
# Since we don't have that when verifying, supply one ourselves.
24
26
enable-features = [" k8s-openapi/latest" ]
You can’t perform that action at this time.
0 commit comments