Feature
- Increased Docker container timeout when creating a new Docker image. #4835
- Added a new hook for validating the validate config file. The hook includes the following validations VA100 - Validate that all errors appearing in the file actually exist. VA101 - Validate that all errors appearing in the path_based mode appears in the use_git mode as well. VA102 - Validate that there's no error code configured twice (once in the select and once in the use_git sections. VA103 - Validate that all existing errors are configured. #4819
Fix
- Fixed an issue where validate mistake <> in msgs for colors values. #4834
- Fixed an issue where Pack object would fail to obtain ignored errors without posting traceback. #4819
Internal
- Fixed an issue where some unit-tests failed in github-actions CI. #4833
- Added support for hidden commands. #4836
- Added some functionalities to support testing playbooks use cases. #4807
- Update schemas for the platform marketplace. #4839
- Removed mocking mechanism in test-content command. #4764
- Renamed pytest report file. #4634
- Updated Graph objects to support the new quick action properties. #4830
- Added validate summary text file to the logs. #4828