RELEASED: Public: July 10, 2024
Feature enhancements
- Configuration as Code (CasC) list of bundles is now sorted alphabetically (BEE-39677)
-
In the Configuration as Code (CasC) UI, where multiple bundles are present per bundle location, the bundles are now shown in alphabetical order.
Resolved issues
- HTTP status code changed to reflect missing Configuration as Code bundle against a controller (BEE-44090)
-
When using Configuration as Code (CasC), if a controller is configured against the operations center, but has no associated bundle, the request for a linkfile returns a
400
(bad request) error instead of200
(ok) error.