RELEASED: Public: June 25, 2025
Resolved issues
- CasC now properly honors 'allowCapExceptions' (BEE-46977)
-
Due to a bug in CasC, the configuration
allowCapExceptions
in thebundle.yaml
was ignored. CasC now properly honors this setting. If set tofalse
(the default value), using ` beekeeperExceptions` from theplugin-catalog
will now trigger a validation error.
Because of this bug, it was previously possible to use a bundle.yaml
without specifying allowCapExceptions
while using a beekeeperExceptions
in the plugin-catalog
. This kind of bundle will now behave differently, as the bundle will now be considered as invalid and will trigger a validation Error.