Skip to content

Commit 00fffed

Browse files
committed
import changelog from 0.87.2 + sign=true
Signed-off-by: clux <[email protected]>
1 parent 283cd92 commit 00fffed

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff 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
===================

release.toml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ pre-release-commit-message = "release {{version}}"
1919
push = true
2020
tag = true
2121
tag-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.
2426
enable-features = ["k8s-openapi/latest"]

0 commit comments

Comments
 (0)