Skip to content

Releases: demisto/demisto-sdk

v0.4.2

10 Mar 16:38
3c23213
Compare
Choose a tag to compare
  • 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

27 Feb 11:50
0da023e
Compare
Choose a tag to compare
  • Added a BC check for incident fields - changing from version is not allowed.
  • Fixed an issue in create-content-artifacts where scripts in Packs in TestPlaybooks dir were copied with a wrong prefix

v0.3.9

26 Feb 08:00
f3e0c4e
Compare
Choose a tag to compare
  • 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

12 Feb 16:49
d9ce74d
Compare
Choose a tag to compare
  • Fixed an issue where unify broke long lines in script section causing syntax errors

v0.3.7

12 Feb 13:58
4e3c1ac
Compare
Choose a tag to compare
  • Added generate-docs command to generate documentation file for integration, playbook or script.
  • Fixed an issue where unify created a malformed integration yml.
  • Fixed an issue where demisto-sdk init creates unit-test file with invalid import.

v0.3.6

27 Jan 12:17
adc8276
Compare
Choose a tag to compare
  • Fixed an issue where demisto-sdk validate failed on modified scripts without error message.

v0.3.5

26 Jan 16:06
Compare
Choose a tag to compare
  • Fixed docker tag validation.
  • Restructure repo source code.

v0.3.4

23 Jan 15:05
7dfa2a2
Compare
Choose a tag to compare
  • 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

08 Jan 08:53
a4894ac
Compare
Choose a tag to compare
  • 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.

v0.3.2

06 Jan 10:21
ddb6cdc
Compare
Choose a tag to compare
  • Fixed the handling of classifier files in validate.