minikube/pkg/util
Medya Ghazizadeh cf962d50e2
Fix lock file regression by appending UID to the lock driectory (#22623)
* chore: remove ARM architecture support from release checksums and Linux map.

* feat: append user ID to the lock directory path to prevent conflicts and add a test for the new structure.

* add comment

* unit test: add test for lock directory structure with UID suffix

* mplement user-specific lock directory naming for Windows using a hash of the home directory.

* refactor: use `getUserSpecificDirName()` for lock directory name in tests.

* fix: use full SHA1 hash for Windows lock directory names and add tests for user isolation and writability.
2026-02-17 11:44:16 -08:00
..
lock Fix lock file regression by appending UID to the lock driectory (#22623) 2026-02-17 11:44:16 -08:00
retry Upgrade cenkalti/backoff to v5 and adapt retry logic to its new API, including new tests for retry utilities. 2026-01-15 11:30:42 +00:00
constants.go refactor: r replaced github.com/pkg/errors with the standard library errors 2026-01-16 21:20:22 +00:00
constants_test.go support kubernetes ha cluster topology in minikube 2024-01-07 21:36:17 +00:00
crypto.go refactor: r replaced github.com/pkg/errors with the standard library errors 2026-01-16 21:20:22 +00:00
crypto_test.go replace MkdirTemp with t.TempDir in tests 2022-04-01 19:18:20 -07:00
utils.go refactor: r replaced github.com/pkg/errors with the standard library errors 2026-01-16 21:20:22 +00:00
utils_test.go address all static checks warned by lint-max (#22143) 2025-12-14 13:17:33 -08:00