Update Rust crate kube to 0.98.0 #166

Open
pierre wants to merge 1 commits from renovate/kube-0.x into master
Owner

This PR contains the following updates:

Package Type Update Change
kube dependencies minor 0.97.0 -> 0.98.0

Release Notes

kube-rs/kube (kube)

v0.98.0

Compare Source

===================

Highlights

What's Changed

Added
Changed
Fixed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [kube](https://github.com/kube-rs/kube) | dependencies | minor | `0.97.0` -> `0.98.0` | --- ### Release Notes <details> <summary>kube-rs/kube (kube)</summary> ### [`v0.98.0`](https://github.com/kube-rs/kube/blob/HEAD/CHANGELOG.md#0980--2024-12-23) [Compare Source](https://github.com/kube-rs/kube/compare/0.97.0...0.98.0) \=================== <!-- Release notes generated using configuration in .github/release.yml at 0.98.0 --> #### Highlights - [Kubernetes `v1_32`](https://kubernetes.io/blog/2024/12/11/kubernetes-v1-32-release/) support via `k8s-openapi` [0.24](https://github.com/Arnavion/k8s-openapi/releases/tag/v0.24.0) - Please [upgrade k8s-openapi along with kube](https://kube.rs/upgrading/) to avoid conflicts. - New minimum versions: [MSRV](https://kube.rs/rust-version/) 1.81.0, [MK8SV](https://kube.rs/kubernetes-version/): 1.28 - `kube-derive` additions: - A [`CELSchema`](https://docs.rs/kube/latest/kube/derive.CELSchema.html) derive macro wrapper around [`JsonSchema`](https://docs.rs/schemars/latest/schemars/trait.JsonSchema.html) for injecting [cel validations](https://kubernetes.io/docs/reference/using-api/cel/) into the schema [#&#8203;1649](https://github.com/kube-rs/kube/pull/1649) - Allow overriding `served` and `storage` booleans for [multiple versions](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#specify-multiple-versions) of [`CustomResource`](https://docs.rs/kube/latest/kube/derive.CustomResource.html) derives: [#&#8203;1644](https://github.com/kube-rs/kube/pull/1644) - `kube-runtime` event [`Recorder`](https://docs.rs/kube/latest/kube/runtime/events/struct.Recorder.html) now aggregates repeat events [#&#8203;1655](https://github.com/kube-rs/kube/pull/1655) (some breaking changes, see [controller-rs#116](https://github.com/kube-rs/controller-rs/pull/116)) - `kube-client` UTF-16 edge case handling for windows [#&#8203;1654](https://github.com/kube-rs/kube/pull/1654) #### What's Changed ##### Added - Add `storage` and `served` argument to derive macro by [@&#8203;Techassi](https://github.com/Techassi) in https://github.com/kube-rs/kube/pull/1644 - Implement `derive(CELSchema)` macro for generating cel validation on CRDs by [@&#8203;Danil-Grigorev](https://github.com/Danil-Grigorev) in https://github.com/kube-rs/kube/pull/1649 ##### Changed - Add series implementation for `runtime` event recorder by [@&#8203;pando85](https://github.com/pando85) in https://github.com/kube-rs/kube/pull/1655 - Bump `k8s-openapi` for Kubernetes `v1_32` support and MSRV by [@&#8203;clux](https://github.com/clux) in https://github.com/kube-rs/kube/pull/1671 - Update tokio-tungstenite requirement from 0.24.0 to 0.25.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/kube-rs/kube/pull/1666 ##### Fixed - Add support for UTF-16 encoded kubeconfig files by [@&#8203;goenning](https://github.com/goenning) in https://github.com/kube-rs/kube/pull/1654 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi4zIiwidXBkYXRlZEluVmVyIjoiMzkuODIuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
pierre added 1 commit 2024-12-24 00:21:59 +00:00
Update Rust crate kube to 0.98.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
21c969e8a2
pierre scheduled this pull request to auto merge when all checks succeed 2024-12-24 00:21:59 +00:00
Author
Owner

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/kube-0.x:renovate/kube-0.x
git checkout renovate/kube-0.x
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/MinioK8sBuckets#166
No description provided.