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

Avoid special Config::incluster behavior for rustls #1184

Merged
merged 3 commits into from Apr 5, 2023
Merged

Conversation

clux
Copy link
Member

@clux clux commented Apr 3, 2023

Changes rustls to not have speculative override behaviour since it should work in all cases after #1183 and linked changes.

Closes #1003 plus #1109 (the last open rustls issues)

Signed-off-by: clux <sszynrae@gmail.com>
@clux clux added the changelog-fix changelog fix category for prs label Apr 3, 2023
@clux clux added this to the 0.81.0 milestone Apr 3, 2023
@clux clux changed the title Revert special Config::incluster behavior for rustls Avoid special Config::incluster behavior for rustls Apr 3, 2023
@clux clux linked an issue Apr 3, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Apr 3, 2023

Codecov Report

Merging #1184 (9cdc876) into main (752d9d3) will increase coverage by 0.01%.
The diff coverage is 0.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1184      +/-   ##
==========================================
+ Coverage   73.48%   73.49%   +0.01%     
==========================================
  Files          68       68              
  Lines        5355     5354       -1     
==========================================
  Hits         3935     3935              
+ Misses       1420     1419       -1     
Impacted Files Coverage Δ
kube-client/src/config/mod.rs 45.34% <0.00%> (+0.52%) ⬆️
kube-runtime/src/controller/mod.rs 36.32% <ø> (ø)

clux added 2 commits April 3, 2023 22:54
Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
@clux clux mentioned this pull request Apr 3, 2023
@clux clux marked this pull request as ready for review April 3, 2023 22:00
clux added a commit to kube-rs/version-rs that referenced this pull request Apr 5, 2023
last sanity check for kube-rs/kube#1184

Signed-off-by: clux <sszynrae@gmail.com>
@clux clux merged commit 36dcdaa into main Apr 5, 2023
17 of 18 checks passed
@clux clux deleted the rustls-default branch April 5, 2023 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-fix changelog fix category for prs
Projects
None yet
2 participants