Releases: Kaholo/kaholo-plugin-library
Releases · Kaholo/kaholo-plugin-library
Release v1.4.0
Added:
MultipleTemporaryFilesSentinel
to create multiple temporary files, inject them into dependent function which are cleaned up after the execution. (https://kaholo.atlassian.net/browse/KP-794)
Release v1.3.0
Added:
docker
module encapsulating functions for CLI oriented, dockerified plugins (https://kaholo.atlassian.net/browse/KP-776)
Release v1.2.2
Fixed:
loadConfiguration
accessing incorrectconfig.json
file directory, after the library has been published at NPM under scoped name
Release v1.2.1
Changed:
- package name from
kaholo-plugin-library
to@kaholo/plugin-library
to match the NPM registry
Fixed: temporaryFilesSentinel
not removing files when wrapped function threw an error (https://kaholo.atlassian.net/browse/KP-774)
Release v1.2.0
Added:
vault
,options
,string
andtext
types now are trimmed when parsed. (https://kaholo.atlassian.net/browse/KP-767)
Release v1.1.1
Fixed:
- Incorrect parameter definition destructuring used with validation.
Release v1.1.0
Added:
- Function extracting file paths from CLI commands (https://kaholo.atlassian.net/browse/KP-744)
- Secret files sentinel and SSH key validator (https://kaholo.atlassian.net/browse/KP-712)
Release v1.0.3
Fixed:
- Parameter reading bug causing
default
true
value to override the selected parameter value.
Release v1.0.2
Added:
- README.md to provide documentation of the Kaholo plugin library.
Release v1.0.1
Fixed:
- parser - missing
int
andfloat
types handling