- Added a validation that core packs are not dependent on non-core packs.
- Added a validation that a pack name follows XSOAR standards.
- Fixed an issue where in some cases the
get_remote_file
function failed due to an invalid path. - Fixed an issue where running update-release-notes with updated integration logo, did not detect any file changes.
- Fixed an issue where the create-id-set command did not identify unified integrations correctly.
- Fixed an issue where the
CommonTypes
pack was not identified as a dependency for all feed integrations. - Added support for running SDK commands in private repositories.
- Fixed an issue where running the init command did not set the correct category field in an integration .yml file for a newly created pack.
- When formatting new contributed pack, the format command will set the fromversion key to 6.0.0 in the relevant files.
- If the environment variable "DISABLE_SDK_VERSION_CHECK" is define, the demisto-sdk will no longer check for newer version when running a command.
- Added the
--use-pack-metadata
flag for the find-dependencies command to update the calculated dependencies using the the packs metadata files. - Fixed an issue where validate failed on scripts in case the
outputs
field was set toNone
. - Fixed an issue where validate was failing on editing existing release notes.