RELEASED: Public: 2021-07-28
Resolved issues
- The Availability pattern checkbox did not verify the regex Availability pattern specified for CasC bundles (BEE-4880)
-
If the Availability pattern checkbox was selected or deselected, there was no check to verify if the change would result in a bundle no longer being available to the controller it was assigned to.
A safe check has been added that prevents the Availability pattern checkbox state from being changed if it will result in a bundle no longer being available to the controller it is currently assigned to.
- Error if the Availability pattern checkbox or the Default bundle drop-down were updated after modifying a regex Availability pattern (BEE-5877)
-
On the Configuration as Code bundles screen, the form incorrectly requested a second
POST
command, resulting in an error if:-
The regex Availability pattern was updated and the change saved.
-
The state of Availability pattern checkbox was changed and the change saved.
-
A Default bundle was selected and the change saved.
-
This issue has been resolved and the error is no longer incorrectly displayed.