v3.0.2
Enhancements/Features
- add
fish
completions (#345, @mtatheonly) - basic plugin system, subgoal
callables
(#333)- call executables in your
PATH
ask3d my-plugin
(file must be calledk3d-my_plugin
)
- call executables in your
- new
--no-rollback
flag fork3d cluster create
to prevent automatic rollbacks (e.g. for debugging purposes)
Misc
- e2e-tests:
- enable skipping multiple tests
make e2e -e E2E_SKIP="test_full_lifecycle test_multi_master"
- improved logs
- test multiple k3s versions
make e2e -e E2E_EXTRA=1
- enable skipping multiple tests