terraform-provider-minikube icon indicating copy to clipboard operation
terraform-provider-minikube copied to clipboard

upgrade minikube version to 1.33

Open scott-the-programmer opened this issue 1 year ago • 1 comments

This PR bumps the minikube version from 1.32 to 1.33. There are quite a few changes with this upgrade, primarily the addition of the --ha flag

I'll probably need a round of acceptance tests on a few different target architectures / OSes to ensure no regression

scott-the-programmer avatar Apr 20 '24 14:04 scott-the-programmer

Codecov Report

Attention: Patch coverage is 70.27027% with 44 lines in your changes missing coverage. Please review.

Project coverage is 79.21%. Comparing base (1f63714) to head (741ff93).

Files Patch % Lines
minikube/lib/minikube_cluster.go 0.00% 34 Missing :warning:
minikube/resource_cluster.go 90.14% 4 Missing and 3 partials :warning:
minikube/lib/minikube_client.go 92.68% 2 Missing and 1 partial :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #151      +/-   ##
==========================================
- Coverage   82.43%   79.21%   -3.22%     
==========================================
  Files          12       14       +2     
  Lines        1036     1126      +90     
==========================================
+ Hits          854      892      +38     
- Misses        152      202      +50     
- Partials       30       32       +2     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Apr 20 '24 15:04 codecov[bot]