Update Rust crate kube to 0.86.0 - abandoned #54

Closed
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.85.0 -> 0.86.0

Release Notes

kube-rs/kube (kube)

v0.86.0

Compare Source

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

Headlines

k8s-openapi 0.20 for Kubernetes v1_28

Please note upstream api removals.
As usual, upgrade k8s-openapi along with kube to avoid issues.

Default TLS stack changed to rustls

With last year's upstream changes from rustls (closing all our existing rustls issues - see https://github.com/kube-rs/kube/issues/1192), this is now the better choice for security, features, and ease of building. The previous default openssl stack can still be used with default-features = false plus the openssl-tls feature.

Controller Configuration

A controller Config has been added to allow tweaking two behaviour parameters (debouncing in #​1265 and concurrency limits in #​1277) of the Controller. Huge thanks to @​aryan9600 for his work.

Streaming Lists

The sendInitialEvents alpha feature is now supported, and is quickly testable in the pod_watcher example when using the feature gate. This will help optimise the memory profile of controllers when the feature becomes generally available. Amazing work by first time contributor @​casualjim.

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 becomes conflicted, 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.85.0` -> `0.86.0` | --- ### Release Notes <details> <summary>kube-rs/kube (kube)</summary> ### [`v0.86.0`](https://github.com/kube-rs/kube/blob/HEAD/CHANGELOG.md#0860--2023-09-08) [Compare Source](https://github.com/kube-rs/kube/compare/0.85.0...0.86.0) \=================== <!-- Release notes generated using configuration in .github/release.yml at 0.86.0 --> #### Headlines ##### k8s-openapi 0.20 for Kubernetes `v1_28` **Please note [upstream api removals](https://github.com/Arnavion/k8s-openapi/issues/149)**. As usual, [upgrade k8s-openapi along with kube](https://kube.rs/upgrading/) to avoid issues. ##### Default TLS stack changed to `rustls` With last year's upstream changes from rustls (closing all our existing rustls issues - see https://github.com/kube-rs/kube/issues/1192), this is now the better choice for security, features, and ease of building. The previous default openssl stack can still be used with `default-features = false` plus the `openssl-tls` feature. ##### Controller Configuration A controller [`Config`](https://docs.rs/kube/latest/kube/runtime/struct.Config.html) has been added to allow tweaking two behaviour parameters (debouncing in [#&#8203;1265](https://github.com/kube-rs/kube/issues/1265) and concurrency limits in [#&#8203;1277](https://github.com/kube-rs/kube/issues/1277)) of the `Controller`. Huge thanks to [@&#8203;aryan9600](https://github.com/aryan9600) for his work. ##### Streaming Lists The `sendInitialEvents` [alpha feature](https://kubernetes.io/docs/reference/using-api/api-concepts/#streaming-lists) is now [supported](https://docs.rs/kube/latest/kube/runtime/watcher/struct.Config.html#structfield.initial_list_strategy), and is quickly testable in the [pod_watcher example](https://github.com/kube-rs/kube/blob/c8e98285362e1d0739c56baf27aaab703051dcd4/examples/pod_watcher.rs#L15-L21) when using the [feature gate](https://github.com/kube-rs/kube/blob/c8e98285362e1d0739c56baf27aaab703051dcd4/justfile#L91). This will help [optimise](https://kube.rs/controllers/optimization/) the memory profile of controllers when the feature becomes generally available. Amazing work by first time contributor [@&#8203;casualjim](https://github.com/casualjim). #### What's Changed ##### Added - add `controller::Config` and debounce period to scheduler by [@&#8203;aryan9600](https://github.com/aryan9600) in https://github.com/kube-rs/kube/pull/1265 - adds watch-list implementation without breaking changes by [@&#8203;casualjim](https://github.com/casualjim) in https://github.com/kube-rs/kube/pull/1255 - allow configuring controller's concurrency by [@&#8203;aryan9600](https://github.com/aryan9600) in https://github.com/kube-rs/kube/pull/1277 ##### Changed - Change default TLS stack to `rustls-tls` by [@&#8203;clux](https://github.com/clux) in https://github.com/kube-rs/kube/pull/1261 - Bump k8s-openapi to 0.20.0 by [@&#8203;clux](https://github.com/clux) in https://github.com/kube-rs/kube/pull/1291 ##### Fixed - `core`: omit invalid resource version parameters when doing paged requests by [@&#8203;goenning](https://github.com/goenning) in https://github.com/kube-rs/kube/pull/1281 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuODguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
pierre added 1 commit 2023-09-09 00:28:07 +00:00
Update Rust crate kube to 0.86.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
bb72ed6990
pierre scheduled this pull request to auto merge when all checks succeed 2023-09-09 00:28:07 +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.
pierre changed title from Update Rust crate kube to 0.86.0 to Update Rust crate kube to 0.86.0 - abandoned 2024-01-15 00:24:29 +00:00
Author
Owner

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

### Autoclosing Skipped This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
pierre closed this pull request 2024-03-04 09:09:17 +00:00
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/MinioK8sBuckets#54
No description provided.