Skip to content

Releases: demisto/demisto-sdk

v0.4.9

01 Apr 07:37
c5c567c
Compare
Choose a tag to compare
v0.4.9 Pre-release
Pre-release
fixed bug with validate on readme files when they are removed. (#318)

* fixed bug with validate on readme files when they are removed.

* changelog and consts

* added unit testing to fucntion

Co-authored-by: yorhov <Orekhova97229!>

v0.4.8

25 Mar 15:18
b2b83fa
Compare
Choose a tag to compare
  • Added the max field to the Playbook schema, allowing to define it in tasks loop.
  • Fixed an issue in validate where Condition branches checks were case sensitive.

v0.4.7

24 Mar 13:37
f6698d0
Compare
Choose a tag to compare

v0.4.7

  • Added the slareminder field to the Playbook schema.
  • Added the common_server, demisto_mock arguments to the init command.
  • Fixed an issue in generate-docs where the general section was not being generated correctly.
  • Fixed an issue in validate where Incident type validation failed.

v0.4.6

22 Mar 17:46
c7b8fe2
Compare
Choose a tag to compare
  • Fixed an issue where the validate command did not identify CHANGELOG in packs.
  • Added a new command, id-set to create the id set - the content dependency tree by file IDs.

v0.4.5

22 Mar 16:03
ffe3d02
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release
  • generate-docs command:
    • Added the use_cases, permissions, command_permissions and limitations.
    • Added the --insecure argument to support running the script and integration command in Demisto.
    • Removed the -t yml_type argument, the file type will be inferred.
    • The -o --output argument is no longer mandatory, default value will be the input file directory.
  • Added support for env var: DEMISTO_SDK_SKIP_VERSION_CHECK. When set version checks are skipped.
  • Fixed an issue in which the CHANGELOG files did not match our scheme.
  • Added a validator to verify that there are no hidden integration parameters.
  • Fixed an issue where the validate command ran on test files.
  • Removed the env-dir argument from the demisto-sdk.
  • README files which are html files will now be skipped in the validate command.
  • Added support for env var: DEMISTO_README_VALIDATOR. When not set the readme validation will not run.

v0.4.4

19 Mar 13:56
b86004f
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release
  • Added a validator for IncidentTypes (incidenttype-*.json).
  • Fixed an issue where the -p flag in the validate was not working.
  • Added a validator for README.md files.
  • Release notes validator will now run on: incident fields, indicator fields, incident types, dashboard and reputations.
  • Fixed an issue where the validator of reputation(Indicator Type) did not check on the details field.
  • Fixed an issue where the validator attempted validating non-existing files after deletions or name refactoring.
  • Removed the yml_type argument in the split-yml, extract-code commands.
  • Removed the file_type argument in the generate-test-playbook command.
  • Fixed the --insecure argument in upload
  • Added the --insecure argument in run-playbook
  • Standardise the -i --input, -o --output to demisto-sdk commands.

v0.4.3

11 Mar 19:36
7d90e21
Compare
Choose a tag to compare
  • Fixed an issue where the incident and indicator field BC check failed.
  • Support for linting and unit testing PowerShell integrations.

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.