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.
Breaking
Removed PA134 from the old validate. The validation ensures that the pack has exactly one category and that this category is valid. #4673
Feature
Modified PA103 validation (validate pack categories). The validation will now allow multiple categories for a single pack. #4673
Modified the configuration section generated by the generate-docs command by removing navigation steps and generalizing the code to accommodate different Cortex platforms. #4585
Added support for non-default registry ports when using custom docker images. i.e: 'registry:5000/repository/image:main' #4674
Added support for utilizing content_status.json within content pipelines. #4656
Fix
Fixed an issue where demisto-sdk pre-commit inadvertently skipped all files when executed with the --all-files flag. #4668
Fixed an issue where demisto-sdk commands would fail in some system setups. #4666
Fixed an issue where logging would fail when linking PR to Jira issue in the GitHub workflow step. #4649
Fixed an issue where logger crashed when imported as library. #4657
Fixed an issue where logging would fail when creating a Docker image. #4648
Internal
Moved RN106 and RN107 to the new validate format. These validations ensure there are no missing release notes. #4643
Fixed an issue where the git statuses of content objects related files were not calculated correctly. #4643