scott-the-programmer / terraform-provider-minikube

A terraform provider for minikube!
MIT License
53 stars 7 forks source link

upgrade minikube version to 1.33 #151

Closed scott-the-programmer closed 2 months ago

scott-the-programmer commented 5 months ago

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

codecov[bot] commented 5 months ago

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 ```diff @@ 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.