Immutable
release. Only release title and notes can be modified.
Added
-
Add support for FreeBSD 15.1 (#153)
-
Add a
--environment-variablespost-flag to thecpa.shcustom shell for
forwarding additional environment variables to the VM on a per-step basis,
without having to declare them on theStart VMstep via the
environment_variablesinput
(#145):- name: Run a command with extra environment variables shell: cpa.sh {0} --environment-variables MY_ENV1 MY_ENV2 env: MY_ENV1: value1 MY_ENV2: value2 run: echo "$MY_ENV1 $MY_ENV2"