Releases: Kaholo/kaholo-plugin-library
Releases · Kaholo/kaholo-plugin-library
Release v2.4.0
Release v2.3.2
Release v2.3.1
Release v2.3.0
Release v2.2.1
Fixed:
- Parsing of the autocomplete function parameters
Release v2.2.0
Release v2.1.2
Fixed:
mktemp
failing to create a file (https://kaholo.atlassian.net/browse/KP-885)
Release v2.1.1
Changed:
Nil
parameter value no longer causes an error, however it still is not passed to the autocompletion function.
Release v2.1.0
Release v2.0.0
Changed:
- Simplified
docker
module which helps to create Dockerified CLI plugins. - Renamed
createVolumeConfig
tocreateVolumeDefinition
. - Removed
extractEnvironmentVariablesFromVolumeConfigs
. buildDockerCommand
now accepts environmental variables in a form of an object, instead of an array.buildEnvironmentVariableArguments
now accepts variables object instead of an array.
(https://kaholo.atlassian.net/browse/KP-810)