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.83 #338

Merged
merged 2 commits into from
Jun 8, 2023

Conversation

sarub0b0
Copy link
Owner

@sarub0b0 sarub0b0 commented Jun 5, 2023

This PR contains the following updates:

Package Type Update Change
kube dependencies minor 0.82 -> 0.83

Release Notes

kube-rs/kube

v0.83.0

Compare Source

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

What's Changed

Added
Changed
Fixed

v0.82.2

Compare Source

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

Watcher Fixes

Two fixes to allow watcher::Config to function as intended.

What's Changed

Fixed

v0.82.1

Compare Source

Bugfix Release

nullable is re-instated on Option types from CustomResource generated schemas, due to unintended errors removing it caused on Api::patch calls on None members that were not setting #[serde(skip_serializing_if = "Option::is_none")]. This only affected 0.81 and 0.82 from last week, and does not require user action regardless of where you are upgrading from.

This release also fixes a metadata_watcher triggering deserialization error from doing Api::list_metadata on an empty set.

What's Changed

Fixed

New Contributors

Full Changelog: kube-rs/kube@0.82.0...0.82.1


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 Jun 5, 2023
@sarub0b0 sarub0b0 enabled auto-merge (rebase) June 5, 2023 21:12
@sarub0b0 sarub0b0 force-pushed the renovate/kube-rs-(kube-kube-runtime-k8s-openapi) branch 3 times, most recently from 50894ce to 78caca4 Compare June 8, 2023 17:13
@sarub0b0 sarub0b0 force-pushed the renovate/kube-rs-(kube-kube-runtime-k8s-openapi) branch from 78caca4 to 2292fde Compare June 8, 2023 17:30
@sarub0b0 sarub0b0 merged commit e3424f7 into main Jun 8, 2023
@sarub0b0 sarub0b0 deleted the renovate/kube-rs-(kube-kube-runtime-k8s-openapi) branch June 8, 2023 17:34
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