Commit 57e02bc
Fix kubectl-helm-minikube installation failures on debian:11 and ubuntu:focal (#1567)
* Initial plan
* Fix kubectl SHA256 download URL and bump version to 1.3.1
Co-authored-by: abdurriq <[email protected]>
* Add timeout and fallback for kubectl version fetching
Co-authored-by: abdurriq <[email protected]>
* Improve error messages and diagnostics for kubectl version fetching
Co-authored-by: abdurriq <[email protected]>
* Address code review feedback: clean up error handling
Co-authored-by: abdurriq <[email protected]>
* Improve error message to reference VERSION option
Co-authored-by: abdurriq <[email protected]>
* Use hardcoded fallback version instead of git tags fallback
Co-authored-by: abdurriq <[email protected]>
* Add version validation and comment for fallback version
Co-authored-by: abdurriq <[email protected]>
* Extract fallback version to constant at top of file
Co-authored-by: abdurriq <[email protected]>
* Update fallback version of kubectl to v1.35.1
* Add alternative URL fallback before using hardcoded version
Co-authored-by: abdurriq <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: abdurriq <[email protected]>
Co-authored-by: Abdurrahmaan Iqbal <[email protected]>1 parent 15c6f0a commit 57e02bc
3 files changed
Lines changed: 9 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
38 | 29 | | |
39 | 30 | | |
40 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
0 commit comments