Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/garde-0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clux authored Jan 21, 2024
2 parents a0dfe31 + f6ef628 commit b479270
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,19 @@ UNRELEASED
===================
* see https://github.com/kube-rs/kube/compare/0.88.0...main

0.88.0 / 2024-01-21
[0.88.0](https://github.com/kube-rs/kube/releases/tag/0.88.0) / 2024-01-21
===================
<!-- Release notes generated using configuration in .github/release.yml at 0.88.0 -->

## Kubernetes `v1_29` support via `k8s-openapi` [0.21](https://github.com/Arnavion/k8s-openapi/releases/tag/v0.21.0)
Please [upgrade k8s-openapi along with kube](https://kube.rs/upgrading/) to avoid conflicts.

## What's Changed
### Added
* Add type meta data for list types by @Danil-Grigorev in https://github.com/kube-rs/kube/pull/1380
### Changed
* Bump MSRV to 1.70 by @clux in https://github.com/kube-rs/kube/pull/1384
* Upgrade `k8s-openapi` for Kubernetes `v1_29` support by @clux in https://github.com/kube-rs/kube/pull/1394

[0.87.2](https://github.com/kube-rs/kube/releases/tag/0.87.2) / 2023-12-22
===================
Expand Down
2 changes: 2 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Release process :: cargo-release >= 0.18.3
#
# Dependencies: https://kube.rs/tools
# Process: https://kube.rs/release-process/
#
# 0. (optional) cargo release minor ; verify readme + changelog bumped; then git reset --hard
# 1. PUBLISH_GRACE_SLEEP=20 cargo release minor --execute
# In the event of failures:
# - on partial cargo publish failures with unexpected build errors; yank partials and fix issues in a PR before retrying
# - on cargo-release issues waiting for crates.io: resume publish in given order manually, cd into next dirs and publish in sequence with cargo publish --features=k8s-openapi/latest
# - after publish; check consolidated commit, amend if needed, then create a manual signed tag without v prefix
# 2. After publishing the release run ./scripts/release-afterdoc.sh VERSION

# Reference
# https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md
Expand Down

0 comments on commit b479270

Please sign in to comment.