You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature
Modified the demisto-sdk --release-notes command to print a markdown representation of the currently installed demisto-sdk changelog. #4687
Added support for a new pack version_config.json file. #4699
Updated the prepare-content command to replace all occurrences of an incorrect marketplace reference in the content. #4659
The Demisto-SDK CLI has been upgraded to use Typer for command-line interface (CLI) management. #4637
Added an isSilent key to the Playbook and Trigger schemas. #4689
Updated the GR107 validation to fail once on each item, and the message will contain all deprecated items in use instead of failing multiple times. #4667
Fix
Fixed an issue where YmlSplitter attributes were being unintentionally updated. #4695
Fixed an issue where -t flag was missing from update-release-notes command setup. #4691
Fixed an issue where RN108 validation raised an exception when executed on a new pack. #4700
Fixed an issue in the validate command where new files could not be parsed. #4700
Fixed an issue in the validate command where .pack-ignore files could not be parsed. #4700
Fixed an issue where using the -i flag with setup-env command would fail. #4690
Fixed an issue where the generate-docs command failed to ignore hidden parameters. #4589
Fixed an issue where logger was not initialized properly. #4695
Fixed an issue where validate GR107 was failing on unrelated content-item when running on deprecated content-items. #4667
Internal
Fixed the demisto-sdk nightly's run-end-to-end-tests-xsoar step, and updated the test-content missing flags. #4686
Added the deprecated merge-id-sets command to Typer app. #4680