- Added the
types-markdown
dependency, adding markdown capabilities to existing linters using the Markdown package. - Added support in the format command to remove nonexistent incident/indicator fields from layouts/mappers
- Added the
Note: XXX
andXXX now generally available.
release notes templates to doc-review command. - Updated the logs shown during the docker build step.
- Removed a false warning about configuring the
GITLAB_TOKEN
environment variable when it's not needed. - Removed duplicate identifiers for XSIAM integrations.
- Updated the tags and use cases in pack metadata validation to use the local files only.
- Fixed the error message in checkbox validation where the defaultvalue is wrong and added the name of the variable that should be fixed.
- Added types to
find_type_by_path
under tools.py. - Fixed an issue where YAML files contained incorrect value type for
tests
key when runningformat --deprecate
. - Added a deprecation message to the
tests:
section of yaml files when runningformat --deprecate
. - Added use case for validate on wizard objects - set_playbook is mapped to all integrations.
- Added the 'integration-get-indicators' commands to be ignored by the verify_yml_commands_match_readme validation, the validation will no longer fail if these commands are not in the readme file.
- Added a new validation to the validate command to verify that if the phrase "breaking changes" is present in a pack release notes, a JSON file with the same name exists and contains the relevant breaking changes information.
- Improved logs when running test playbooks (in a build).
- Fixed an issue in upload did not include list-type content items. @nicolas-rdgs
- Reverted release notes to old format.