Skip to content

Releases: demisto/demisto-sdk

v1.0.3

10 May 08:43
a8f9da8
Compare
Choose a tag to compare

This is a hotfix release for demisto-sdk v1.0.2.

  • The fix ensures that lint command creates the required failure test report for the slack notifier.

v1.0.2

08 May 07:53
24cca23
Compare
Choose a tag to compare
  • Fixed a bug in the format command where comments were being removed from YAML files.
  • Added output fields: file_path and kind for layouts in the id-set.json created by create-id-set command.
  • Fixed a bug in the create-id-set command Who returns Duplicate for Layouts with a different kind.
  • Added formatting to generate-docs command results replacing all <br> tags with <br/>.
  • Fixed a bug in the download command when custom content contained not supported content entity.
  • Fixed a bug in format command in which boolean strings (e.g. 'yes' or 'no') were converted to boolean values (e.g. 'True' or 'False').
  • format command now removes sourceplaybookid field from playbook files.
  • Fixed a bug in generate-docs command in which integration dependencies were not detected when generating documentation for a playbook.

v1.0.1

05 May 08:44
a82d9bb
Compare
Choose a tag to compare
  • Fixed a bug in the unify command when output path was provided empty.
  • Improved error message for integration with no tests configured.
  • Improved the error message returned from the validate command when an integration is missing or contains malformed fetch incidents related parameters.
  • Fixed a bug in the create command where a unified YML with a docker image for 4.5 was copied incorrectly.
  • Missing release notes message are now showing the release notes file path to update.
  • Fixed an issue in the validate command in which unified YAML files were not ignored.
  • File format suggestions are now shown in the relevant file format (JSON or YAML).
  • Changed Docker image validation to fail only on non-valid ones.
  • Removed backward compatibility validation when Docker image is updated.

v1.0.0

01 May 11:51
7670075
Compare
Choose a tag to compare
  • Improved the upload command to support the upload of all the content entities within a pack.
  • The upload command now supports the improved pack file structure.
  • Added an interactive option to format integrations, scripts and playbooks with No TestPlaybooks configured.
  • Added an interactive option to configure conf.json file with missing test playbooks for integrations, scripts and playbooks
  • Added download command to download custom content from Demisto instance to the local content repository.
  • Improved validation failure messages to include a command suggestion, wherever relevant, to fix the raised issue.
  • Improved 'validate' help and documentation description
  • validate - checks that scripts, playbooks, and integrations have the tests key.
  • validate - checks that test playbooks are configured in conf.json.
  • demisto-sdk lint - Copy dir better handling.
  • demisto-sdk lint - Add error when package missing in docker image.
  • Added -a , --validate-all option in validate to run all validation on all files.
  • Added -i , --input option in validate to run validation on a specified pack/file.
  • added -i, --input option in secrets to run on a specific file.
  • Added an allowed hidden parameter: longRunning to the hidden integration parameters validation.
  • Fixed an issue with format command when executing with an output path of a folder and not a file path.
  • Bug fixes in generate-docs command given playbook as input.
  • Fixed an issue with lint command in which flake8 was not running on unit test files.

v1.0-beta

24 Apr 13:40
Compare
Choose a tag to compare
v1.0-beta Pre-release
Pre-release
  • Added download command to download custom content from Demisto instance to the local content repository.
  • Improved validation failure messages to include a command suggestion, wherever relevant, to fix the raised issue.
  • Improved 'validate' help and documentation description
  • validate - checks that scripts, playbooks, and integrations have the tests key.
  • validate - checks that test playbooks are configured in conf.json.
  • demisto-sdk lint - Copy dir better handling.
  • demisto-sdk lint - Add error when package missing in docker image.
  • Added -a , --validate-all option in validate to run all validation on all files.
  • Added -i , --input option in validate to run validation on a specified pack/file.
  • added -i, --input option in secrets to run on a specific file.
  • Added an allowed hidden parameter: longRunning to the hidden integration parameters validation.
  • Fixed an issue with format command when executing with an output path of a folder and not a file path.

v0.5.4

22 Apr 09:53
d73db48
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release
Fix bug secrets escape (#359)

* fixed a bug with unescaped charachters

* add tests

* clarify test

v0.5.3

21 Apr 17:09
2e5aa90
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release
  • Added -a , --validate-all option in validate to run all validation on all files.

v0.5.2

16 Apr 13:23
490bc8e
Compare
Choose a tag to compare
  • Added -c, --command option in generate-docs to generate a specific command from an integration.
  • Fixed an issue when getting README/CHANGELOG files from git and loading them.
  • Removed release notes validation for new content.
  • Fixed secrets validations for files with the same name in a different directory.
  • demisto-sdk lint - parallelization working with specifying the number of workers.
  • demisto-sdk lint - logging levels output, 3 levels.
  • demisto-sdk lint - JSON report, structured error reports in JSON format.
  • demisto-sdk lint - XML JUnit report for unit-tests.
  • demisto-sdk lint - new packages used to accelerate execution time.
  • demisto-sdk secrets - command now respects the generic whitelist, and not only the pack secrets.

v0.5.1

16 Apr 07:55
b49517a
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • Added -c, --command option in generate-docs to generate specific command from integration.
  • Fixed an issue in getting a README/CHANGELOG files from git and loading it.
  • Removed release notes validation for new content.
  • Fixed secretes validations for files with the same name in a different directory.
  • demisto-sdk lint - parallel working with specify the number of workers.
  • demisto-sdk lint - logging levels output, 3 levels.
  • demisto-sdk lint - json report, structured error reports in json format.
  • demisto-sdk lint - xml junit report for unit-tests.
  • demisto-sdk lint - New packages used in order to accelerate execution time.
  • demisto-sdk secrets command now respects the generic whitelist, and not only the pack secrets.

v0.5.0

02 Apr 11:13
5bf3f0b
Compare
Choose a tag to compare
  • Fixed an issue in generate-docs where Playbooks and Scripts documentation failed.
  • Added a graceful error message when executing the *run" command with a misspelled command.
  • Added more informative errors upon failures of the upload command.
  • format command:
    • Added format for json files: IncidentField, IncidentType, IndicatorField, IndicatorType, Layout, Dashboard.
    • Added the -fv --from-version, -nv --no-validation arguments.
    • Removed the -t yml_type argument, the file type will be inferred.
    • Removed the -g use_git argument, running format without arguments will run automatically on git diff.
  • Fixed an issue in loading playbooks with '=' character.
  • Fixed an issue in validate failed on deleted README files.