Releases: daniel-kun/kubedev
v0.21
You can now overwrite helm variables during deployment in a system-test with the global "variables" in the "systemTest" section. (currently for CronJobs only)
v0.20
You can now pass "cmd"s to non-kubedev-defined system-test services
v0.19
Added support for system-tests for CronJobs
v0.18
kubedev system-test now builds services that are referenced from kubedev config (written as "{app-name}") before starting them
v0.17
kubedev system-test
and kubedev run
: deployments..volumes.dev can now contain inline data via "content" and "base64" that will be mounted into the container, without the need to have a local file.
kubedev system-test
now mounts volumes to services referencing apps from the same project (syntax "{service}").
v0.16
Bugfix: On some commands, the host environment variables were not passed to executed commands
v0.15
Implemented "transform" of "required-envs" for build, template, deploy, run and system-test.
Currently the "base64" transform is supported.
v0.14
kubedev system-test:
- Auto login docker in CI (same behaviour as with docker push)
v0.13
Improved kubedev system-test
and fixed a few bugs.
Most notably: required-envs
that were overwritten by variables
were still passed to the container, resulting in the same env passed multiple times, which might leave the actual value passed to the container non-deterministic or implementation-dependent.
v0.12
Added command kubedev system-test