Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate kube to 0.84 #373

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

sarub0b0
Copy link
Owner

@sarub0b0 sarub0b0 commented Jul 14, 2023

This PR contains the following updates:

Package Type Update Change
kube dependencies minor 0.83 -> 0.84

Release Notes

kube-rs/kube (kube)

v0.84.0

Compare Source

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

Highlights

Stream Improvements

On the runtime side, the Controller now delays reconciles until the main Store is ready (via a new Store helper from #​1243). The stream selection for owned resources is more efficient (#​1240), and the underlying watcher streams now all paginate (#​1249). There are also many new WatchStreamExt helpers ( #​1246 + #​1228 + #​1232) as a continued work towards the more customisable streams-api (#​1080).

On the client-side; streaming logs are now easier to deal with as an AsyncBufRead #​1235.

OIDC Refresh

Optional OIDC refreshable token support was introduced in #​1229 under kube/oidc for out-of-cluster Client configuration. Previously, refresh support was limited to non-OIDC tokens from the GcpOuth provider (kube/oauth) or through arbitrary exec calls / TokenFile loading.

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.

@sarub0b0 sarub0b0 added dependencies update a package file renovate labels Jul 14, 2023
@sarub0b0 sarub0b0 enabled auto-merge (rebase) July 14, 2023 10:18
@sarub0b0 sarub0b0 force-pushed the renovate/kube-rs-(kube-kube-runtime-k8s-openapi) branch 2 times, most recently from 22b9c70 to bba22d8 Compare July 20, 2023 22:13
@sarub0b0 sarub0b0 force-pushed the renovate/kube-rs-(kube-kube-runtime-k8s-openapi) branch from bba22d8 to 2da7408 Compare July 27, 2023 22:13
@sarub0b0 sarub0b0 merged commit 5d0a6b9 into main Jul 28, 2023
@sarub0b0 sarub0b0 deleted the renovate/kube-rs-(kube-kube-runtime-k8s-openapi) branch July 28, 2023 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies update a package file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants