RELEASED: Public: May 3, 2023
Resolved issues
- Prevalidation of an invalid YAML file does not update GitHub check results (BEE-32504)
-
Attempting to validate a structurally invalid YAML file caused prevalidation process to terminate. This prevented updating the GitHub check results.
The prevalidation process now properly handles structurally invalid yaml files and includes any errors as part of the bundle validation.
Internal changes to streamline development. Not user visible. (BEE-32282)