Releases: demisto/demisto-sdk
Releases · demisto/demisto-sdk
v0.4.2
- Fixed an issue where validate failed on Windows.
- Added a validator to verify all branches are handled in conditional task in a playbook.
- Added a warning message when not running the latest sdk version.
- Added a validator to check that the root is connected to all tasks in the playbook.
- Added a validator for Dashboards (dashboard-*.json).
- Added a validator for Indicator Types (reputation-*.json).
- Added a BC validation for changing incident field type.
- Fixed an issue where init command would generate an invalid yml for scripts.
- Fixed an issue in misleading error message in v2 validation hook.
- Fixed an issue in v2 hook which now is set only on newly added scripts.
- Added more indicative message for errors in yaml files.
- Disabled pykwalify info log prints.
v0.3.10
v0.3.9
- Added a validation that incident field can not be required.
- Added validation for fetch incident parameters.
- Added validation for feed integration parameters.
- Added to the format command the deletion of the sourceplaybookid field.
- Fixed an issue where fieldMapping in playbook did not pass the scheme validation.
- Fixed an issue where create-content-artifacts did not copy TestPlaybooks in Packs without prefix of playbook-.
- Added a validation the a playbook can not have a rolename set.
- Added to the image validator the new DBot default image.
- Added the fields: elasticcommonfields, quiet, quietmode to the Playbook schema.
- Fixed an issue where validate failed on integration commands without outputs.
- Added a new hook for naming of v2 integrations and scripts.
v0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.4
- Fixed an issue where "_test" file for scripts/integrations created using init would import the "HelloWorld" templates.
- Fixed an issue in demisto-sdk validate - was failing on backward compatiblity check
- Fixed an issue in demisto-sdk secrets - empty line in .secrets-ignore always made the secrets check to pass
- Added validation for docker image inside integrations and scripts.
- Added --use-git flag to format command to format all changed files.
- Added new flag --ignore-entropy to demisto-sdk secrets, this will allow skip entropy secrets check.
- Added --outfile to lint to allow saving failed packages to a file.
v0.3.3
- Added backwards compatibility break error message.
- Added schema for incident types.
- Added additionalinfo field to as an available field for integration configuration.
- Added pack parameter for init.
- Fixed an issue where error would appear if name parameter is not set in init.