Skip to content

Conversation

@sbernauer
Copy link
Contributor

Motivation

We have CI problems related to the home crate (#1839), so I looked up what that crate is doing.

Solution

In it's description it states that Rust 1.85.0 fixed the Windows HOME problems and users are encouraged to use std instead.

So I did exactly that, as kube's MSRV is 1.85.0.

We have CI problems related to the home crate, so I looked up what
that crate is doing.
In it's description it states that Rust 1.85.0 fixed the Windows HOME
problems and users are encouraged to use std instead.

So I did exactly that, as kube's MSRV is 1.85.0.

Signed-off-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech>
@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.6%. Comparing base (7c63f56) to head (f175bdc).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1840     +/-   ##
=======================================
+ Coverage   74.5%   74.6%   +0.1%     
=======================================
  Files         84      84             
  Lines       7877    7877             
=======================================
+ Hits        5867    5869      +2     
+ Misses      2010    2008      -2     
Files with missing lines Coverage Δ
kube-client/src/config/file_config.rs 77.6% <100.0%> (ø)

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@clux clux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks for this!

@clux clux added the changelog-exclude changelog excluded prs label Nov 3, 2025
Comment on lines +668 to +669
// Note: We intentionally use `allow` over `expect` to support compilation on Rust >= 1.87.0
// Note: This can be removed once the MSRV is bumped to >= 1.87.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good comments 👍

@clux clux merged commit b14f3d7 into kube-rs:main Nov 3, 2025
17 checks passed
@clux clux modified the milestone: 3.0.0 Nov 3, 2025
@clux clux mentioned this pull request Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-exclude changelog excluded prs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants