Sourced from medyagh/setup-minikube's releases.
v0.0.21
What's Changed
- add support for none driver on arm64 by
@medyaghin medyagh/setup-minikube#779- feat: add 'nodes' action input by
@zachsparin medyagh/setup-minikube#712Test/CI:
- add vkfit test by
@medyaghin medyagh/setup-minikube#739- ci: add concurrency settings to macos-test workflow by
@medyaghin medyagh/setup-minikube#780- test: add dry-run tests for windows and macos by
@medyaghin medyagh/setup-minikube#781- test: Upgrade Kubernetes version and simplify installation by
@medyaghin medyagh/setup-minikube#762- split workflow "build-test" to "build" and "test" by
@medyaghin medyagh/setup-minikube#776- refactor: enhance test workflow with matrix strategy for multiple sce… by
@medyaghin medyagh/setup-minikube#777- add qemu test to github actions by
@medyaghin medyagh/setup-minikube#729build
- build(deps-dev): bump eslint-plugin-jest from 28.11.0 to 29.0.1 by
@dependabot[bot] in medyagh/setup-minikube#727- build(deps-dev): bump prettier from 3.5.3 to 3.6.2 by
@dependabot[bot] in medyagh/setup-minikube#725- build(deps-dev): bump eslint-plugin-github from 5.1.8 to 6.0.0 by
@dependabot[bot] in medyagh/setup-minikube#724- build(deps-dev): bump eslint from 9.26.0 to 9.31.0 by
@dependabot[bot] in medyagh/setup-minikube#728- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.26.1 to 8.36.0 by@dependabot[bot] in medyagh/setup-minikube#726- build(deps-dev): bump ts-jest from 29.2.6 to 29.4.0 by
@dependabot[bot] in medyagh/setup-minikube#730- build(deps-dev): bump eslint from 9.31.0 to 9.32.0 by
@dependabot[bot] in medyagh/setup-minikube#738- build(deps-dev): bump
@types/nodefrom 24.0.11 to 24.1.0 by@dependabot[bot] in medyagh/setup-minikube#737- build(deps-dev): bump
@typescript-eslint/parserfrom 8.37.0 to 8.38.0 by@dependabot[bot] in medyagh/setup-minikube#736- build(deps-dev): bump jest-circus from 29.7.0 to 30.0.5 by
@dependabot[bot] in medyagh/setup-minikube#735- build(deps-dev): bump jest and
@types/jestby@dependabot[bot] in medyagh/setup-minikube#734- build(deps-dev): bump
@types/nodefrom 24.1.0 to 24.5.2 by@dependabot[bot] in medyagh/setup-minikube#760- build(deps): bump actions/checkout from 4.2.2 to 6.0.0 by
@dependabot[bot] in medyagh/setup-minikube#775- build(deps): bump form-data by
@dependabot[bot] in medyagh/setup-minikube#761- build(deps): bump actions/setup-node from 4.4.0 to 6.0.0 by
@dependabot[bot] in medyagh/setup-minikube#769- build(deps): bump glob from 10.4.5 to 10.5.0 by
@dependabot[bot] in medyagh/setup-minikube#774- build(deps): bump js-yaml by
@dependabot[bot] in medyagh/setup-minikube#773- build(deps-dev): bump typescript from 5.8.3 to 5.9.3 by
@dependabot[bot] in medyagh/setup-minikube#766- build(deps-dev): bump eslint from 9.32.0 to 9.38.0 by
@dependabot[bot] in medyagh/setup-minikube#770- build(deps-dev): bump ts-jest from 29.4.0 to 29.4.5 by
@dependabot[bot] in medyagh/setup-minikube#768New Contributors
@zachsparmade their first contribution in medyagh/setup-minikube#712Full Changelog: https://github.com/medyagh/setup-minikube/compare/v0...v0.0.21
e9e035a
Merge pull request #781
from medyagh/add_windows_test6d4f8d6
fix: remove unnecessary --vm argument from download-only step in dry-run
work...b0656d9
fix: ensure vfkit installation step runs only on macOS0b40b91
feat: add installation step for vfkit and related tools in dry-run
workflow6d08f64
fix: update Docker setup step to install CLI on macOS93224f2
fix: adjust Docker setup condition to run on all OS types2474688
fix: correct typo in dry-run workflow and adjust Docker setup
conditioneca7409
feat: update concurrency settings and refine OS matrix in dry-run
workflowd0aca93
feat: add Docker setup step to dry-run workflow95b2fc4
feat: add dry-run workflow for pull requests and scheduled runs