Skip to content

Commit

Permalink
import changelog from 0.87.2 + sign=true
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Dec 22, 2023
1 parent 283cd92 commit 00fffed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@ UNRELEASED
===================
* see https://github.com/kube-rs/kube/compare/0.87.2...main

0.87.2 / 2023-12-22
[0.87.2](https://github.com/kube-rs/kube/releases/tag/0.87.2) / 2023-12-22
===================
<!-- Release notes generated using configuration in .github/release.yml at 0.87.2 -->

## What's Changed
### Added
* Add support for `LogParams::since_time` by @clux in https://github.com/kube-rs/kube/pull/1342
* Provide cluster info to exec plugins by @aviramha in https://github.com/kube-rs/kube/pull/1331
* Allow setting a description on a derived CRD by @sbernauer in https://github.com/kube-rs/kube/pull/1359
### Changed
* Bump MSRV from 1.64 to 1.65 by @clux in https://github.com/kube-rs/kube/pull/1353
* Switch from `jsonpath_lib` to `jsonpath-rust` by @ilya-bobyr in https://github.com/kube-rs/kube/pull/1345

[0.87.1](https://github.com/kube-rs/kube/releases/tag/0.87.1) / 2023-11-01
===================
Expand Down
2 changes: 2 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ pre-release-commit-message = "release {{version}}"
push = true
tag = true
tag-name = "{{version}}"
sign-tag = true
sign-commit = true
# A Kubernetes version is normally supplied by the application consuming the library in the end.
# Since we don't have that when verifying, supply one ourselves.
enable-features = ["k8s-openapi/latest"]

0 comments on commit 00fffed

Please sign in to comment.